[stable/grafana] Update to 6.2.0 (#14081)

Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
This commit is contained in:
Steven Sheehy
2019-05-22 23:02:24 -07:00
committed by Kubernetes Prow Robot
parent 6ac3031f6c
commit b94ce9e06e
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: grafana
version: 3.3.8
appVersion: 6.1.6
version: 3.3.9
appVersion: 6.2.0
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
@@ -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.1.6` |
| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `6.2.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `{}` |
| `service.type` | Kubernetes service type | `ClusterIP` |
+1 -1
View File
@@ -26,7 +26,7 @@ livenessProbe:
image:
repository: grafana/grafana
tag: 6.1.6
tag: 6.2.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.