From f60d468a1d77b742086480bcbdbbf76201c3edc4 Mon Sep 17 00:00:00 2001 From: Patrick Dillon Date: Fri, 8 May 2026 16:30:32 -0400 Subject: [PATCH] installer: set BUILD_VERSION arg Sets BUILD_VERSION similar to nightlies. We will use this to distinguish between 5.0+ behavior and 4.23. set a build version to be able --- .../config/openshift/installer/openshift-installer-main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci-operator/config/openshift/installer/openshift-installer-main.yaml b/ci-operator/config/openshift/installer/openshift-installer-main.yaml index a9c71d51bd5c4..a3e42b42eff61 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-main.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-main.yaml @@ -63,6 +63,9 @@ build_root: from_repository: true use_build_cache: true images: + build_args: + - name: BUILD_VERSION + value: "5.0.0" items: - dockerfile_path: images/installer/Dockerfile.ci to: installer