Skip to content

Commit

Permalink
Merge pull request #2212 from kubernetes-sigs/pull-policy-always
Browse files Browse the repository at this point in the history
Set image.pullPolicy to Always for Makefile installations
  • Loading branch information
k8s-ci-robot authored Nov 6, 2024
2 parents 7f8e841 + 9bb07a3 commit 99d6739
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 99d6739

Please sign in to comment.