From 4c400e0e8630dd1779b568b78fd369e92f5eff87 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, 17 Feb 2026 08:15:04 +0000 Subject: [PATCH] Update quay.io/konflux-ci/konflux-test Docker tag to v1.4.47 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 9ac111d5..218fd8a8 100644 --- a/.tekton/pipelines/deploy-fbc-operator.yaml +++ b/.tekton/pipelines/deploy-fbc-operator.yaml @@ -121,7 +121,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.4.47@sha256:baa60a08e86ab24476750bc010c29318e62ab4c921f5408f83f176dc10fcc079 env: - name: SOURCE_GIT_URL value: https://github.com/Thealisyed/external-dns-operator @@ -160,7 +160,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.4.47@sha256:baa60a08e86ab24476750bc010c29318e62ab4c921f5408f83f176dc10fcc079 computeResources: limits: memory: 512Mi @@ -266,7 +266,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.4.47@sha256:baa60a08e86ab24476750bc010c29318e62ab4c921f5408f83f176dc10fcc079 computeResources: limits: memory: 512Mi @@ -528,7 +528,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.4.47@sha256:baa60a08e86ab24476750bc010c29318e62ab4c921f5408f83f176dc10fcc079 computeResources: limits: memory: 4Gi @@ -866,7 +866,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.4.47@sha256:baa60a08e86ab24476750bc010c29318e62ab4c921f5408f83f176dc10fcc079 workingDir: "/workspace" script: | #!/bin/bash