diff --git a/grafana-image/Makefile b/grafana-image/Makefile index a957a7e948af9f90258e45dd3e49e547fd3e80b0..8df556c667cdc7fde05a73c0018bcd41969de72a 100644 --- a/grafana-image/Makefile +++ b/grafana-image/Makefile @@ -1,4 +1,4 @@ -VERSION=5.0.0 +VERSION=5.0.3 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 c5fc633c6208747d7c2a62a2c2c68ae2e50f9d00..9b978e90e6cd2dedacfb198c9326e7dc9d2f4a1b 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 + image: quay.io/coreos/monitoring-grafana:5.0.3 volumeMounts: - name: grafana-storage mountPath: /data diff --git a/manifests/grafana/grafana-deployment.yaml b/manifests/grafana/grafana-deployment.yaml index 2c5fed77587aae1c22c02658e50ba754d9db4a8d..9eb8750fa024ac446b633066bbf8c2643c7756d9 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 + image: quay.io/coreos/monitoring-grafana:5.0.3 volumeMounts: - name: grafana-storage mountPath: /data