Skip to content

Commit

Permalink
Merge pull request #698 from BitProcessor/main
Browse files Browse the repository at this point in the history
[grafana] Fix the image tag in the grafana chart
  • Loading branch information
zanhsieh committed Sep 23, 2021
2 parents 99458c8 + 9c91ae3 commit 2b8f484
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.16.8
version: 6.16.9
appVersion: 8.1.5
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 @@ -70,7 +70,7 @@ livenessProbe:

image:
repository: grafana/grafana
tag: 8.1.2
tag: 8.1.5
sha: ""
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 2b8f484

Please sign in to comment.