Change version param
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
06e176e720
commit
90e949e89a
2
.github/configs/updatecli.d/grafana.yaml
vendored
2
.github/configs/updatecli.d/grafana.yaml
vendored
@ -10,7 +10,7 @@ sources:
|
||||
versionfilter:
|
||||
kind: latest
|
||||
transformers:
|
||||
- trimPrefix: "v"
|
||||
- trimprefix: "v"
|
||||
conditions:
|
||||
grafanaImagePublished:
|
||||
name: Ensure the latest Grafana is published on DockerHub
|
||||
|
@ -32,7 +32,7 @@ spec:
|
||||
- 0
|
||||
containers:
|
||||
- name: grafana
|
||||
image: {{- .Values.grafana.image }}
|
||||
image: grafana/grafana:{{- .Values.grafana.version }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user