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 (#1413)
* fixed prometheus datasource configuration in graphana configmap
This commit is contained in:
parent
098fd87e2c
commit
c782192ae7
4 changed files with 4 additions and 5 deletions
helm
|
@ -8,4 +8,4 @@ maintainers:
|
|||
name: grafana
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.32
|
||||
version: 0.0.33
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -7,5 +7,4 @@ maintainers:
|
|||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.78
|
||||
|
||||
version: 0.0.78
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue