Skip to content

Commit a699e12

Browse files
authored
Change the default version to 4.21 on main (#1795)
Signed-off-by: Iury Gregory Melo Ferreira <[email protected]>
1 parent 135ea05 commit a699e12

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
@@ -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
128128
export 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}
130130
if [[ "$OPENSHIFT_RELEASE_TYPE" == "ga" ]]; then
131131
if [[ -z "$OPENSHIFT_VERSION" ]]; then
132132
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
@@ -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.

0 commit comments

Comments
 (0)