Upgrading an OpenShift installation using Helm charts
You can upgrade an OpenShift installation using Helm charts.
Before you begin
/home/.ucv/settings.json
file
on the computer where you installed the product. If the user that is upgrading the
product is not the user who installed it, ensure that the settings.json
file is copied to the upgrading user's /home/.ucv
directory before
upgrading. About this task
When you run the installer, it checks for an existing installation. If the installer finds a previous version, it uses installed properties, such as your product access key, and assumes that you are upgrading the product.
Procedure
-
Download the installation file for your environment.
Note: Velocity does not perform malware scanning on the installed files. It is recommended that end users implement malware scanning as appropriate for their environment before installing and running the Velocity in their environment.
-
Download the installation file for your environment and access key to authorize
the configuration and installation. You can download the installation file by
using anyone of the following options,
- FlexNet Operations Download Center for Velocity
version 5.0.8 or earlier
Visit the FlexNet download center, navigate to the Velocity product and select the required version. Download Velocity installer for your local environment and access key.
- My HCLSoftware portal for Velocity
version 5.0.9 or later
Visit My HCLSoftware portal, navigate to the Velocity product and select the required version. Download Velocity installer for your local environment and access key.
- Free trial edition
Complete the form and click Get HCL DevOps Velocity Today. After few minutes, you will receive an email containing download links and an access key for free trial edition.
Note: Velocity does not perform malware scanning on the installed files. It is recommended that end users implement malware scanning as appropriate for their environment before installing and running the Velocity in their environment. - FlexNet Operations Download Center for Velocity
version 5.0.8 or earlier
- Run the downloaded executable file.
-
Complete installation by responding to the prompts described in the following steps.
When the script starts, you are prompted to accept the license. You can explicitly accept the license without viewing it by appending the following parameter to the command:
./<velocity-installation-file> --license=accept
The images are loaded on the local host. -
In the directory where your Helm chart is located, run the Helm
upgrade
utility to generate a Helm release. Theupgrade
command requires argument that identifies the installed Helm release to upgrade as well as achart
argument that identifies the Helm chart to use when upgrading the release. For example:
For information about the Helmhelm upgrade velocity ./accelerate-<version\>-helm.tgz
upgrade
utility, see the Helm documentation .