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

fixed prometheus datasource configuration in graphana configmap ()

* fixed prometheus datasource configuration in graphana configmap
This commit is contained in:
Sander Aernouts 2018-06-04 09:18:54 +02:00 committed by Giancarlo Rubio
parent 098fd87e2c
commit c782192ae7
4 changed files with 4 additions and 5 deletions

View file

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

View file

@ -24,6 +24,6 @@ data:
"basicAuth": false,
"name": "prometheus",
"type": "prometheus",
"url": "http://{{ printf "%s-%s" .Release.Name "prometheus" }}:9090"
"url": "http://{{ printf "%s" .Release.Name }}:9090"
}
{{- end }}

View file

@ -7,5 +7,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.78
version: 0.0.78

View file

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