File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export OPENSHIFT_CLIENT_TOOLS_URL=https://mirror.openshift.com/pub/openshift-v4/
126126# Note: when changing defaults for OPENSHIFT_RELEASE_STREAM, make sure to update
127127# doc in config_example.sh
128128export OPENSHIFT_RELEASE_TYPE=${OPENSHIFT_RELEASE_TYPE:- nightly}
129- export OPENSHIFT_RELEASE_STREAM=${OPENSHIFT_RELEASE_STREAM:- 4.20 }
129+ export OPENSHIFT_RELEASE_STREAM=${OPENSHIFT_RELEASE_STREAM:- 4.21 }
130130if [[ " $OPENSHIFT_RELEASE_TYPE " == " ga" ]]; then
131131 if [[ -z " $OPENSHIFT_VERSION " ]]; then
132132 error " OPENSHIFT_VERSION is required with OPENSHIFT_RELEASE_TYPE=ga"
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ set -x
4444# OPENSHIFT_RELEASE_STREAM -
4545# Select a different release stream from which to pull the latest image, if the
4646# image name is not specified.
47- # Default: 4.20
47+ # Default: 4.21
4848# NOTE: Do not use for arm64, instead override OPENSHIFT_RELEASE_IMAGE
4949#
50- # export OPENSHIFT_RELEASE_STREAM=4.20
50+ # export OPENSHIFT_RELEASE_STREAM=4.21
5151
5252# OPENSHIFT_RELEASE_TYPE -
5353# Select a different release type from which to pull the latest image.
You can’t perform that action at this time.
0 commit comments