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