Skip to content

Commit

Permalink
feat: upgrade grafana helm chart version (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
runsun authored Oct 28, 2022
1 parent e7db501 commit a874423
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 0.1.*
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.42.5
version: 6.43.1
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 15.16.1
- name: loadbalancer
repository: ""
version: 0.1.*
digest: sha256:7583a09b71dc0cb5c79a98f7959a02b58fb8cbcd6582b967f3413de0d035b31b
generated: "2022-10-24T18:55:12.389401+08:00"
digest: sha256:d4e6ddc4fcfa91c60f9d3de12a4525168a0ab06fdcbd69ce4777705a0122c910
generated: "2022-10-28T11:19:34.544013+08:00"
8 changes: 4 additions & 4 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0-alpha.6
version: 0.1.0-beta.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.1.0-alpha.6
appVersion: 0.1.0-beta.0


kubeVersion: '>=1.22.0-0'
Expand Down Expand Up @@ -56,11 +56,11 @@ dependencies:
- condition: grafana.enabled
name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.41 - 6.42
version: 6.43.*
- condition: prometheus.enabled
name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 15.15 - 15.16
- condition: loadbalancer.enabled
name: loadbalancer
version: 0.1.*
version: 0.1.*
3 changes: 3 additions & 0 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ grafana:
defaultDatasourceEnabled: true
uid: prometheus

skipReload: true
initDatasources: true

testFramework:
enabled: false

Expand Down

0 comments on commit a874423

Please sign in to comment.