mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
[helm] Fixed persistency for Grafana (#1098)
* Fixed persistency for Grafana * Fixed legendFormat for Grafana dashboards
This commit is contained in:
parent
0079fb4e7f
commit
25d73ee786
4 changed files with 4 additions and 4 deletions
helm
|
@ -8,4 +8,4 @@ maintainers:
|
|||
name: grafana
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.20
|
||||
version: 0.0.21
|
||||
|
|
|
@ -42,7 +42,7 @@ spec:
|
|||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: grafana-storage
|
||||
mountPath: /var/grafana-storage
|
||||
mountPath: /var/lib/grafana
|
||||
ports:
|
||||
- name: web
|
||||
containerPort: 3000
|
||||
|
|
|
@ -9,4 +9,4 @@ maintainers:
|
|||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.33
|
||||
version: 0.0.34
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue