Skip to content

Commit

Permalink
Merge branch 'main' into add_var_for_hardcoded_port
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrazier08 authored Mar 5, 2024
2 parents 0603790 + 98043bc commit fa8f630
Show file tree
Hide file tree
Showing 10 changed files with 1,612 additions and 10 deletions.
5 changes: 5 additions & 0 deletions charts/kube-prometheus-stack/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[files/dashboards/*.json]
indent_size = 2
indent_style = space
1 change: 1 addition & 0 deletions charts/kube-prometheus-stack/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ charts/*
Chart.lock
hack/*.git
hack/tmp/
hack/venv/
hack/pyvenv.cfg
1 change: 1 addition & 0 deletions charts/kube-prometheus-stack/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ ci/
kube-prometheus-*.tgz

unittests/
files/dashboards/
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 56.21.0
version: 56.21.1
appVersion: v0.71.2
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
Loading

0 comments on commit fa8f630

Please sign in to comment.