Skip to content

Commit

Permalink
support chart: update grafana chart 6.61.2 to 7.3.7 (grafana 10.1.5 t…
Browse files Browse the repository at this point in the history
…o 10.4.0)
  • Loading branch information
consideRatio committed Apr 8, 2024
1 parent f84642b commit 2045211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/support/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
# Grafana for dashboarding of metrics.
# https://github.com/grafana/helm-charts/tree/main/charts/grafana
- name: grafana
version: 6.61.2
version: 7.3.7
repository: https://grafana.github.io/helm-charts

# ingress-nginx for a k8s Ingress resource controller that routes traffic from
Expand Down
4 changes: 4 additions & 0 deletions helm-charts/support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ prometheus:
# values ref: https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml
#
grafana:
# We decrypt and pass `grafana.adminPassword` just in time as part of
# deploying grafana, and find it acceptable - so we disable this strict check.
assertNoLeakedSecrets: false

persistence:
# A PVC is used to enable Grafana to store auth details and dashboard
# definitions.
Expand Down

0 comments on commit 2045211

Please sign in to comment.