Skip to content

Commit bedbad6

Browse files
authored
Use correct pull policy for CronJob (#719)
Signed-off-by: Martin Jediny <[email protected]>
1 parent ba5995e commit bedbad6

File tree

1 file changed

+1
-0
lines changed
  • ansible/roles/preflight-invalidation/tasks

1 file changed

+1
-0
lines changed

ansible/roles/preflight-invalidation/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
containers:
4747
- name: preflight-invalidator
4848
image: "{{ preflight_invalidation_image_pull_spec }}"
49+
imagePullPolicy: Always
4950
args:
5051
- invalidate-preflight-versions
5152
- --pyxis-url

0 commit comments

Comments
 (0)