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:
|
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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user