From 8a909fa19ffec69afc702ebad6f7b0caf7b6d586 Mon Sep 17 00:00:00 2001 From: Bob Fournier Date: Tue, 25 Aug 2026 13:02:25 -0400 Subject: [PATCH] WIP: Use branch 5.1 for Konflux builds We are in the process of migrating the Konflux builds to the ART namespace and these .texton files will no longer be maintained. Until then we'll get Konflux build failures since the appliance release is named agent-release-iso-builder in the main branch only, see https://github.com/openshift/agent-installer-utils/pull/333. This is an attempt to get the Konflux builds to pass for now using a nightly release since we currently don't have any stable releases for 5.1. --- .tekton/ove-ui-iso-pull-request.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tekton/ove-ui-iso-pull-request.yaml b/.tekton/ove-ui-iso-pull-request.yaml index 4944bfe..f35ea3a 100644 --- a/.tekton/ove-ui-iso-pull-request.yaml +++ b/.tekton/ove-ui-iso-pull-request.yaml @@ -38,11 +38,11 @@ spec: - name: privileged-nested value: 'true' - name: release-value - value: "quay.io/openshift-release-dev/ocp-release:4.22.4-x86_64" + value: "registry.ci.openshift.org/ocp/release-5:5.1.0-0.nightly-2026-08-20-065836" - name: major-minor-version - value: "4.22" + value: "5.1" - name: patch-version - value: "4" + value: "0" pipelineSpec: description: | This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.