Installing Chart using Helm Command Line

To install the chart with the release name my-release, ensure that the chart is downloaded locally and is available.

Run the following command:
$ helm install my-release -f values.yaml ./ibm-pem-standard --timeout 3600s  --namespace <namespace>
Note: Depending on the capacity of the OpenShift worker node and database network connectivity, chart deployment can take on average
  • 2-3 minutes for 'installation against a pre-loaded database' and
  • 10-20 minutes for 'installation against a fresh new or older release upgrade'.