From 58dd1f35b84751581d0d050759d4fae479243f2d Mon Sep 17 00:00:00 2001 From: Serverless QE Robot <86025630+serverless-qe@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:47:22 +0200 Subject: [PATCH] [release-v1.15] Sync Konflux configurations (#875) Co-authored-by: serverless-qe --- .../kn-eventing-apiserver-receive-adapter-115-pull-request.yaml | 2 +- .tekton/kn-eventing-apiserver-receive-adapter-115-push.yaml | 2 +- .tekton/kn-eventing-appender-115-pull-request.yaml | 2 +- .tekton/kn-eventing-appender-115-push.yaml | 2 +- .tekton/kn-eventing-channel-controller-115-pull-request.yaml | 2 +- .tekton/kn-eventing-channel-controller-115-push.yaml | 2 +- .tekton/kn-eventing-channel-dispatcher-115-pull-request.yaml | 2 +- .tekton/kn-eventing-channel-dispatcher-115-push.yaml | 2 +- .tekton/kn-eventing-controller-115-pull-request.yaml | 2 +- .tekton/kn-eventing-controller-115-push.yaml | 2 +- .tekton/kn-eventing-event-display-115-pull-request.yaml | 2 +- .tekton/kn-eventing-event-display-115-push.yaml | 2 +- .tekton/kn-eventing-filter-115-pull-request.yaml | 2 +- .tekton/kn-eventing-filter-115-push.yaml | 2 +- .tekton/kn-eventing-heartbeats-115-pull-request.yaml | 2 +- .tekton/kn-eventing-heartbeats-115-push.yaml | 2 +- .tekton/kn-eventing-heartbeats-receiver-115-pull-request.yaml | 2 +- .tekton/kn-eventing-heartbeats-receiver-115-push.yaml | 2 +- .tekton/kn-eventing-ingress-115-pull-request.yaml | 2 +- .tekton/kn-eventing-ingress-115-push.yaml | 2 +- .tekton/kn-eventing-jobsink-115-pull-request.yaml | 2 +- .tekton/kn-eventing-jobsink-115-push.yaml | 2 +- .tekton/kn-eventing-migrate-115-pull-request.yaml | 2 +- .tekton/kn-eventing-migrate-115-push.yaml | 2 +- .tekton/kn-eventing-mtchannel-broker-115-pull-request.yaml | 2 +- .tekton/kn-eventing-mtchannel-broker-115-push.yaml | 2 +- .tekton/kn-eventing-mtping-115-pull-request.yaml | 2 +- .tekton/kn-eventing-mtping-115-push.yaml | 2 +- .tekton/kn-eventing-pong-115-pull-request.yaml | 2 +- .tekton/kn-eventing-pong-115-push.yaml | 2 +- .tekton/kn-eventing-schema-115-pull-request.yaml | 2 +- .tekton/kn-eventing-schema-115-push.yaml | 2 +- .tekton/kn-eventing-test-event-sender-115-pull-request.yaml | 2 +- .tekton/kn-eventing-test-event-sender-115-push.yaml | 2 +- .tekton/kn-eventing-test-eventshub-115-pull-request.yaml | 2 +- .tekton/kn-eventing-test-eventshub-115-push.yaml | 2 +- .tekton/kn-eventing-test-print-115-pull-request.yaml | 2 +- .tekton/kn-eventing-test-print-115-push.yaml | 2 +- .tekton/kn-eventing-test-recordevents-115-pull-request.yaml | 2 +- .tekton/kn-eventing-test-recordevents-115-push.yaml | 2 +- .tekton/kn-eventing-test-request-sender-115-pull-request.yaml | 2 +- .tekton/kn-eventing-test-request-sender-115-push.yaml | 2 +- .tekton/kn-eventing-test-wathola-fetcher-115-pull-request.yaml | 2 +- .tekton/kn-eventing-test-wathola-fetcher-115-push.yaml | 2 +- .../kn-eventing-test-wathola-forwarder-115-pull-request.yaml | 2 +- .tekton/kn-eventing-test-wathola-forwarder-115-push.yaml | 2 +- .tekton/kn-eventing-test-wathola-receiver-115-pull-request.yaml | 2 +- .tekton/kn-eventing-test-wathola-receiver-115-push.yaml | 2 +- .tekton/kn-eventing-test-wathola-sender-115-pull-request.yaml | 2 +- .tekton/kn-eventing-test-wathola-sender-115-push.yaml | 2 +- .tekton/kn-eventing-webhook-115-pull-request.yaml | 2 +- .tekton/kn-eventing-webhook-115-push.yaml | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/.tekton/kn-eventing-apiserver-receive-adapter-115-pull-request.yaml b/.tekton/kn-eventing-apiserver-receive-adapter-115-pull-request.yaml index 8b1f895af50..27624039c6a 100755 --- a/.tekton/kn-eventing-apiserver-receive-adapter-115-pull-request.yaml +++ b/.tekton/kn-eventing-apiserver-receive-adapter-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-apiserver-receive-adapter-115-push.yaml b/.tekton/kn-eventing-apiserver-receive-adapter-115-push.yaml index ffd260c0e93..16edb8c4188 100755 --- a/.tekton/kn-eventing-apiserver-receive-adapter-115-push.yaml +++ b/.tekton/kn-eventing-apiserver-receive-adapter-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-appender-115-pull-request.yaml b/.tekton/kn-eventing-appender-115-pull-request.yaml index 54025928276..9a9e32abccc 100755 --- a/.tekton/kn-eventing-appender-115-pull-request.yaml +++ b/.tekton/kn-eventing-appender-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/appender/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-appender-115-push.yaml b/.tekton/kn-eventing-appender-115-push.yaml index 52a1a0b8c7d..7c9a2dd3676 100755 --- a/.tekton/kn-eventing-appender-115-push.yaml +++ b/.tekton/kn-eventing-appender-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/appender/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-channel-controller-115-pull-request.yaml b/.tekton/kn-eventing-channel-controller-115-pull-request.yaml index 6ff75e8efd2..4a3b8be13c1 100755 --- a/.tekton/kn-eventing-channel-controller-115-pull-request.yaml +++ b/.tekton/kn-eventing-channel-controller-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/channel_controller/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-channel-controller-115-push.yaml b/.tekton/kn-eventing-channel-controller-115-push.yaml index fd45eb968ae..94b996bbfc5 100755 --- a/.tekton/kn-eventing-channel-controller-115-push.yaml +++ b/.tekton/kn-eventing-channel-controller-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/channel_controller/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-channel-dispatcher-115-pull-request.yaml b/.tekton/kn-eventing-channel-dispatcher-115-pull-request.yaml index 7196e8740d6..7ce4c6456e0 100755 --- a/.tekton/kn-eventing-channel-dispatcher-115-pull-request.yaml +++ b/.tekton/kn-eventing-channel-dispatcher-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-channel-dispatcher-115-push.yaml b/.tekton/kn-eventing-channel-dispatcher-115-push.yaml index 49d70fa2b74..cf8040e3852 100755 --- a/.tekton/kn-eventing-channel-dispatcher-115-push.yaml +++ b/.tekton/kn-eventing-channel-dispatcher-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-controller-115-pull-request.yaml b/.tekton/kn-eventing-controller-115-pull-request.yaml index f0204f12894..571c6bc69c8 100755 --- a/.tekton/kn-eventing-controller-115-pull-request.yaml +++ b/.tekton/kn-eventing-controller-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/controller/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-controller-115-push.yaml b/.tekton/kn-eventing-controller-115-push.yaml index 20062dc05e7..310288748d0 100755 --- a/.tekton/kn-eventing-controller-115-push.yaml +++ b/.tekton/kn-eventing-controller-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/controller/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-event-display-115-pull-request.yaml b/.tekton/kn-eventing-event-display-115-pull-request.yaml index 045b431f519..7acc6482c04 100755 --- a/.tekton/kn-eventing-event-display-115-pull-request.yaml +++ b/.tekton/kn-eventing-event-display-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/event_display/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-event-display-115-push.yaml b/.tekton/kn-eventing-event-display-115-push.yaml index 98897144d74..fc8cf235997 100755 --- a/.tekton/kn-eventing-event-display-115-push.yaml +++ b/.tekton/kn-eventing-event-display-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/event_display/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-filter-115-pull-request.yaml b/.tekton/kn-eventing-filter-115-pull-request.yaml index ca1fa0e0658..5c28fd4c130 100755 --- a/.tekton/kn-eventing-filter-115-pull-request.yaml +++ b/.tekton/kn-eventing-filter-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/filter/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-filter-115-push.yaml b/.tekton/kn-eventing-filter-115-push.yaml index d2a0dcd84de..ca000f64df2 100755 --- a/.tekton/kn-eventing-filter-115-push.yaml +++ b/.tekton/kn-eventing-filter-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/filter/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-heartbeats-115-pull-request.yaml b/.tekton/kn-eventing-heartbeats-115-pull-request.yaml index cb41758e61c..68d823a60e5 100755 --- a/.tekton/kn-eventing-heartbeats-115-pull-request.yaml +++ b/.tekton/kn-eventing-heartbeats-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/heartbeats/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-heartbeats-115-push.yaml b/.tekton/kn-eventing-heartbeats-115-push.yaml index dd027c50695..eec1948665c 100755 --- a/.tekton/kn-eventing-heartbeats-115-push.yaml +++ b/.tekton/kn-eventing-heartbeats-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/heartbeats/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-heartbeats-receiver-115-pull-request.yaml b/.tekton/kn-eventing-heartbeats-receiver-115-pull-request.yaml index 00bd994c1f9..5bc843a1152 100755 --- a/.tekton/kn-eventing-heartbeats-receiver-115-pull-request.yaml +++ b/.tekton/kn-eventing-heartbeats-receiver-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-heartbeats-receiver-115-push.yaml b/.tekton/kn-eventing-heartbeats-receiver-115-push.yaml index 97410565cce..feb19f7b45d 100755 --- a/.tekton/kn-eventing-heartbeats-receiver-115-push.yaml +++ b/.tekton/kn-eventing-heartbeats-receiver-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-ingress-115-pull-request.yaml b/.tekton/kn-eventing-ingress-115-pull-request.yaml index ac64b399b42..50b941088aa 100755 --- a/.tekton/kn-eventing-ingress-115-pull-request.yaml +++ b/.tekton/kn-eventing-ingress-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/ingress/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-ingress-115-push.yaml b/.tekton/kn-eventing-ingress-115-push.yaml index 56c8fe7b9e8..250023be043 100755 --- a/.tekton/kn-eventing-ingress-115-push.yaml +++ b/.tekton/kn-eventing-ingress-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/ingress/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-jobsink-115-pull-request.yaml b/.tekton/kn-eventing-jobsink-115-pull-request.yaml index c4a1bf481c0..b8c4b65cce8 100755 --- a/.tekton/kn-eventing-jobsink-115-pull-request.yaml +++ b/.tekton/kn-eventing-jobsink-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/jobsink/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-jobsink-115-push.yaml b/.tekton/kn-eventing-jobsink-115-push.yaml index 39267ae268b..c80097ab810 100755 --- a/.tekton/kn-eventing-jobsink-115-push.yaml +++ b/.tekton/kn-eventing-jobsink-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/jobsink/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-migrate-115-pull-request.yaml b/.tekton/kn-eventing-migrate-115-pull-request.yaml index dcba26130e9..ff82202332f 100755 --- a/.tekton/kn-eventing-migrate-115-pull-request.yaml +++ b/.tekton/kn-eventing-migrate-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/migrate/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-migrate-115-push.yaml b/.tekton/kn-eventing-migrate-115-push.yaml index f377a9f4604..f5b190fb345 100755 --- a/.tekton/kn-eventing-migrate-115-push.yaml +++ b/.tekton/kn-eventing-migrate-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/migrate/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-mtchannel-broker-115-pull-request.yaml b/.tekton/kn-eventing-mtchannel-broker-115-pull-request.yaml index 610ad574f00..9c9385b371e 100755 --- a/.tekton/kn-eventing-mtchannel-broker-115-pull-request.yaml +++ b/.tekton/kn-eventing-mtchannel-broker-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-mtchannel-broker-115-push.yaml b/.tekton/kn-eventing-mtchannel-broker-115-push.yaml index fa6d82a4580..305da10381b 100755 --- a/.tekton/kn-eventing-mtchannel-broker-115-push.yaml +++ b/.tekton/kn-eventing-mtchannel-broker-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-mtping-115-pull-request.yaml b/.tekton/kn-eventing-mtping-115-pull-request.yaml index da191deb799..eda55f650a9 100755 --- a/.tekton/kn-eventing-mtping-115-pull-request.yaml +++ b/.tekton/kn-eventing-mtping-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/mtping/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-mtping-115-push.yaml b/.tekton/kn-eventing-mtping-115-push.yaml index ad9ff9b5652..8fdb9716b64 100755 --- a/.tekton/kn-eventing-mtping-115-push.yaml +++ b/.tekton/kn-eventing-mtping-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/mtping/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-pong-115-pull-request.yaml b/.tekton/kn-eventing-pong-115-pull-request.yaml index 43275cd8f61..c9f331135e3 100755 --- a/.tekton/kn-eventing-pong-115-pull-request.yaml +++ b/.tekton/kn-eventing-pong-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/pong/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-pong-115-push.yaml b/.tekton/kn-eventing-pong-115-push.yaml index 46ca2c96818..c1f8723e3bd 100755 --- a/.tekton/kn-eventing-pong-115-push.yaml +++ b/.tekton/kn-eventing-pong-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/pong/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-schema-115-pull-request.yaml b/.tekton/kn-eventing-schema-115-pull-request.yaml index a60f5965895..46bf78e0102 100755 --- a/.tekton/kn-eventing-schema-115-pull-request.yaml +++ b/.tekton/kn-eventing-schema-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/schema/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-schema-115-push.yaml b/.tekton/kn-eventing-schema-115-push.yaml index 2c1bbdb6df7..7865fab08f8 100755 --- a/.tekton/kn-eventing-schema-115-push.yaml +++ b/.tekton/kn-eventing-schema-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/schema/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-test-event-sender-115-pull-request.yaml b/.tekton/kn-eventing-test-event-sender-115-pull-request.yaml index c15c535b09e..1bdb6ca9724 100755 --- a/.tekton/kn-eventing-test-event-sender-115-pull-request.yaml +++ b/.tekton/kn-eventing-test-event-sender-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/event-sender/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-test-event-sender-115-push.yaml b/.tekton/kn-eventing-test-event-sender-115-push.yaml index 1404fb7b564..f30a9753d83 100755 --- a/.tekton/kn-eventing-test-event-sender-115-push.yaml +++ b/.tekton/kn-eventing-test-event-sender-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/event-sender/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-test-eventshub-115-pull-request.yaml b/.tekton/kn-eventing-test-eventshub-115-pull-request.yaml index a17f7e8c4a8..bf76cf78120 100755 --- a/.tekton/kn-eventing-test-eventshub-115-pull-request.yaml +++ b/.tekton/kn-eventing-test-eventshub-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/eventshub/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-test-eventshub-115-push.yaml b/.tekton/kn-eventing-test-eventshub-115-push.yaml index 7bbe56b2be3..b056b8cac33 100755 --- a/.tekton/kn-eventing-test-eventshub-115-push.yaml +++ b/.tekton/kn-eventing-test-eventshub-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/eventshub/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-test-print-115-pull-request.yaml b/.tekton/kn-eventing-test-print-115-pull-request.yaml index d9c0abe6e3a..7a5f5f64360 100755 --- a/.tekton/kn-eventing-test-print-115-pull-request.yaml +++ b/.tekton/kn-eventing-test-print-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/print/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-test-print-115-push.yaml b/.tekton/kn-eventing-test-print-115-push.yaml index de891ff1c08..169d75cc047 100755 --- a/.tekton/kn-eventing-test-print-115-push.yaml +++ b/.tekton/kn-eventing-test-print-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/print/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-test-recordevents-115-pull-request.yaml b/.tekton/kn-eventing-test-recordevents-115-pull-request.yaml index d8bb8bfd575..35f59751723 100755 --- a/.tekton/kn-eventing-test-recordevents-115-pull-request.yaml +++ b/.tekton/kn-eventing-test-recordevents-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/recordevents/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-test-recordevents-115-push.yaml b/.tekton/kn-eventing-test-recordevents-115-push.yaml index fdc961b70c2..e13dca7572f 100755 --- a/.tekton/kn-eventing-test-recordevents-115-push.yaml +++ b/.tekton/kn-eventing-test-recordevents-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/recordevents/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-test-request-sender-115-pull-request.yaml b/.tekton/kn-eventing-test-request-sender-115-pull-request.yaml index 0327b3035ab..1ff9beaebb7 100755 --- a/.tekton/kn-eventing-test-request-sender-115-pull-request.yaml +++ b/.tekton/kn-eventing-test-request-sender-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/request-sender/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-test-request-sender-115-push.yaml b/.tekton/kn-eventing-test-request-sender-115-push.yaml index 303897ee753..4a65330b9b8 100755 --- a/.tekton/kn-eventing-test-request-sender-115-push.yaml +++ b/.tekton/kn-eventing-test-request-sender-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/request-sender/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-test-wathola-fetcher-115-pull-request.yaml b/.tekton/kn-eventing-test-wathola-fetcher-115-pull-request.yaml index 35ce48df95b..0fb5c156d0a 100755 --- a/.tekton/kn-eventing-test-wathola-fetcher-115-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-fetcher-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-test-wathola-fetcher-115-push.yaml b/.tekton/kn-eventing-test-wathola-fetcher-115-push.yaml index ad22ad4b485..29c083aa51a 100755 --- a/.tekton/kn-eventing-test-wathola-fetcher-115-push.yaml +++ b/.tekton/kn-eventing-test-wathola-fetcher-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-test-wathola-forwarder-115-pull-request.yaml b/.tekton/kn-eventing-test-wathola-forwarder-115-pull-request.yaml index 9741589d885..7010b1b8697 100755 --- a/.tekton/kn-eventing-test-wathola-forwarder-115-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-forwarder-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-test-wathola-forwarder-115-push.yaml b/.tekton/kn-eventing-test-wathola-forwarder-115-push.yaml index baa273fa96a..a9718f63bfc 100755 --- a/.tekton/kn-eventing-test-wathola-forwarder-115-push.yaml +++ b/.tekton/kn-eventing-test-wathola-forwarder-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-test-wathola-receiver-115-pull-request.yaml b/.tekton/kn-eventing-test-wathola-receiver-115-pull-request.yaml index 21f69266c1f..13a52d24cce 100755 --- a/.tekton/kn-eventing-test-wathola-receiver-115-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-receiver-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-test-wathola-receiver-115-push.yaml b/.tekton/kn-eventing-test-wathola-receiver-115-push.yaml index 2156614d22a..7c80d8fe500 100755 --- a/.tekton/kn-eventing-test-wathola-receiver-115-push.yaml +++ b/.tekton/kn-eventing-test-wathola-receiver-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-test-wathola-sender-115-pull-request.yaml b/.tekton/kn-eventing-test-wathola-sender-115-pull-request.yaml index 7bc9f47f49b..23d1c281aab 100755 --- a/.tekton/kn-eventing-test-wathola-sender-115-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-sender-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-test-wathola-sender-115-push.yaml b/.tekton/kn-eventing-test-wathola-sender-115-push.yaml index 4f98e863791..0cdcf0f8539 100755 --- a/.tekton/kn-eventing-test-wathola-sender-115-push.yaml +++ b/.tekton/kn-eventing-test-wathola-sender-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image diff --git a/.tekton/kn-eventing-webhook-115-pull-request.yaml b/.tekton/kn-eventing-webhook-115-pull-request.yaml index 890c32b5e58..d1fc2ca650f 100755 --- a/.tekton/kn-eventing-webhook-115-pull-request.yaml +++ b/.tekton/kn-eventing-webhook-115-pull-request.yaml @@ -21,7 +21,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/webhook/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: image-expires-after diff --git a/.tekton/kn-eventing-webhook-115-push.yaml b/.tekton/kn-eventing-webhook-115-push.yaml index d9f78550ea6..7e0e6edc4b3 100755 --- a/.tekton/kn-eventing-webhook-115-push.yaml +++ b/.tekton/kn-eventing-webhook-115-push.yaml @@ -20,7 +20,7 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/webhook/Dockerfile - name: build-args - value: [ VERSION=release-1.35, ] + value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] - name: git-url value: '{{source_url}}' - name: output-image