From a8a6d24f90aef728f460f36b5319a0594ce7c5c0 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh03[bot]" <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 08:19:11 +0000 Subject: [PATCH] Update quay.io/konflux-ci/konflux-test Docker tag to v1.5.2 Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> --- .tekton/pipelines/deploy-fbc-operator.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.tekton/pipelines/deploy-fbc-operator.yaml b/.tekton/pipelines/deploy-fbc-operator.yaml index ba95434a..9beac23b 100644 --- a/.tekton/pipelines/deploy-fbc-operator.yaml +++ b/.tekton/pipelines/deploy-fbc-operator.yaml @@ -129,7 +129,7 @@ spec: description: "Images pulled from the scorecard config YAML." steps: - name: retrieve-auth-header - image: quay.io/konflux-ci/konflux-test:v1.4.31@sha256:a7cae9e96663e277a3904d0c78630508ddb6cc8eebaa912a840bd20f68dcaad1 + image: quay.io/konflux-ci/konflux-test:v1.5.2@sha256:c370a7bc6e172cdbab001f1a19f37ebc95f47c3d8fe2d915fa4641132490ead7 env: - name: SOURCE_GIT_URL value: https://github.com/Thealisyed/external-dns-operator @@ -168,7 +168,7 @@ spec: echo "$AUTH_HEADER" > /tmp/auth_header.txt - name: retrieve-mirror-set-and-scorecard-config - image: quay.io/konflux-ci/konflux-test:v1.4.31@sha256:a7cae9e96663e277a3904d0c78630508ddb6cc8eebaa912a840bd20f68dcaad1 + image: quay.io/konflux-ci/konflux-test:v1.5.2@sha256:c370a7bc6e172cdbab001f1a19f37ebc95f47c3d8fe2d915fa4641132490ead7 computeResources: limits: memory: 512Mi @@ -278,7 +278,7 @@ spec: - name: channelName value: $(params.CHANNEL_NAME) - name: process-image-mirror-set - image: quay.io/konflux-ci/konflux-test:v1.4.31@sha256:a7cae9e96663e277a3904d0c78630508ddb6cc8eebaa912a840bd20f68dcaad1 + image: quay.io/konflux-ci/konflux-test:v1.5.2@sha256:c370a7bc6e172cdbab001f1a19f37ebc95f47c3d8fe2d915fa4641132490ead7 computeResources: limits: memory: 512Mi @@ -544,7 +544,7 @@ spec: # In case the test fails, we don't want to fail the TaskRun immediately, # because we want to proceed with archiving the artifacts in a following step. onError: continue - image: quay.io/konflux-ci/konflux-test:v1.4.31@sha256:a7cae9e96663e277a3904d0c78630508ddb6cc8eebaa912a840bd20f68dcaad1 + image: quay.io/konflux-ci/konflux-test:v1.5.2@sha256:c370a7bc6e172cdbab001f1a19f37ebc95f47c3d8fe2d915fa4641132490ead7 computeResources: limits: memory: 4Gi @@ -882,7 +882,7 @@ spec: value: "/workspace/konflux-artifacts" # validate that the cluster resources are available in another tekton step - name: list-artifacts - image: quay.io/konflux-ci/konflux-test:v1.4.31@sha256:a7cae9e96663e277a3904d0c78630508ddb6cc8eebaa912a840bd20f68dcaad1 + image: quay.io/konflux-ci/konflux-test:v1.5.2@sha256:c370a7bc6e172cdbab001f1a19f37ebc95f47c3d8fe2d915fa4641132490ead7 workingDir: "/workspace" script: | #!/bin/bash