From 2b6e6acfa42c912dface07a2ba2ed60df5ac9ba8 Mon Sep 17 00:00:00 2001 From: Jonathan Knight Date: Thu, 22 May 2025 17:48:21 +0300 Subject: [PATCH] Allow image pull policy to be injected for tests that use test images --- tekton/os-cert-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tekton/os-cert-config.yaml b/tekton/os-cert-config.yaml index 2e556fd4..0b4a5df9 100644 --- a/tekton/os-cert-config.yaml +++ b/tekton/os-cert-config.yaml @@ -7,3 +7,4 @@ data: OPERATOR_TEST_IS_RUNNING_IN_K8S: "true" OPERATOR_TEST_IS_RUNNING_IN_OPENSHIFT: "true" SKIP_SPRING_CNBP: "true" + TEST_IMAGE_PULL_POLICY: "Always"