Fix variable path in Grafana set-datasource job. (#3003)

* Fix variable path in Grafana set-datasource job.

* Bump Grafana chart version.
This commit is contained in:
Severin Holzer-Graf
2017-12-15 17:18:01 +01:00
committed by Reinhard Nägele
parent 330bfda2a9
commit 222d257791
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: grafana
version: 0.5.1
version: 0.5.2
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.net
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
+1 -1
View File
@@ -33,7 +33,7 @@ spec:
name: {{ template "grafana.server.fullname" . }}
key: grafana-admin-password
args:
- "http://$(ADMIN_USER):$(ADMIN_PASSWORD)@{{ template "grafana.fullname" . }}:{{ .Values.server.httpPort }}/api/datasources"
- "http://$(ADMIN_USER):$(ADMIN_PASSWORD)@{{ template "grafana.fullname" . }}:{{ .Values.server.service.httpPort }}/api/datasources"
- "--max-time"
- "10"
- "-H"