@@ -117,7 +117,7 @@ Where <args>:
117117
118118Environment Variables:
119119 IBMCLOUD_API_KEY IBM Cloud API key
120- RELEASE_VER OpenShift release version (Default: 4.14 )
120+ RELEASE_VER OpenShift release version (Default: 4.15 )
121121 ARTIFACTS_VERSION Tag or Branch name of ocp4-upi-powervs repository (Default: main)
122122 RHEL_SUBS_PASSWORD RHEL subscription password if not provided in variables
123123 NO_OF_RETRY Number of retries/attempts to run repeatable actions such as create (Default: 5)
@@ -191,11 +191,11 @@ Before running the script, you may choose to override some environment variables
191191### Different OpenShift Versions
192192
193193
194- By default OpenShift version 4.14 is installed.
194+ By default OpenShift version 4.15 is installed.
195195
196- If you want to install 4.13 , then export the variable `RELEASE_VER`.
196+ If you want to install 4.14 , then export the variable `RELEASE_VER`.
197197```
198- $ export RELEASE_VER="4.13 "
198+ $ export RELEASE_VER="4.14 "
199199```
200200
201201### Non-interactive mode
@@ -212,10 +212,10 @@ You can avoid the interactive mode by having the required input files available
212212 ibmcloud_zone = "syd04"
213213 service_instance_id = "123456abc-xzz-2223434343"
214214 rhel_image_name = "rhel-83"
215- rhcos_image_name = "rhcos-414 "
215+ rhcos_image_name = "rhcos-415 "
216216 network_name = "ocp-net"
217- openshift_install_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.14 /openshift-install-linux.tar.gz"
218- openshift_client_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.14 /openshift-client-linux.tar.gz"
217+ openshift_install_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.15 /openshift-install-linux.tar.gz"
218+ openshift_client_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.15 /openshift-client-linux.tar.gz"
219219 cluster_id_prefix = "test-ocp"
220220 cluster_domain = "xip.io"
221221 storage_type = "nfs"
0 commit comments