diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 235f9e7327..9bb01dafea 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,6 +1,6 @@ name: grafana -version: 1.14.0 -appVersion: 5.2.2 +version: 1.14.1 +appVersion: 5.2.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 fa2b10ff53..ac4fa79b04 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -36,7 +36,7 @@ The command removes all the Kubernetes components associated with the chart and | `deploymentStrategy` | Deployment strategy | `RollingUpdate` | | `securityContext` | Deployment securityContext | `{"runAsUser": 472, "fsGroup": 472}` | | `image.repository` | Image repository | `grafana/grafana` | -| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `5.2.2` | +| `image.tag` | Image tag. (`Must be >= 5.0.0`) | `5.2.3` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `service.type` | Kubernetes service type | `ClusterIP` | | `service.port` | Kubernetes port where service is exposed | `9000` | diff --git a/stable/grafana/values.yaml b/stable/grafana/values.yaml index 4b2789deb2..e76889567d 100644 --- a/stable/grafana/values.yaml +++ b/stable/grafana/values.yaml @@ -11,7 +11,7 @@ deploymentStrategy: RollingUpdate image: repository: grafana/grafana - tag: 5.2.2 + tag: 5.2.3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.