From ec7d0c6d46aeb35d1fef4d945044f6f3093ef062 Mon Sep 17 00:00:00 2001 From: Rafael Fonseca Date: Thu, 19 Sep 2024 19:09:49 +0200 Subject: [PATCH] installer: update multi-arch releases versions in 4.18+ They were still pointing to 4.17 nightlies, causing issues in presubmits like ``` level=info msg=Error: unknown flag: --operand-kubernetes-version ``` --- .../openshift/installer/openshift-installer-master.yaml | 4 ++-- .../openshift/installer/openshift-installer-release-4.18.yaml | 4 ++-- .../openshift/installer/openshift-installer-release-4.19.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci-operator/config/openshift/installer/openshift-installer-master.yaml b/ci-operator/config/openshift/installer/openshift-installer-master.yaml index e4cd399c142f4..8d796b68f2143 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-master.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-master.yaml @@ -251,13 +251,13 @@ releases: architecture: multi product: ocp stream: nightly - version: "4.17" + version: "4.18" ppc64le-latest: candidate: architecture: ppc64le product: ocp stream: nightly - version: "4.17" + version: "4.18" resources: '*': requests: diff --git a/ci-operator/config/openshift/installer/openshift-installer-release-4.18.yaml b/ci-operator/config/openshift/installer/openshift-installer-release-4.18.yaml index 70958b72b877b..b9ac035551489 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-release-4.18.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-release-4.18.yaml @@ -252,13 +252,13 @@ releases: architecture: multi product: ocp stream: nightly - version: "4.17" + version: "4.18" ppc64le-latest: candidate: architecture: ppc64le product: ocp stream: nightly - version: "4.17" + version: "4.18" resources: '*': requests: diff --git a/ci-operator/config/openshift/installer/openshift-installer-release-4.19.yaml b/ci-operator/config/openshift/installer/openshift-installer-release-4.19.yaml index 36f8e60705d4e..26504ba3d42d5 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-release-4.19.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-release-4.19.yaml @@ -251,13 +251,13 @@ releases: architecture: multi product: ocp stream: nightly - version: "4.17" + version: "4.19" ppc64le-latest: candidate: architecture: ppc64le product: ocp stream: nightly - version: "4.17" + version: "4.19" resources: '*': requests: