From c4f33bd756ab761886d1cc6414ea703bda94caad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 14 Aug 2019 11:10:25 +0200 Subject: [PATCH] updated sidecar container (#16309) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- stable/grafana/Chart.yaml | 2 +- stable/grafana/README.md | 2 +- stable/grafana/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index ab12b460a552..8d32359f8f06 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: grafana -version: 3.8.1 +version: 3.8.2 appVersion: 6.2.5 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. diff --git a/stable/grafana/README.md b/stable/grafana/README.md index f6738a072071..240a6aa0f52a 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -90,7 +90,7 @@ The command removes all the Kubernetes components associated with the chart and | `ldap.config ` | Grafana's LDAP configuration | `""` | | `annotations` | Deployment annotations | `{}` | | `podAnnotations` | Pod annotations | `{}` | -| `sidecar.image` | Sidecar image | `kiwigrid/k8s-sidecar:0.0.16` | +| `sidecar.image` | Sidecar image | `kiwigrid/k8s-sidecar:0.0.20` | | `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 65f1e93c2716..c8c7cb3e5e0c 100644 --- a/stable/grafana/values.yaml +++ b/stable/grafana/values.yaml @@ -385,7 +385,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.0.18 + image: kiwigrid/k8s-sidecar:0.0.20 imagePullPolicy: IfNotPresent resources: {} # limits: