upgrade to grafana 5.3.1 (#8505)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2018-10-16 06:03:04 -07:00
committed by k8s-ci-robot
parent 3168c19aa5
commit 97ddf56979
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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.