mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update grafana dep version to 1.24 (#10613)
Signed-off-by: Bart Verwilst <bart@verwilst.be>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8b05538277
commit
29273eba9c
@@ -9,7 +9,7 @@ name: prometheus-operator
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
- https://coreos.com/operators/prometheus
|
||||
version: 1.6.0
|
||||
version: 1.7.0
|
||||
appVersion: 0.26.0
|
||||
home: https://github.com/coreos/prometheus-operator
|
||||
keywords:
|
||||
|
||||
@@ -225,6 +225,7 @@ The following tables lists the configurable parameters of the prometheus-operato
|
||||
| `grafana.sidecar.dashboards.label` | If the sidecar is enabled, configmaps with this label will be loaded into Grafana as dashboards | `grafana_dashboard` |
|
||||
| `grafana.sidecar.datasources.enabled` | Enable the Grafana sidecar to automatically load dashboards with a label `{{ grafana.sidecar.datasources.label }}=1` | `true` |
|
||||
| `grafana.sidecar.datasources.label` | If the sidecar is enabled, configmaps with this label will be loaded into Grafana as datasources configurations | `grafana_datasource` |
|
||||
| `grafana.rbac.pspUseAppArmor` | Enforce AppArmor in created PodSecurityPolicy (requires rbac.pspEnabled) | `true` |
|
||||
|
||||
### Exporters
|
||||
| Parameter | Description | Default |
|
||||
|
||||
@@ -7,6 +7,6 @@ dependencies:
|
||||
version: 1.1.0
|
||||
- name: grafana
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 1.19.1
|
||||
digest: sha256:e5a44a77570b8d95815a44fe20e60c6269b265624a5f09be81eb4f16a4e6843a
|
||||
generated: 2018-12-31T18:30:11.81573+01:00
|
||||
version: 1.24.2
|
||||
digest: sha256:d7c161ede3f397ea69b587691ff66b259c9ff4cf4744dd88a02c8db442db986b
|
||||
generated: 2019-01-14T16:40:33.892687423+01:00
|
||||
|
||||
@@ -11,6 +11,6 @@ dependencies:
|
||||
condition: nodeExporter.enabled
|
||||
|
||||
- name: grafana
|
||||
version: 1.19.*
|
||||
version: 1.24.*
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
condition: grafana.enabled
|
||||
|
||||
Reference in New Issue
Block a user