Skip to content

Commit 47bcff3

Browse files
openshift-pipelines-botpramodbindal
authored andcommitted
[bot:release-v1.22.x] update konflux configuration
1 parent 801032e commit 47bcff3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.tekton/tektoncd-git-clone-1-22-git-init-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:
2525
params:
2626
- name: git-url
2727
value: '{{source_url}}'
28+
- name: upstream-git-url
29+
value: 'https://github.com/tektoncd-catalog/git-clone'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -35,7 +37,6 @@ spec:
3537
value: .konflux/dockerfiles/git-init.Dockerfile
3638
- name: additional-tags
3739
value:
38-
- "on-pr-1.22"
3940
- "on-pr-1.22.0"
4041
- name: build-platforms
4142
value:

.tekton/tektoncd-git-clone-1-22-git-init-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:
2525
params:
2626
- name: git-url
2727
value: '{{source_url}}'
28+
- name: upstream-git-url
29+
value: 'https://github.com/tektoncd-catalog/git-clone'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -33,7 +35,6 @@ spec:
3335
value: .konflux/dockerfiles/git-init.Dockerfile
3436
- name: additional-tags
3537
value:
36-
- "1.22"
3738
- "1.22.0"
3839
- name: prefetch-input
3940
value: |

0 commit comments

Comments
 (0)