Add CI action to update Grafana version

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands
2024-05-07 09:20:51 +01:00
parent 025bb5b0c3
commit 26e0ad0b85
4 changed files with 62 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ spec:
- 0
containers:
- name: grafana
image: grafana/grafana:10.0.0
image: {{- .Values.grafana.image }}
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:
image: grafana/grafana:10.0.0
# Gateway ingress configuration
ingress:
# -- Specifies whether an ingress for the gateway should be created