From ad2a4a0834a27adf22cf36a536a77e001f5031e6 Mon Sep 17 00:00:00 2001 From: Omar Al Jaljuli Date: Fri, 24 Jul 2026 11:06:22 -0400 Subject: [PATCH] fix: OSD not inherititng new OSD version --- .ci/pipelines/cluster/osd-gcp/create-osd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/pipelines/cluster/osd-gcp/create-osd.sh b/.ci/pipelines/cluster/osd-gcp/create-osd.sh index 34caacd85b..58c9acd39a 100755 --- a/.ci/pipelines/cluster/osd-gcp/create-osd.sh +++ b/.ci/pipelines/cluster/osd-gcp/create-osd.sh @@ -8,7 +8,7 @@ export PATH=$WORKSPACE:$PATH CLIENT_ID="${CLIENT_ID:-$(cat /tmp/osdsecrets/OSD_CLIENT_ID)}" CLIENT_SECRET="${CLIENT_SECRET:-$(cat /tmp/osdsecrets/OSD_CLIENT_SECRET)}" SERVICE_ACCOUNT_FILE="${SERVICE_ACCOUNT_FILE:-$(cat /tmp/osdsecrets/SERVICE_ACCOUNT_FILE)}" -OSD_VERSION="${OSD_VERSION:-4.20.17}" +OSD_VERSION="4.20.17" if [ -n "$CLUSTER_NAME" ]; then echo $CLUSTER_NAME > $WORKSPACE/cluster-info.name