Skip to content

Commit c65329f

Browse files
author
serverless-qe
committed
[release-v1.17] Sync Konflux configurations
1 parent 1785f26 commit c65329f

12 files changed

+120
-12
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -39,6 +39,15 @@ spec:
3939
- linux/x86_64
4040
- name: revision
4141
value: '{{revision}}'
42+
taskRunSpecs:
43+
- pipelineTaskName: sast-shell-check
44+
stepSpecs:
45+
- name: sast-shell-check
46+
computeResources:
47+
requests:
48+
memory: 4Gi
49+
limits:
50+
memory: 4Gi
4251
pipelineRef:
4352
name: docker-build
4453
taskRunTemplate: {}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -38,6 +38,15 @@ spec:
3838
- $(context.pipelineRun.uid)-{{revision}}
3939
- 1.37.0
4040
- latest
41+
taskRunSpecs:
42+
- pipelineTaskName: sast-shell-check
43+
stepSpecs:
44+
- name: sast-shell-check
45+
computeResources:
46+
requests:
47+
memory: 4Gi
48+
limits:
49+
memory: 4Gi
4150
pipelineRef:
4251
name: docker-build
4352
taskRunTemplate: {}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-images/kn/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -39,6 +39,15 @@ spec:
3939
- linux/x86_64
4040
- name: revision
4141
value: '{{revision}}'
42+
taskRunSpecs:
43+
- pipelineTaskName: sast-shell-check
44+
stepSpecs:
45+
- name: sast-shell-check
46+
computeResources:
47+
requests:
48+
memory: 4Gi
49+
limits:
50+
memory: 4Gi
4251
pipelineRef:
4352
name: docker-build
4453
taskRunTemplate: {}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-images/kn/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -38,6 +38,15 @@ spec:
3838
- $(context.pipelineRun.uid)-{{revision}}
3939
- 1.37.0
4040
- latest
41+
taskRunSpecs:
42+
- pipelineTaskName: sast-shell-check
43+
stepSpecs:
44+
- name: sast-shell-check
45+
computeResources:
46+
requests:
47+
memory: 4Gi
48+
limits:
49+
memory: 4Gi
4150
pipelineRef:
4251
name: docker-build
4352
taskRunTemplate: {}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -39,6 +39,15 @@ spec:
3939
- linux/x86_64
4040
- name: revision
4141
value: '{{revision}}'
42+
taskRunSpecs:
43+
- pipelineTaskName: sast-shell-check
44+
stepSpecs:
45+
- name: sast-shell-check
46+
computeResources:
47+
requests:
48+
memory: 4Gi
49+
limits:
50+
memory: 4Gi
4251
pipelineRef:
4352
name: docker-build
4453
taskRunTemplate: {}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -38,6 +38,15 @@ spec:
3838
- $(context.pipelineRun.uid)-{{revision}}
3939
- 1.37.0
4040
- latest
41+
taskRunSpecs:
42+
- pipelineTaskName: sast-shell-check
43+
stepSpecs:
44+
- name: sast-shell-check
45+
computeResources:
46+
requests:
47+
memory: 4Gi
48+
limits:
49+
memory: 4Gi
4150
pipelineRef:
4251
name: docker-build
4352
taskRunTemplate: {}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -39,6 +39,15 @@ spec:
3939
- linux/x86_64
4040
- name: revision
4141
value: '{{revision}}'
42+
taskRunSpecs:
43+
- pipelineTaskName: sast-shell-check
44+
stepSpecs:
45+
- name: sast-shell-check
46+
computeResources:
47+
requests:
48+
memory: 4Gi
49+
limits:
50+
memory: 4Gi
4251
pipelineRef:
4352
name: docker-build
4453
taskRunTemplate: {}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -38,6 +38,15 @@ spec:
3838
- $(context.pipelineRun.uid)-{{revision}}
3939
- 1.37.0
4040
- latest
41+
taskRunSpecs:
42+
- pipelineTaskName: sast-shell-check
43+
stepSpecs:
44+
- name: sast-shell-check
45+
computeResources:
46+
requests:
47+
memory: 4Gi
48+
limits:
49+
memory: 4Gi
4150
pipelineRef:
4251
name: docker-build
4352
taskRunTemplate: {}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -39,6 +39,15 @@ spec:
3939
- linux/x86_64
4040
- name: revision
4141
value: '{{revision}}'
42+
taskRunSpecs:
43+
- pipelineTaskName: sast-shell-check
44+
stepSpecs:
45+
- name: sast-shell-check
46+
computeResources:
47+
requests:
48+
memory: 4Gi
49+
limits:
50+
memory: 4Gi
4251
pipelineRef:
4352
name: docker-build
4453
taskRunTemplate: {}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -38,6 +38,15 @@ spec:
3838
- $(context.pipelineRun.uid)-{{revision}}
3939
- 1.37.0
4040
- latest
41+
taskRunSpecs:
42+
- pipelineTaskName: sast-shell-check
43+
stepSpecs:
44+
- name: sast-shell-check
45+
computeResources:
46+
requests:
47+
memory: 4Gi
48+
limits:
49+
memory: 4Gi
4150
pipelineRef:
4251
name: docker-build
4352
taskRunTemplate: {}

0 commit comments

Comments
 (0)