Skip to content

Commit

Permalink
update grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-0314 committed Jan 19, 2024
1 parent 26fde54 commit fe3bb50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/deepflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies:
version: '*.*.*'
condition: deepflow-agent.enabled
- name: grafana
version: "6.*.*"
version: "7.*.*"
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
6 changes: 4 additions & 2 deletions charts/deepflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,9 @@ grafana:
adminPassword: deepflow

image:
registry: registry.cn-beijing.aliyuncs.com/deepflow-ce
## Grafana aliyun Image repository: registry.cn-beijing.aliyuncs.com/deepflow-ce/grafana
repository: grafana/grafana
repository: grafana
# Overrides the Grafana image tag whose default is the chart appVersion
tag: ""
sha: ""
Expand Down Expand Up @@ -882,4 +883,5 @@ grafana:
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
# - chart-example.local
assertNoLeakedSecrets: false

0 comments on commit fe3bb50

Please sign in to comment.