From 8281ddcc6c6523e1aa64db8de541ef1fb8ff2eb7 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 13 Jul 2022 20:37:27 +0200 Subject: [PATCH] chore(cron): pull image always Signed-off-by: rjshrjndrn --- .../helmcharts/openreplay/charts/utilities/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/helmcharts/openreplay/charts/utilities/values.yaml b/scripts/helmcharts/openreplay/charts/utilities/values.yaml index e973cbeec..7bfa67523 100644 --- a/scripts/helmcharts/openreplay/charts/utilities/values.yaml +++ b/scripts/helmcharts/openreplay/charts/utilities/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: "{{ .Values.global.openReplayContainerRegistry }}/utilities" - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -16,7 +16,7 @@ telemetry: cron: "5 12 * * *" image: repository: "{{ .Values.global.openReplayContainerRegistry }}/crons" - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" env: @@ -27,7 +27,7 @@ report: cron: "0 5 * * 1" image: repository: "{{ .Values.global.openReplayContainerRegistry }}/crons" - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" env: @@ -38,7 +38,7 @@ sessionsCleaner: cron: "5 1 * * *" image: repository: "{{ .Values.global.openReplayContainerRegistry }}/crons" - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" env: