From 2578be1f96aa6be3aa4a612afe60a3539a583c04 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sat, 16 May 2020 12:32:10 -0700 Subject: [PATCH] Rollback Grafana to v7.0.0-beta3, v7.0.0 image is missing * Grafana hasn't published the v7.0.0 image yet --- addons/grafana/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/grafana/deployment.yaml b/addons/grafana/deployment.yaml index 47262b0f..50024813 100644 --- a/addons/grafana/deployment.yaml +++ b/addons/grafana/deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: grafana - image: docker.io/grafana/grafana:7.0.0 + image: docker.io/grafana/grafana:7.0.0-beta3 env: - name: GF_PATHS_CONFIG value: "/etc/grafana/custom.ini"