Skip to content

Commit 872f6b8

Browse files
authored
Move default release to 4.18 (#1696)
This is valid for local runs only.
1 parent 940ab78 commit 872f6b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
119119
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}
121121
if [[ "$OPENSHIFT_RELEASE_TYPE" == "ga" ]]; then
122122
if [[ -z "$OPENSHIFT_VERSION" ]]; then
123123
error "OPENSHIFT_VERSION is required with OPENSHIFT_RELEASE_TYPE=ga"

config_example.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)