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/
117
117
# Note: when changing defaults for OPENSHIFT_RELEASE_STREAM, make sure to update
118
118
# doc in config_example.sh
119
119
export 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 }
121
121
if [[ " $OPENSHIFT_RELEASE_TYPE " == " ga" ]]; then
122
122
if [[ -z " $OPENSHIFT_VERSION " ]]; then
123
123
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
31
31
# OPENSHIFT_RELEASE_STREAM -
32
32
# Select a different release stream from which to pull the latest image, if the
33
33
# image name is not specified.
34
- # Default: 4.17
34
+ # Default: 4.18
35
35
# NOTE: Do not use for arm64, instead override OPENSHIFT_RELEASE_IMAGE
36
36
#
37
- # export OPENSHIFT_RELEASE_STREAM=4.17
37
+ # export OPENSHIFT_RELEASE_STREAM=4.18
38
38
39
39
# OPENSHIFT_RELEASE_TYPE -
40
40
# Select a different release type from which to pull the latest image.
You can’t perform that action at this time.
0 commit comments