Installing the Helm client version 3.4.1

You can install the Helm client (3.4.1) before deploying the ITXA application. For more information about the Helm client version, see Release artifacts for certified containers.
  1. Install Helm version 3.4.1 from https://helm.sh/ on Linux client by running the following command:
    curl -s https://get.helm.sh/helm-v3.4.1-linux-386.tar.gz | tar xz
  2. Locate the Helm executable in your machine and add that path in the Environment Variable $PATH.

    Also, update the PATH variable in your Linux login profile script.

  3. Run the oc login to cluster command to log in to the OpenShift cluster.
  4. Run the helm version command to verify the version of the installed Helm client and to view additional information about the Helm client.

    You can also install the Helm client from the Command Line Tools menu that is available in the OpenShift 4.6 Web Console. For more information, see the OpenShift documentation.