Merge pull request #95 from grafana/update_grafana

Add CI action to update Grafana version
This commit is contained in:
Michel Hollands
2024-05-08 09:35:29 +01:00
committed by GitHub
4 changed files with 64 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ spec:
- 0
containers:
- name: grafana
image: grafana/grafana:10.0.0
image: grafana/grafana:{{- .Values.grafana.version }}
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000

View File

@@ -31,6 +31,7 @@ local:
enabled: false # This should be set to true if any of the previous is enabled
grafana:
version: 10.0.0
# Gateway ingress configuration
ingress:
# -- Specifies whether an ingress for the gateway should be created