Skip to content

Commit b23efe0

Browse files
authored
Always pulls the latest image from remote repository (#71)
1 parent 67d7fcf commit b23efe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-partner/debugpartner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- command:
2525
- /bin/sh
2626
image: "{{TNF_PARTNER_REPO}}/{{SUPPORT_IMAGE}}"
27-
imagePullPolicy: IfNotPresent
27+
imagePullPolicy: Always
2828
name: container-00
2929
resources: {}
3030
securityContext:

0 commit comments

Comments
 (0)