From 1c3fb8462fb0b08ae367cfe27de86db508b2f0e4 Mon Sep 17 00:00:00 2001 From: jordanjennings <jordanjennings@users.noreply.github.com> Date: Fri, 16 Feb 2018 12:37:32 -0500 Subject: [PATCH] Update to grafana 5.0.0-beta5 --- 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 9b352c17..a9ce738d 100644 --- a/grafana-image/Makefile +++ b/grafana-image/Makefile @@ -1,4 +1,4 @@ -VERSION=5.0.0-beta1 +VERSION=5.0.0-beta5 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 fae45b25..2c23b533 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-beta1 + image: quay.io/coreos/monitoring-grafana:5.0.0-beta5 volumeMounts: - name: grafana-storage mountPath: /data diff --git a/manifests/grafana/grafana-deployment.yaml b/manifests/grafana/grafana-deployment.yaml index a937b138..a894e1c9 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-beta1 + image: quay.io/coreos/monitoring-grafana:5.0.0-beta5 volumeMounts: - name: grafana-storage mountPath: /data -- GitLab