Skip to content

Commit

Permalink
Merge pull request #771 from rverenich/CVE-2021-41174
Browse files Browse the repository at this point in the history
[grafana] CVE-2021-41174: update helm chart for grafana to comply with
  • Loading branch information
zanhsieh committed Nov 4, 2021
2 parents 601f147 + 4d4e310 commit 8337852
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/grafana/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: grafana
version: 6.17.4
appVersion: 8.2.2
version: 6.17.5
appVersion: 8.2.3
kubeVersion: '^1.8.0-0'
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.net
Expand Down
4 changes: 2 additions & 2 deletions charts/grafana/README.md
Expand Up @@ -59,8 +59,8 @@ 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.2` |
| `image.sha` | Image sha (optional) | `7f4be45518fd94dcbb0d5926d26eb5aaca86af0950a8e97cb90e166185730c42` |
| `image.tag` | Image tag (`Must be >= 5.0.0`) | `8.2.3` |
| `image.sha` | Image sha (optional) | `2acf04c016c77ca2e89af3536367ce847ee326effb933121881c7c89781051d3` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `{}` |
| `service.enabled` | Enable grafana service | `true` |
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.2
tag: 8.2.3
sha: ""
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 8337852

Please sign in to comment.