From 9a5a69b091914a95aefa7bd1931262bbe8ddd7df Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 23 Jan 2025 20:46:38 -0800 Subject: [PATCH] Change image pull policy to always for kubevirt runner --- helm/arc/ubuntu-jammy-values.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/arc/ubuntu-jammy-values.yml b/helm/arc/ubuntu-jammy-values.yml index 17c46060..371213a9 100644 --- a/helm/arc/ubuntu-jammy-values.yml +++ b/helm/arc/ubuntu-jammy-values.yml @@ -13,6 +13,7 @@ template: containers: - name: runner image: ghcr.io/electrocucaracha/kubevirt-actions-runner:master + imagePullPolicy: Always command: [] env: - name: KUBEVIRT_VM_TEMPLATE