Skip to content

Commit

Permalink
Merge pull request #975 from armingerten/main
Browse files Browse the repository at this point in the history
[grafana] fix: Sync image tag with appVersion
  • Loading branch information
zanhsieh committed Jan 19, 2022
2 parents d5a236f + 5daeae6 commit e23e2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 6.20.5
version: 6.20.6
appVersion: 8.3.4
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/values.yaml
Expand Up @@ -73,7 +73,7 @@ livenessProbe:

image:
repository: grafana/grafana
tag: 8.3.3
tag: 8.3.4
sha: ""
pullPolicy: IfNotPresent

Expand Down

0 comments on commit e23e2b9

Please sign in to comment.