Skip to content

Commit 3a2821d

Browse files
openshift-pipelines-botsavitaashture
authored andcommitted
[bot:release-v0.2.2] update konflux configuration
1 parent 4dc593a commit 3a2821d

4 files changed

+10
-2
lines changed

.tekton/manual-approval-gate-1-15-controller-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ spec:
4242
{"type": "rpm", "path": ".konflux/rpms"}
4343
pipelineRef:
4444
name: docker-build-ta
45+
taskRunTemplate:
46+
serviceAccountName: build-pipeline-manual-approval-gate-1-15-controller
4547
workspaces:
4648
- name: git-auth
4749
secret:

.tekton/manual-approval-gate-1-15-controller-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ spec:
3030
- name: output-image
3131
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/manual-approval-gate-controller-rhel8:{{revision}}
3232
- name: dockerfile
33-
value: .konflux/dockerfiles/controller.Dockerfile
33+
value: .konflux/dockerfiles/controller.Dockerfile
3434
- name: prefetch-input
3535
value: |
3636
{"type": "rpm", "path": ".konflux/rpms"}
3737
pipelineRef:
3838
name: docker-build-ta
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-manual-approval-gate-1-15-controller
3941
workspaces:
4042
- name: git-auth
4143
secret:

.tekton/manual-approval-gate-1-15-webhook-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ spec:
4242
{"type": "rpm", "path": ".konflux/rpms"}
4343
pipelineRef:
4444
name: docker-build-ta
45+
taskRunTemplate:
46+
serviceAccountName: build-pipeline-manual-approval-gate-1-15-webhook
4547
workspaces:
4648
- name: git-auth
4749
secret:

.tekton/manual-approval-gate-1-15-webhook-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ spec:
3030
- name: output-image
3131
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/manual-approval-gate-webhook-rhel8:{{revision}}
3232
- name: dockerfile
33-
value: .konflux/dockerfiles/webhook.Dockerfile
33+
value: .konflux/dockerfiles/webhook.Dockerfile
3434
- name: prefetch-input
3535
value: |
3636
{"type": "rpm", "path": ".konflux/rpms"}
3737
pipelineRef:
3838
name: docker-build-ta
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-manual-approval-gate-1-15-webhook
3941
workspaces:
4042
- name: git-auth
4143
secret:

0 commit comments

Comments
 (0)