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 @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down