From e50adc092622a6bb4e8a5491671683561f949aa6 Mon Sep 17 00:00:00 2001
From: Michael Pietzsch <pietzsch@michaelpietzsch.de>
Date: Mon, 26 Mar 2018 11:25:41 +0200
Subject: [PATCH] Grafana Update to 5.0.3 (#1149)

---
 grafana-image/Makefile                                          | 2 +-
 .../templates/grafana-deployment-template.yaml                  | 2 +-
 manifests/grafana/grafana-deployment.yaml                       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/grafana-image/Makefile b/grafana-image/Makefile
index a957a7e9..8df556c6 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 c5fc633c..9b978e90 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 2c5fed77..9eb8750f 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
-- 
GitLab