From 3f7c0f673a5590aa2c5a534b235e0ded1aeeae17 Mon Sep 17 00:00:00 2001 From: Jonathan Knight Date: Wed, 21 May 2025 16:43:42 +0300 Subject: [PATCH] Always pull test images for os-cert tests --- 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"