Skip to content
Snippets Groups Projects
Commit af6322c1 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

update grafana chart repository

parent 678cd78d
No related branches found
No related tags found
1 merge request!60Introduce a Theodolite Helm chart for deploying all dependencies
......@@ -14,8 +14,8 @@ type: application
dependencies: # A list of the chart requirements (optional)
- name: grafana
version: 5.1.2
repository: https://charts.helm.sh/stable/
version: 6.0.0
repository: https://grafana.github.io/helm-charts # https://charts.helm.sh/stable/
condition: grafana.enabled
- name: kube-prometheus-stack
version: 12.0.0
......
......@@ -32,7 +32,9 @@ grafana:
## 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment