Change version param

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-05-07 10:14:50 +01:00
parent 06e176e720
commit 90e949e89a
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ sources:
versionfilter:
kind: latest
transformers:
- trimPrefix: "v"
- trimprefix: "v"
conditions:
grafanaImagePublished:
name: Ensure the latest Grafana is published on DockerHub

View File

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

View File

@ -31,7 +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
version: 10.0.0
# Gateway ingress configuration
ingress:
# -- Specifies whether an ingress for the gateway should be created