From 91b51ffef8836c2b2c09ee197935a1d953a7ae2c Mon Sep 17 00:00:00 2001 From: Andrew Thorp Date: Mon, 29 Sep 2025 14:13:59 -0400 Subject: [PATCH] chore(SRVKP-8611): include upstream-git-url param to build pipeline --- cmd/konflux/templates/tekton/component-pull-request.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/konflux/templates/tekton/component-pull-request.yaml b/cmd/konflux/templates/tekton/component-pull-request.yaml index 3177a8f0..cab4c940 100644 --- a/cmd/konflux/templates/tekton/component-pull-request.yaml +++ b/cmd/konflux/templates/tekton/component-pull-request.yaml @@ -31,6 +31,10 @@ spec: params: - name: git-url value: '{{"{{source_url}}"}}' + {{- if .Repository.Upstream }} + - name: upstream-git-url + value: 'https://github.com/{{.Repository.Upstream}}' + {{- end }} - name: revision value: '{{"{{revision}}"}}' - name: output-image