DevOps Test Hub upgrade on Red Hat OpenShift
When you want to use the latest version of HCL DevOps Test Hub (Test Hub) on Red Hat OpenShift, you must upgrade Test Hub from a previous version.
To upgrade Test Hub installed on Red Hat OpenShift, you must pull the Helm chart, and then refer to the instructions in the README.md file that is located in the hcl-devops directory.
You must have installed Helm to run the Helm commands. For more information on installing Helm, refer to Installing Helm.
To add the repository and pull the Helm chart, you must run
the following
commands:
helm pull --untar oci://hclcr.io/ot/hcl-devops --version 11.0.5To view the README.md file that is located in the hcl-devops directory, you must run the following command
after you pull the Helm chart.
Note: On Windows, you must use
Windows PowerShell instead of Command Prompt to run the following command or
navigate to the hcl-devops directory in the File Explorer to
view the README.md
file.
cat hcl-devops/README.openshift.md