mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/grafana] Update to Grafana 6.3.4 - Fix CVE-2019-15043 (#16699)
Signed-off-by: Asher Foa <asher@asherfoa.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
256af99219
commit
32cfeb0527
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: grafana
|
||||
version: 3.8.4
|
||||
appVersion: 6.2.5
|
||||
version: 3.8.5
|
||||
appVersion: 6.3.4
|
||||
kubeVersion: "^1.8.0-0"
|
||||
description: The leading tool for querying and visualizing time series and metrics.
|
||||
home: https://grafana.net
|
||||
|
||||
@@ -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.5` |
|
||||
| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `6.3.4` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Image pull secrets | `{}` |
|
||||
| `service.type` | Kubernetes service type | `ClusterIP` |
|
||||
|
||||
@@ -35,7 +35,7 @@ livenessProbe:
|
||||
|
||||
image:
|
||||
repository: grafana/grafana
|
||||
tag: 6.2.5
|
||||
tag: 6.3.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user