From cbe6d653d686ea0c2be5b3f9b3d283449b16ffb8 Mon Sep 17 00:00:00 2001 From: tommyd450 Date: Thu, 13 Aug 2026 16:27:20 +0100 Subject: [PATCH] fix: align PipelineRun names with create-tree component name The PipelineRun names used "createtree" (no hyphen) which doesn't match the Konflux component name "create-tree", preventing manual build triggers via the incoming webhook. Co-Authored-By: Claude Opus 4.6 --- .tekton/createtree-pull-request.yaml | 2 +- .tekton/createtree-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/createtree-pull-request.yaml b/.tekton/createtree-pull-request.yaml index 608a24199d..3635344e48 100644 --- a/.tekton/createtree-pull-request.yaml +++ b/.tekton/createtree-pull-request.yaml @@ -17,7 +17,7 @@ metadata: appstudio.openshift.io/application: create-tree appstudio.openshift.io/component: create-tree pipelines.appstudio.openshift.io/type: build - name: createtree-on-pull-request + name: create-tree-on-pull-request namespace: rhtas-tenant spec: params: diff --git a/.tekton/createtree-push.yaml b/.tekton/createtree-push.yaml index 2aada98dec..f0e2269b23 100644 --- a/.tekton/createtree-push.yaml +++ b/.tekton/createtree-push.yaml @@ -17,7 +17,7 @@ metadata: appstudio.openshift.io/application: create-tree appstudio.openshift.io/component: create-tree pipelines.appstudio.openshift.io/type: build - name: createtree-on-push + name: create-tree-on-push namespace: rhtas-tenant spec: params: