diff --git a/execution/infrastructure/grafana/values.yaml b/execution/infrastructure/grafana/values.yaml index 211a72a61a2699c7108ec4adb9a7edebbccecb69..0e3988b723b583860b8547c936ed83e1330ea282 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