Skip to content

Commit

Permalink
Use the OCP 4.9 version as default
Browse files Browse the repository at this point in the history
  • Loading branch information
yussufsh committed Oct 20, 2021
1 parent 414f789 commit 2a09a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift-install-powervs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Where <args>:
Environment Variables:
IBMCLOUD_API_KEY IBM Cloud API key
RELEASE_VER OpenShift release version (Default: 4.8)
RELEASE_VER OpenShift release version (Default: 4.9)
ARTIFACTS_VERSION Tag or Branch name of ocp4-upi-powervs repository (Default: release-<RELEASE_VER>)
RHEL_SUBS_PASSWORD RHEL subscription password if not provided in variables
NO_OF_RETRY Number of retries/attempts to run repeatable actions such as create (Default: 5)
Expand All @@ -59,7 +59,7 @@ EOF
exit 0
}

RELEASE_VER=${RELEASE_VER:-"4.8"}
RELEASE_VER=${RELEASE_VER:-"4.9"}
ARTIFACTS_REPO=${ARTIFACTS_REPO:-"https://github.com/ocp-power-automation/ocp4-upi-powervs"}
ARTIFACTS_VERSION=${ARTIFACTS_VERSION:-"release-$RELEASE_VER"}
#ARTIFACTS_VERSION="v4.5.3"
Expand Down

0 comments on commit 2a09a49

Please sign in to comment.