Grafana Update to 5.0.3 (#1149)

This commit is contained in:
Michael Pietzsch
2018-03-26 11:25:41 +02:00
committed by Frederic Branczyk
parent 4c77a9db1d
commit e50adc0926
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
VERSION=5.0.0 VERSION=5.0.3
IMAGE_TAG=$(VERSION) IMAGE_TAG=$(VERSION)
container: container:

View File

@@ -14,7 +14,7 @@ spec:
runAsUser: 65534 runAsUser: 65534
containers: containers:
- name: grafana - name: grafana
image: quay.io/coreos/monitoring-grafana:5.0.0 image: quay.io/coreos/monitoring-grafana:5.0.3
volumeMounts: volumeMounts:
- name: grafana-storage - name: grafana-storage
mountPath: /data mountPath: /data

View File

@@ -14,7 +14,7 @@ spec:
runAsUser: 65534 runAsUser: 65534
containers: containers:
- name: grafana - name: grafana
image: quay.io/coreos/monitoring-grafana:5.0.0 image: quay.io/coreos/monitoring-grafana:5.0.3
volumeMounts: volumeMounts:
- name: grafana-storage - name: grafana-storage
mountPath: /data mountPath: /data