Skip to content

Commit

Permalink
Merge pull request #834 from rverenich/grafana-8.2.5
Browse files Browse the repository at this point in the history
[grafana] update chart to use image 8.2.5 by default
  • Loading branch information
zanhsieh committed Nov 20, 2021
2 parents 670e860 + d7fa5c3 commit d019086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/grafana/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: grafana
version: 6.17.6
appVersion: 8.2.3
version: 6.17.7
appVersion: 8.2.5
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.net
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/README.md
Expand Up @@ -59,7 +59,7 @@ This version requires Helm >= 3.1.0.
| `securityContext` | Deployment securityContext | `{"runAsUser": 472, "runAsGroup": 472, "fsGroup": 472}` |
| `priorityClassName` | Name of Priority Class to assign pods | `nil` |
| `image.repository` | Image repository | `grafana/grafana` |
| `image.tag` | Image tag (`Must be >= 5.0.0`) | `8.2.3` |
| `image.tag` | Image tag (`Must be >= 5.0.0`) | `8.2.5` |
| `image.sha` | Image sha (optional) | `2acf04c016c77ca2e89af3536367ce847ee326effb933121881c7c89781051d3` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `{}` |
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.2.3
tag: 8.2.5
sha: ""
pullPolicy: IfNotPresent

Expand Down

0 comments on commit d019086

Please sign in to comment.