From ba5192bcaf8665821d7d8d8cb95e57cd584bed29 Mon Sep 17 00:00:00 2001
From: Frederic Branczyk <fbranczyk@gmail.com>
Date: Sun, 4 Feb 2018 16:12:54 +0100
Subject: [PATCH] kube-prometheus: Update Grafana image

---
 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 12fc7b81..f054a054 100644
--- a/grafana-image/Makefile
+++ b/grafana-image/Makefile
@@ -1,2 +1,2 @@
 container:
-	docker build . -t quay.io/coreos/monitoring-grafana:4.6.3-non-root
+	docker build . -t quay.io/coreos/monitoring-grafana:4.6.3-non-root.1
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 091d4e80..a607f353 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:4.6.3-non-root
+        image: quay.io/coreos/monitoring-grafana:4.6.3-non-root.1
         env:
         - name: GF_AUTH_BASIC_ENABLED
           value: "true"
diff --git a/manifests/grafana/grafana-deployment.yaml b/manifests/grafana/grafana-deployment.yaml
index d1b7c806..804657a0 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:4.6.3-non-root
+        image: quay.io/coreos/monitoring-grafana:4.6.3-non-root.1
         env:
         - name: GF_AUTH_BASIC_ENABLED
           value: "true"
-- 
GitLab