chore(cron): pull image always
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
c7a0b84446
commit
8281ddcc6c
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue