1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

[helm] Fixed persistency for Grafana ()

* Fixed persistency for Grafana

* Fixed legendFormat for Grafana dashboards
This commit is contained in:
Vladimir Glafirov 2018-03-21 09:52:10 +01:00 committed by Giancarlo Rubio
parent 0079fb4e7f
commit 25d73ee786
4 changed files with 4 additions and 4 deletions

View file

@ -8,4 +8,4 @@ maintainers:
name: grafana
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.20
version: 0.0.21

View file

@ -42,7 +42,7 @@ spec:
{{- end }}
volumeMounts:
- name: grafana-storage
mountPath: /var/grafana-storage
mountPath: /var/lib/grafana
ports:
- name: web
containerPort: 3000

View file

@ -9,4 +9,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.33
version: 0.0.34

View file

@ -52,7 +52,7 @@ dependencies:
condition: deployExporterNode
- name: grafana
version: 0.0.20
version: 0.0.21
#e2e-repository: file://../grafana
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/
condition: deployGrafana