Skip to content

Commit

Permalink
Merge pull request #760 from ymrsmns/grafana-6.17.4
Browse files Browse the repository at this point in the history
[grafana] Bump up tag image
  • Loading branch information
torstenwalter committed Oct 27, 2021
2 parents bf70570 + 5aa8f7e commit 986b892
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.3
appVersion: 8.2.1
version: 6.17.4
appVersion: 8.2.2
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.0.3` |
| `image.sha` | Image sha (optional) | `80c6d6ac633ba5ab3f722976fb1d9a138f87ca6a9934fcd26a5fc28cbde7dbfa` |
| `image.tag` | Image tag (`Must be >= 5.0.0`) | `8.2.2` |
| `image.sha` | Image sha (optional) | `7f4be45518fd94dcbb0d5926d26eb5aaca86af0950a8e97cb90e166185730c42` |
| `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.1
tag: 8.2.2
sha: ""
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 986b892

Please sign in to comment.