From 5c81f44c7c66fa49256a2d0cd1a79a56d15604fe Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Thu, 26 Mar 2020 00:14:24 +0100 Subject: [PATCH] [stable/grafana] Update Grafana to 6.7.1 (#21615) Signed-off-by: Bastian Hofmann --- stable/grafana/Chart.yaml | 4 ++-- stable/grafana/README.md | 2 +- stable/grafana/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index c2c5393da1..79e8699228 100644 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: grafana -version: 5.0.8 -appVersion: 6.6.2 +version: 5.0.9 +appVersion: 6.7.1 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. home: https://grafana.net diff --git a/stable/grafana/README.md b/stable/grafana/README.md index 0e9170f0f7..e886cfce00 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -52,7 +52,7 @@ You have to add --force to your helm upgrade command as the labels of the chart | `securityContext` | Deployment securityContext | `{"runAsUser": 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`) | `6.6.2` | +| `image.tag` | Image tag (`Must be >= 5.0.0`) | `6.7.1` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `{}` | | `service.type` | Kubernetes service type | `ClusterIP` | diff --git a/stable/grafana/values.yaml b/stable/grafana/values.yaml index 0cc4250b77..9b264c77b1 100644 --- a/stable/grafana/values.yaml +++ b/stable/grafana/values.yaml @@ -50,7 +50,7 @@ livenessProbe: image: repository: grafana/grafana - tag: 6.6.2 + tag: 6.7.1 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.