[stable/grafana] Upgrade to Grafana 6.5.2 (#19606)

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
This commit is contained in:
Dave Henderson
2019-12-16 19:01:52 -08:00
committed by Kubernetes Prow Robot
parent c868b805f8
commit 9b4f4a29f7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: grafana
version: 4.2.0
appVersion: 6.5.0
version: 4.2.1
appVersion: 6.5.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.net
+1 -1
View File
@@ -48,7 +48,7 @@ This version requires Helm >= 2.12.0.
| `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.3.5` |
| `image.tag` | Image tag (`Must be >= 5.0.0`) | `6.5.2` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `{}` |
| `service.type` | Kubernetes service type | `ClusterIP` |
+1 -1
View File
@@ -50,7 +50,7 @@ livenessProbe:
image:
repository: grafana/grafana
tag: 6.5.0
tag: 6.5.2
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.