diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index a8b2e5e51001..99024dc6f7e0 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: grafana -version: 1.24.1 -appVersion: 5.4.2 +version: 1.24.2 +appVersion: 5.4.3 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 18a6b3bac980..6a263481715d 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -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`) | `5.4.2` | +| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `5.4.3` | | `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 68e67ee9bc62..74fd1bd0f551 100644 --- a/stable/grafana/values.yaml +++ b/stable/grafana/values.yaml @@ -25,7 +25,7 @@ livenessProbe: image: repository: grafana/grafana - tag: 5.4.2 + tag: 5.4.3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.