Skip to content

Commit 530c9f2

Browse files
authored
Pull image always (#793)
1 parent 4916811 commit 530c9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/simcore-charts/resource-usage-tracker/values.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: '{{ .Values | get "DOCKER_REGISTRY" "itisfoundation" }}/resource-usage-tracker'
9-
pullPolicy: IfNotPresent
9+
pullPolicy: Always
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: {{ requiredEnv "DOCKER_IMAGE_TAG" }}
1212

0 commit comments

Comments
 (0)