From a4b6bf23aa81360ff73d7e206bcc3922937b3b56 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Mon, 3 Feb 2025 12:33:10 +0000 Subject: [PATCH] [bot:release-v0.1.x] update konflux configuration --- .tekton/tekton-caches-next-cache-pull-request.yaml | 2 +- .tekton/tekton-caches-next-cache-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/tekton-caches-next-cache-pull-request.yaml b/.tekton/tekton-caches-next-cache-pull-request.yaml index 42f6c46d0..c5f594f11 100644 --- a/.tekton/tekton-caches-next-cache-pull-request.yaml +++ b/.tekton/tekton-caches-next-cache-pull-request.yaml @@ -4,7 +4,7 @@ kind: PipelineRun metadata: annotations: pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines - pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml" + pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml" build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tekton-caches?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' diff --git a/.tekton/tekton-caches-next-cache-push.yaml b/.tekton/tekton-caches-next-cache-push.yaml index 28d3847df..83a92d5bb 100644 --- a/.tekton/tekton-caches-next-cache-push.yaml +++ b/.tekton/tekton-caches-next-cache-push.yaml @@ -4,7 +4,7 @@ kind: PipelineRun metadata: annotations: pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines - pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml" + pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml" build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tekton-caches?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}'