From 333819b8dd3ea192fdb3b59b8ac28c88f031aada Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 05:11:39 +0000 Subject: [PATCH 1/3] chore(deps): update konflux references to v0.3 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .tekton/collector-component-pipeline.yaml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index b3db63b429..2c50f8d6a6 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -79,10 +79,6 @@ spec: description: Path to the Dockerfile inside the context specified by parameter path-context name: dockerfile type: string - - default: "false" - description: Force rebuild image - name: rebuild - type: string - default: "false" description: Skip checks against built image name: skip-checks @@ -159,13 +155,6 @@ spec: taskRef: *post-bigquery-metrics-ref - name: init params: - - name: image-url - # We can't provide a StackRox-style tag because it is not known at this time (requires cloning source, etc.) - # As a workaround, we still provide a unique tag that's based on a revision in order for this task to comply with - # its expected input. We later actually add this tag on a built image with the apply-index-image-tag task. - value: $(params.output-image-repo):konflux-$(params.revision) - - name: rebuild - value: $(params.rebuild) - name: enable-cache-proxy value: $(params.enable-cache-proxy) taskRef: @@ -173,7 +162,7 @@ spec: - name: name value: init - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ebf06778aeacbbeb081f9231eafbdfdb8e380ad04e211d7ed80ae9101e37fd82 + value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6 - name: kind value: task resolver: bundles @@ -203,10 +192,6 @@ spec: - name: kind value: task resolver: bundles - when: - - input: $(tasks.init.results.build) - operator: in - values: [ "true" ] workspaces: - name: basic-auth workspace: git-auth @@ -322,10 +307,6 @@ spec: - name: kind value: task resolver: bundles - when: - - input: $(tasks.init.results.build) - operator: in - values: [ "true" ] timeout: 1h30m0s - name: build-image-index From 9391f9e2230eac39a80bcf3e1196bd57ceb82ef4 Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Mon, 9 Feb 2026 20:05:40 +0100 Subject: [PATCH 2/3] Clean up remnant `tasks.init.results.build` --- .tekton/collector-component-pipeline.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index 2c50f8d6a6..33ef690f99 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -332,10 +332,6 @@ spec: - name: kind value: task resolver: bundles - when: - - input: $(tasks.init.results.build) - operator: in - values: [ "true" ] - name: apply-index-image-tag params: @@ -355,10 +351,6 @@ spec: - name: kind value: task resolver: bundles - when: - - input: $(tasks.init.results.build) - operator: in - values: [ "true" ] - name: build-source-image params: @@ -380,9 +372,6 @@ spec: value: task resolver: bundles when: - - input: $(tasks.init.results.build) - operator: in - values: [ "true" ] - input: $(params.build-source-image) operator: in values: [ "true" ] From e9a0636cbaf1540bfb1e5035577abd9b8ade840c Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Mon, 9 Feb 2026 20:07:22 +0100 Subject: [PATCH 3/3] Remove `apply-index-image-tag` which was needed only for `init` task. --- .tekton/collector-component-pipeline.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index 33ef690f99..60b59f8b44 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -333,25 +333,6 @@ spec: value: task resolver: bundles - - name: apply-index-image-tag - params: - - name: IMAGE_URL - value: $(tasks.build-image-index.results.IMAGE_URL) - - name: IMAGE_DIGEST - value: $(tasks.build-image-index.results.IMAGE_DIGEST) - - name: ADDITIONAL_TAGS - value: - - konflux-$(params.revision) - taskRef: - params: - - name: name - value: apply-tags - - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca - - name: kind - value: task - resolver: bundles - - name: build-source-image params: - name: BINARY_IMAGE