Skip to content

Commit 4379111

Browse files
openshift-cherrypick-robotFortune-Ndlovunickboldt
authored
[release-1.9] chore: update OSD to 4.20 (#4669)
* Update OSD to 4.20 Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> * revert to 4.17.12 because the update will occur at a separate PR Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> * update OSD_VERSION to the latest z steam version 4.20.17 Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> --------- Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com> Co-authored-by: Fortune-Ndlovu <fndlovu@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
1 parent 1c62ffd commit 4379111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/pipelines/cluster/osd-gcp/create-osd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export PATH=$WORKSPACE:$PATH
88
CLIENT_ID="${CLIENT_ID:-$(cat /tmp/osdsecrets/OSD_CLIENT_ID)}"
99
CLIENT_SECRET="${CLIENT_SECRET:-$(cat /tmp/osdsecrets/OSD_CLIENT_SECRET)}"
1010
SERVICE_ACCOUNT_FILE="${SERVICE_ACCOUNT_FILE:-$(cat /tmp/osdsecrets/SERVICE_ACCOUNT_FILE)}"
11-
OSD_VERSION="${OSD_VERSION:-4.17.12}"
11+
OSD_VERSION="${OSD_VERSION:-4.20.17}"
1212

1313
if [ -n "$CLUSTER_NAME" ]; then
1414
echo $CLUSTER_NAME > $WORKSPACE/cluster-info.name

0 commit comments

Comments
 (0)