diff --git a/grafana-image/Makefile b/grafana-image/Makefile index 9b352c170e113dccff3ab6d7442bcd3869d451e2..a9ce738d5b1a0719e2248136fd4b8ce40d29df57 100644 --- a/grafana-image/Makefile +++ b/grafana-image/Makefile @@ -1,4 +1,4 @@ -VERSION=5.0.0-beta1 +VERSION=5.0.0-beta5 IMAGE_TAG=$(VERSION) container: 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 fae45b25c6628f00d29cf2e87fcf8e551cc262b0..2c23b53389f54e3247b761410b11893ea32e414f 100644 --- a/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml +++ b/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml @@ -14,7 +14,7 @@ spec: runAsUser: 65534 containers: - name: grafana - image: quay.io/coreos/monitoring-grafana:5.0.0-beta1 + image: quay.io/coreos/monitoring-grafana:5.0.0-beta5 volumeMounts: - name: grafana-storage mountPath: /data diff --git a/manifests/grafana/grafana-deployment.yaml b/manifests/grafana/grafana-deployment.yaml index a937b138f80b39f378190e6d3508742cfc1c3788..a894e1c9489fb22247d4831ddf1f1db694d9a6d6 100644 --- a/manifests/grafana/grafana-deployment.yaml +++ b/manifests/grafana/grafana-deployment.yaml @@ -14,7 +14,7 @@ spec: runAsUser: 65534 containers: - name: grafana - image: quay.io/coreos/monitoring-grafana:5.0.0-beta1 + image: quay.io/coreos/monitoring-grafana:5.0.0-beta5 volumeMounts: - name: grafana-storage mountPath: /data