diff --git a/grafana-image/Makefile b/grafana-image/Makefile
index a9ce738d5b1a0719e2248136fd4b8ce40d29df57..a957a7e948af9f90258e45dd3e49e547fd3e80b0 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 2c23b53389f54e3247b761410b11893ea32e414f..c5fc633c6208747d7c2a62a2c2c68ae2e50f9d00 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 a894e1c9489fb22247d4831ddf1f1db694d9a6d6..2c5fed77587aae1c22c02658e50ba754d9db4a8d 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