From e22f4d562bbbfd89d6882bd36473b5fd1c7b4cbe Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Tue, 18 Jun 2019 22:11:51 +0200 Subject: [PATCH] [stable/grafana] upgrade to 6.2.4 (#14880) Signed-off-by: David J. M. Karlsen --- 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 f4b8455990..7336248869 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: grafana -version: 3.5.3 -appVersion: 6.2.3 +version: 3.5.4 +appVersion: 6.2.4 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 7c79abfe96..2712d6b5e0 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -38,7 +38,7 @@ The command removes all the Kubernetes components associated with the chart and | `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.2.3` | +| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `6.2.4` | | `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 08518ecc35..8d920c2abd 100644 --- a/stable/grafana/values.yaml +++ b/stable/grafana/values.yaml @@ -36,7 +36,7 @@ livenessProbe: image: repository: grafana/grafana - tag: 6.2.3 + tag: 6.2.4 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.