Skip to content

Commit f76ef20

Browse files
openshift-pipelines-botsavitaashture
authored andcommitted
[bot:next] update konflux configuration
1 parent 388c1c8 commit f76ef20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.tekton/tektoncd-chains-next-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-tektoncd-chains-next-controller
4547
workspaces:
4648
- name: git-auth
4749
secret:

.tekton/tektoncd-chains-next-controller-push.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ spec:
3131
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/next/chains-controller-rhel9:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/controller.Dockerfile
34-
- name: build-platforms
35-
value:
36-
- linux/x86_64
37-
- linux-m2xlarge/arm64
3834
- name: prefetch-input
3935
value: |
4036
{"type": "rpm", "path": ".konflux/rpms"}
4137
pipelineRef:
4238
name: docker-build-ta
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-tektoncd-chains-next-controller
4341
workspaces:
4442
- name: git-auth
4543
secret:

0 commit comments

Comments
 (0)