[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.
This commit is contained in:
jordanjennings
2017-10-11 15:09:11 -04:00
committed by GitHub
parent 8baa7b1f03
commit 1a30399883

View File

@@ -11,7 +11,7 @@ spec:
spec: spec:
containers: containers:
- name: grafana - name: grafana
image: grafana/grafana:4.4.1 image: grafana/grafana:4.5.2
env: env:
- name: GF_AUTH_BASIC_ENABLED - name: GF_AUTH_BASIC_ENABLED
value: "true" value: "true"