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 @@ -117,7 +117,7 @@ export OPENSHIFT_CLIENT_TOOLS_URL=https://mirror.openshift.com/pub/openshift-v4/
117117# Note: when changing defaults for OPENSHIFT_RELEASE_STREAM, make sure to update
118118# doc in config_example.sh
119119export OPENSHIFT_RELEASE_TYPE=${OPENSHIFT_RELEASE_TYPE:- nightly}
120- export OPENSHIFT_RELEASE_STREAM=${OPENSHIFT_RELEASE_STREAM:- 4.17 }
120+ export OPENSHIFT_RELEASE_STREAM=${OPENSHIFT_RELEASE_STREAM:- 4.18 }
121121if [[ " $OPENSHIFT_RELEASE_TYPE " == " ga" ]]; then
122122 if [[ -z " $OPENSHIFT_VERSION " ]]; then
123123 error " OPENSHIFT_VERSION is required with OPENSHIFT_RELEASE_TYPE=ga"
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ set -x
3131# OPENSHIFT_RELEASE_STREAM -
3232# Select a different release stream from which to pull the latest image, if the
3333# image name is not specified.
34- # Default: 4.17
34+ # Default: 4.18
3535# NOTE: Do not use for arm64, instead override OPENSHIFT_RELEASE_IMAGE
3636#
37- # export OPENSHIFT_RELEASE_STREAM=4.17
37+ # export OPENSHIFT_RELEASE_STREAM=4.18
3838
3939# OPENSHIFT_RELEASE_TYPE -
4040# Select a different release type from which to pull the latest image.
You can’t perform that action at this time.
0 commit comments