diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 3405de8fc0..11b0d0f29a 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -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 diff --git a/stable/grafana/templates/job.yaml b/stable/grafana/templates/job.yaml index 487969674f..45ea0e21a7 100644 --- a/stable/grafana/templates/job.yaml +++ b/stable/grafana/templates/job.yaml @@ -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"