diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 12f70f9614..e40d68d016 100644 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: grafana -version: 5.1.2 -appVersion: 7.0.1 +version: 5.1.4 +appVersion: 7.0.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 298059834f..8e4ef1efb4 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -52,7 +52,7 @@ You have to add --force to your helm upgrade command as the labels of the chart | `securityContext` | Deployment securityContext | `{"runAsUser": 472, "runAsGroup": 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`) | `7.0.1` | +| `image.tag` | Image tag (`Must be >= 5.0.0`) | `7.0.3` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `{}` | | `service.type` | Kubernetes service type | `ClusterIP` | @@ -120,7 +120,7 @@ You have to add --force to your helm upgrade command as the labels of the chart | `podAnnotations` | Pod annotations | `{}` | | `podLabels` | Pod labels | `{}` | | `podPortName` | Name of the grafana port on the pod | `grafana` | -| `sidecar.image` | Sidecar image | `kiwigrid/k8s-sidecar:0.1.99` | +| `sidecar.image` | Sidecar image | `kiwigrid/k8s-sidecar:0.1.151` | | `sidecar.imagePullPolicy` | Sidecar image pull policy | `IfNotPresent` | | `sidecar.resources` | Sidecar resources | `{}` | | `sidecar.dashboards.enabled` | Enables the cluster wide search for dashboards and adds/updates/deletes them in grafana | `false` | diff --git a/stable/grafana/values.yaml b/stable/grafana/values.yaml index b963bba3b0..77b54cd396 100644 --- a/stable/grafana/values.yaml +++ b/stable/grafana/values.yaml @@ -50,7 +50,7 @@ livenessProbe: image: repository: grafana/grafana - tag: 7.0.1 + tag: 7.0.3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -464,7 +464,7 @@ smtp: ## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders ## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards sidecar: - image: kiwigrid/k8s-sidecar:0.1.99 + image: kiwigrid/k8s-sidecar:0.1.151 imagePullPolicy: IfNotPresent resources: {} # limits: