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: versionfilter:
kind: latest kind: latest
transformers: transformers:
- trimPrefix: "v" - trimprefix: "v"
conditions: conditions:
grafanaImagePublished: grafanaImagePublished:
name: Ensure the latest Grafana is published on DockerHub name: Ensure the latest Grafana is published on DockerHub

View File

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

View File

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