Skip to content

Commit

Permalink
[kube-prometheus-stack] Update values.yaml (prometheus-community#4075)
Browse files Browse the repository at this point in the history
* Update values.yaml

There is no mention on how to persist Grafana in this file. I believe it would be more straight forward to add it here, comparing to reading the charts in order to understand the "how to"


Signed-off-by: Ali <[email protected]>

* Update charts/kube-prometheus-stack/values.yaml

Co-authored-by: Quentin Bisson <[email protected]>
Signed-off-by: Ali <[email protected]>

* Update charts/kube-prometheus-stack/values.yaml

Co-authored-by: Quentin Bisson <[email protected]>
Signed-off-by: Ali <[email protected]>

* Update Chart.yaml

Incremented the chart version

Signed-off-by: Ali <[email protected]>

---------

Signed-off-by: Ali <[email protected]>
Co-authored-by: Quentin Bisson <[email protected]>
  • Loading branch information
2 people authored and Matiasmct committed Mar 20, 2024
1 parent 871121b commit 63016ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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.2.0
version: 56.2.1
appVersion: v0.71.2
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
12 changes: 12 additions & 0 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,18 @@ grafana:
# hosts:
# - grafana.example.com

# # To make Grafana persistent (Using Statefulset)
# #
# persistence:
# enabled: true
# type: sts
# storageClassName: "storageClassName"
# accessModes:
# - ReadWriteOnce
# size: 20Gi
# finalizers:
# - kubernetes.io/pvc-protection

sidecar:
dashboards:
enabled: true
Expand Down

0 comments on commit 63016ff

Please sign in to comment.