Skip to content

Commit 0bea77b

Browse files
openshift-pipelines-botsavitaashture
authored andcommitted
[bot:release-v1.15.x] update konflux configuration
1 parent 7bb5e38 commit 0bea77b

16 files changed

+40
-8
lines changed

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

.tekton/tektoncd-pipeline-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/pipeline-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-tektoncd-pipeline-1-15-controller
3941
workspaces:
4042
- name: git-auth
4143
secret:

.tekton/tektoncd-pipeline-1-15-entrypoint-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-pipeline-1-15-entrypoint
4547
workspaces:
4648
- name: git-auth
4749
secret:

.tekton/tektoncd-pipeline-1-15-entrypoint-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/pipeline-entrypoint-rhel8:{{revision}}
3232
- name: dockerfile
33-
value: .konflux/dockerfiles/entrypoint.Dockerfile
33+
value: .konflux/dockerfiles/entrypoint.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-tektoncd-pipeline-1-15-entrypoint
3941
workspaces:
4042
- name: git-auth
4143
secret:

.tekton/tektoncd-pipeline-1-15-events-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-pipeline-1-15-events
4547
workspaces:
4648
- name: git-auth
4749
secret:

.tekton/tektoncd-pipeline-1-15-events-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/pipeline-events-rhel8:{{revision}}
3232
- name: dockerfile
33-
value: .konflux/dockerfiles/events.Dockerfile
33+
value: .konflux/dockerfiles/events.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-tektoncd-pipeline-1-15-events
3941
workspaces:
4042
- name: git-auth
4143
secret:

.tekton/tektoncd-pipeline-1-15-nop-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-pipeline-1-15-nop
4547
workspaces:
4648
- name: git-auth
4749
secret:

.tekton/tektoncd-pipeline-1-15-nop-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/pipeline-nop-rhel8:{{revision}}
3232
- name: dockerfile
33-
value: .konflux/dockerfiles/nop.Dockerfile
33+
value: .konflux/dockerfiles/nop.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-tektoncd-pipeline-1-15-nop
3941
workspaces:
4042
- name: git-auth
4143
secret:

.tekton/tektoncd-pipeline-1-15-resolvers-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-pipeline-1-15-resolvers
4547
workspaces:
4648
- name: git-auth
4749
secret:

.tekton/tektoncd-pipeline-1-15-resolvers-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/pipeline-resolvers-rhel8:{{revision}}
3232
- name: dockerfile
33-
value: .konflux/dockerfiles/resolvers.Dockerfile
33+
value: .konflux/dockerfiles/resolvers.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-tektoncd-pipeline-1-15-resolvers
3941
workspaces:
4042
- name: git-auth
4143
secret:

0 commit comments

Comments
 (0)