Skip to content

Commit

Permalink
update grafana sidecar to 0.1.75 (helm#20538)
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
  • Loading branch information
monotek authored and Miguel Mingorance committed Aug 28, 2020
1 parent f6f36df commit fe9f4cf
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: 4.5.1
version: 4.6.2
appVersion: 6.6.0
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 @@ -114,7 +114,7 @@ This version requires Helm >= 2.12.0.
| `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.20` |
| `sidecar.image` | Sidecar image | `kiwigrid/k8s-sidecar:0.1.75` |
| `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 @@ -429,7 +429,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.20
image: kiwigrid/k8s-sidecar:0.1.75
imagePullPolicy: IfNotPresent
resources: {}
# limits:
Expand Down

0 comments on commit fe9f4cf

Please sign in to comment.