From 9bb07a3fafd88883eb79f6264762131ad56b1cc1 Mon Sep 17 00:00:00 2001 From: ConnorJC Date: Wed, 6 Nov 2024 13:24:34 -0500 Subject: [PATCH] Set image.pullPolicy to Always for Makefile installations --- hack/e2e/util.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/e2e/util.sh b/hack/e2e/util.sh index 1910e175bd..783d29a823 100644 --- a/hack/e2e/util.sh +++ b/hack/e2e/util.sh @@ -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}")