From 1a303998837fb78c7f00e92192a650d7ed04ab43 Mon Sep 17 00:00:00 2001 From: jordanjennings <jordanjennings@users.noreply.github.com> Date: Wed, 11 Oct 2017 15:09:11 -0400 Subject: [PATCH] [kube-prometheus] Update to Grafana 4.5.2 in template In the generated version of this file at /contrib/kube-prometheus/manifests/grafana/grafana-deployment.yaml the version was bumped to 4.5.2 but seems it was overlooked in this templated version of the file. --- .../templates/grafana-deployment-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml b/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml index 844ecbc7..b6b0f7ec 100644 --- a/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml +++ b/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml @@ -11,7 +11,7 @@ spec: spec: containers: - name: grafana - image: grafana/grafana:4.4.1 + image: grafana/grafana:4.5.2 env: - name: GF_AUTH_BASIC_ENABLED value: "true" -- GitLab