From 97ddf569796fbd4ac02edbd9e13d25d4148ba4f3 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Tue, 16 Oct 2018 15:03:04 +0200 Subject: [PATCH] upgrade to grafana 5.3.1 (#8505) 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 3479af748d..13ed774ffb 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,6 +1,6 @@ name: grafana -version: 1.17.1 -appVersion: 5.3.0 +version: 1.17.2 +appVersion: 5.3.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 6c82b4e67b..03c70b5204 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -37,7 +37,7 @@ The command removes all the Kubernetes components associated with the chart and | `readinessProbe` | Rediness Probe settings | `{ "httpGet": { "path": "/api/health", "port": 3000 } }`| | `securityContext` | Deployment securityContext | `{"runAsUser": 472, "fsGroup": 472}` | | `image.repository` | Image repository | `grafana/grafana` | -| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `5.3.0` | +| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `5.3.1` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `service.type` | Kubernetes service type | `ClusterIP` | | `service.port` | Kubernetes port where service is exposed | `80` | diff --git a/stable/grafana/values.yaml b/stable/grafana/values.yaml index 516d6f6194..da5c34b242 100644 --- a/stable/grafana/values.yaml +++ b/stable/grafana/values.yaml @@ -24,7 +24,7 @@ livenessProbe: image: repository: grafana/grafana - tag: 5.3.0 + tag: 5.3.1 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.