Skip to content

Commit

Permalink
Set image.pullPolicy to Always for Makefile installations
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorJC3 authored Nov 6, 2024
1 parent 7f8e841 commit 9bb07a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/e2e/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ function install_driver() {
--set image.tag="${IMAGE_TAG}"
--set node.enableWindows="${WINDOWS}"
--set node.windowsHostProcess="${WINDOWS_HOSTPROCESS}"
--set=controller.k8sTagClusterId="${CLUSTER_NAME}"
--set controller.k8sTagClusterId="${CLUSTER_NAME}"
--set image.pullPolicy="Always"
--timeout 10m0s
--wait
--kubeconfig "${KUBECONFIG}")
Expand Down

0 comments on commit 9bb07a3

Please sign in to comment.