From d184736da105320b4ad7122c762cca0dde3f26be Mon Sep 17 00:00:00 2001 From: Ritu Mundhe Date: Mon, 22 Dec 2025 14:53:39 -0600 Subject: [PATCH] Revert "Unify osde2e upgrade script with pipeline-driven env vars" --- ...ult.sh => latest-default-y-minus-1-to-latest-default-y.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename scripts/{latest-default-minus-1-to-latest-default.sh => latest-default-y-minus-1-to-latest-default-y.sh} (89%) diff --git a/scripts/latest-default-minus-1-to-latest-default.sh b/scripts/latest-default-y-minus-1-to-latest-default-y.sh similarity index 89% rename from scripts/latest-default-minus-1-to-latest-default.sh rename to scripts/latest-default-y-minus-1-to-latest-default-y.sh index cab373c037..09e476749b 100755 --- a/scripts/latest-default-minus-1-to-latest-default.sh +++ b/scripts/latest-default-y-minus-1-to-latest-default-y.sh @@ -12,8 +12,8 @@ docker create --pull=always --name osde2e-run \ -e SKIP_CLUSTER_HEALTH_CHECKS \ -e CLUSTER_ID \ -e SKIP_MUST_GATHER \ - -e "${INSTALL_LATEST_FROM_DELTA}" \ - -e "${UPGRADE_TO_LATEST}" \ + -e INSTALL_LATEST_Y_FROM_DELTA \ + -e UPGRADE_TO_LATEST_Y \ -e CONFIGS \ -e REPORT_DIR="/tmp/${REPORT_DIR}" \ quay.io/redhat-services-prod/osde2e-cicada-tenant/osde2e:latest \