Skip to content

Commit

Permalink
updated sidecar container (helm#16309)
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
  • Loading branch information
monotek authored and Ram Sri committed Sep 30, 2019
1 parent 235b8e7 commit c4f33bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stable/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c4f33bd

Please sign in to comment.