diff --git a/.tekton/pipelines/deploy-fbc-operator.yaml b/.tekton/pipelines/deploy-fbc-operator.yaml index ba95434a..887c7c74 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.1@sha256:e6b090c515168c8ed0fa932ffe0ac6f27dbc1ea41fdb2fe83cfcaa7829b910bd 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.1@sha256:e6b090c515168c8ed0fa932ffe0ac6f27dbc1ea41fdb2fe83cfcaa7829b910bd 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.1@sha256:e6b090c515168c8ed0fa932ffe0ac6f27dbc1ea41fdb2fe83cfcaa7829b910bd 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.1@sha256:e6b090c515168c8ed0fa932ffe0ac6f27dbc1ea41fdb2fe83cfcaa7829b910bd 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.1@sha256:e6b090c515168c8ed0fa932ffe0ac6f27dbc1ea41fdb2fe83cfcaa7829b910bd workingDir: "/workspace" script: | #!/bin/bash