From ad40a60301f1ce3649f646942de38cfeef165e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 18 Dec 2020 17:36:49 +0100 Subject: [PATCH] Fix Grafana values file for new chart version --- execution/infrastructure/grafana/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/execution/infrastructure/grafana/values.yaml b/execution/infrastructure/grafana/values.yaml index 211a72a61..0e3988b72 100644 --- a/execution/infrastructure/grafana/values.yaml +++ b/execution/infrastructure/grafana/values.yaml @@ -11,7 +11,9 @@ adminPassword: admin ## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders ## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards sidecar: - image: kiwigrid/k8s-sidecar:0.1.99 + image: + repository: "kiwigrid/k8s-sidecar" + tag: "0.1.99" imagePullPolicy: IfNotPresent dashboards: enabled: true -- GitLab