Skip to content

Commit 4117c1d

Browse files
authored
Merge pull request #264 from mbaldessari/pullnewer
Add --pull=newer when running the container
2 parents b23bd64 + 2c34456 commit 4117c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/pattern-util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727

2828
# Do not quote the ${KUBECONF_ENV} below, otherwise we will pass '' to podman
2929
# which will be confused
30-
podman run -it --rm \
30+
podman run -it --rm --pull=newer \
3131
--security-opt label=disable \
3232
-e EXTRA_HELM_OPTS \
3333
-e KUBECONFIG \

0 commit comments

Comments
 (0)