Skip to content

Commit 6eb37a4

Browse files
committed
change image pull so we can always run
1 parent ca94937 commit 6eb37a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-an-deploy-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ docker pull $WRONGSECRETS_BALANCER_IMAGE:$WRONGSECRETS_BALANCER_TAG &
3131
docker pull $WRONGSECRETS_CLEANER_IMAGE:$WRONGSECRETS_CLEANER_TAG
3232
wait
3333

34-
helm upgrade --install mj ./helm/wrongsecrets-ctf-party --set="imagePullPolicy=Never"
34+
helm upgrade --install mj ./helm/wrongsecrets-ctf-party --set="imagePullPolicy=IfNotPresent"

0 commit comments

Comments
 (0)