diff --git a/grafana-image/Makefile b/grafana-image/Makefile index a9ce738d..a957a7e9 100644 --- a/grafana-image/Makefile +++ b/grafana-image/Makefile @@ -1,4 +1,4 @@ -VERSION=5.0.0-beta5 +VERSION=5.0.0 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 2c23b533..c5fc633c 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-beta5 + image: quay.io/coreos/monitoring-grafana:5.0.0 volumeMounts: - name: grafana-storage mountPath: /data diff --git a/manifests/grafana/grafana-deployment.yaml b/manifests/grafana/grafana-deployment.yaml index a894e1c9..2c5fed77 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-beta5 + image: quay.io/coreos/monitoring-grafana:5.0.0 volumeMounts: - name: grafana-storage mountPath: /data