Skip to content

Commit 1e59954

Browse files
committed
always pull ianges
Signed-off-by: Robert Detjens <[email protected]>
1 parent 33ab4c4 commit 1e59954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/asset_files/challenge_templates/deployment.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ spec:
2626
containers:
2727
- name: "{{ pod.name }}"
2828
image: "{{ pod_image }}"
29+
imagePullPolicy: always
2930
ports:
3031
{% for p in pod.ports -%}
3132
- containerPort: {{ p.internal }}

0 commit comments

Comments
 (0)