Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .tekton/pipelines/deploy-fbc-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4@sha256:dae74bf0d6fc349d3ae140d9e3a921ad5009fdf8dade3186bfd9b65fbe3a365b
env:
- name: SOURCE_GIT_URL
value: https://github.com/Thealisyed/external-dns-operator
Expand Down Expand Up @@ -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.4@sha256:dae74bf0d6fc349d3ae140d9e3a921ad5009fdf8dade3186bfd9b65fbe3a365b
computeResources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -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.4@sha256:dae74bf0d6fc349d3ae140d9e3a921ad5009fdf8dade3186bfd9b65fbe3a365b
computeResources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -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.4@sha256:dae74bf0d6fc349d3ae140d9e3a921ad5009fdf8dade3186bfd9b65fbe3a365b
computeResources:
limits:
memory: 4Gi
Expand Down Expand Up @@ -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.4@sha256:dae74bf0d6fc349d3ae140d9e3a921ad5009fdf8dade3186bfd9b65fbe3a365b
workingDir: "/workspace"
script: |
#!/bin/bash
Expand Down