From 6eb35913965bbd84030175a7b65ac4da4cf938d2 Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Wed, 13 Nov 2024 06:23:58 +0000 Subject: [PATCH] [release-v1.15] Sync Konflux configurations --- .tekton/kn-plugin-func-func-util-115-pull-request.yaml | 2 ++ .tekton/kn-plugin-func-func-util-115-push.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/kn-plugin-func-func-util-115-pull-request.yaml b/.tekton/kn-plugin-func-func-util-115-pull-request.yaml index 58ca70c9d..4a6dc907d 100755 --- a/.tekton/kn-plugin-func-func-util-115-pull-request.yaml +++ b/.tekton/kn-plugin-func-func-util-115-pull-request.yaml @@ -24,6 +24,8 @@ spec: - VERSION=1.35.0 - 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 + - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 + - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-plugin-func-func-util-115-push.yaml b/.tekton/kn-plugin-func-func-util-115-push.yaml index 1a50a7c14..35db7e278 100755 --- a/.tekton/kn-plugin-func-func-util-115-push.yaml +++ b/.tekton/kn-plugin-func-func-util-115-push.yaml @@ -23,6 +23,8 @@ spec: - VERSION=1.35.0 - 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 + - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 + - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - name: git-url value: '{{source_url}}' - name: hermetic