mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
updated sidecar container (#16309)
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4d547375c4
commit
82384ee7fb
@@ -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.
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user