Skip to content

Commit 5840190

Browse files
serverless-qeserverless-qe
andauthored
[release-v1.16] Update Konflux configurations (#670)
Update Konflux components and pipelines Co-authored-by: serverless-qe <serverless-support@redhat.com>
1 parent b4f5654 commit 5840190

12 files changed

+36
-12
lines changed

.tekton/kn-client-cli-artifacts-116-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
2222
- name: build-args
2323
value:
24+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2425
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2526
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2627
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -52,7 +53,8 @@ spec:
5253
memory: 4Gi
5354
pipelineRef:
5455
name: docker-build
55-
taskRunTemplate: {}
56+
taskRunTemplate:
57+
serviceAccountName: build-pipeline-kn-client-cli-artifacts-116
5658
workspaces:
5759
- name: git-auth
5860
secret:

.tekton/kn-client-cli-artifacts-116-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
2121
- name: build-args
2222
value:
23+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2324
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2425
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2526
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -51,7 +52,8 @@ spec:
5152
memory: 4Gi
5253
pipelineRef:
5354
name: docker-build
54-
taskRunTemplate: {}
55+
taskRunTemplate:
56+
serviceAccountName: build-pipeline-kn-client-cli-artifacts-116
5557
workspaces:
5658
- name: git-auth
5759
secret:

.tekton/kn-client-kn-116-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-images/kn/Dockerfile
2222
- name: build-args
2323
value:
24+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2425
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2526
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2627
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -52,7 +53,8 @@ spec:
5253
memory: 4Gi
5354
pipelineRef:
5455
name: docker-build
55-
taskRunTemplate: {}
56+
taskRunTemplate:
57+
serviceAccountName: build-pipeline-kn-client-kn-116
5658
workspaces:
5759
- name: git-auth
5860
secret:

.tekton/kn-client-kn-116-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-images/kn/Dockerfile
2121
- name: build-args
2222
value:
23+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2324
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2425
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2526
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -51,7 +52,8 @@ spec:
5152
memory: 4Gi
5253
pipelineRef:
5354
name: docker-build
54-
taskRunTemplate: {}
55+
taskRunTemplate:
56+
serviceAccountName: build-pipeline-kn-client-kn-116
5557
workspaces:
5658
- name: git-auth
5759
secret:

.tekton/kn-client-test-grpc-ping-116-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
2222
- name: build-args
2323
value:
24+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2425
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2526
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2627
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -52,7 +53,8 @@ spec:
5253
memory: 4Gi
5354
pipelineRef:
5455
name: docker-build
55-
taskRunTemplate: {}
56+
taskRunTemplate:
57+
serviceAccountName: build-pipeline-kn-client-test-grpc-ping-116
5658
workspaces:
5759
- name: git-auth
5860
secret:

.tekton/kn-client-test-grpc-ping-116-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
2121
- name: build-args
2222
value:
23+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2324
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2425
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2526
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -51,7 +52,8 @@ spec:
5152
memory: 4Gi
5253
pipelineRef:
5354
name: docker-build
54-
taskRunTemplate: {}
55+
taskRunTemplate:
56+
serviceAccountName: build-pipeline-kn-client-test-grpc-ping-116
5557
workspaces:
5658
- name: git-auth
5759
secret:

.tekton/kn-client-test-helloworld-116-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile
2222
- name: build-args
2323
value:
24+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2425
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2526
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2627
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -52,7 +53,8 @@ spec:
5253
memory: 4Gi
5354
pipelineRef:
5455
name: docker-build
55-
taskRunTemplate: {}
56+
taskRunTemplate:
57+
serviceAccountName: build-pipeline-kn-client-test-helloworld-116
5658
workspaces:
5759
- name: git-auth
5860
secret:

.tekton/kn-client-test-helloworld-116-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile
2121
- name: build-args
2222
value:
23+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2324
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2425
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2526
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -51,7 +52,8 @@ spec:
5152
memory: 4Gi
5253
pipelineRef:
5354
name: docker-build
54-
taskRunTemplate: {}
55+
taskRunTemplate:
56+
serviceAccountName: build-pipeline-kn-client-test-helloworld-116
5557
workspaces:
5658
- name: git-auth
5759
secret:

.tekton/kn-client-test-servingcontainer-116-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
2222
- name: build-args
2323
value:
24+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2425
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2526
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2627
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -52,7 +53,8 @@ spec:
5253
memory: 4Gi
5354
pipelineRef:
5455
name: docker-build
55-
taskRunTemplate: {}
56+
taskRunTemplate:
57+
serviceAccountName: build-pipeline-kn-client-test-servingcontainer-116
5658
workspaces:
5759
- name: git-auth
5860
secret:

.tekton/kn-client-test-servingcontainer-116-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
2121
- name: build-args
2222
value:
23+
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
2324
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2425
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2526
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
@@ -51,7 +52,8 @@ spec:
5152
memory: 4Gi
5253
pipelineRef:
5354
name: docker-build
54-
taskRunTemplate: {}
55+
taskRunTemplate:
56+
serviceAccountName: build-pipeline-kn-client-test-servingcontainer-116
5557
workspaces:
5658
- name: git-auth
5759
secret:

0 commit comments

Comments
 (0)