The preparations described below are required to upgrade using Helm chart and Docker images. Read through the steps below to be prepared for the upgrade.
...
Page Properties | ||
---|---|---|
| ||
This is Replaced by a separate License and Key Temporary saved here. Get the installation keysContact Support to and ask for:
Make sure that you have received following information from Support, before proceeding with the installation.
|
Fetching Helm Chart
You will be provided to download the Helm chart with the instructions below:
...
Info | |||||
---|---|---|---|---|---|
Helm repo url has been changed from the version 2.2.0. You need to follow the below procedure to pull the charts from 2.2.0 onwards.
|
[hide] Line Brake [/hide]
Verify that the helm repository is configured and update it if needed.
Code Block $ helm repo list --namespace <namespace> $ helm repo update
[hide] Line Brake [/hide]Check if the chart is available:
[hide] Line Brake [/hide]Code Block $ helm search repo -l usage-engine-private-edition/usage-engine-private-edition --version <chart version> Example: $ helm search repo -l usage-engine-private-edition/usage-engine-private-edition --version 2.x.x #The output: NAME CHART VERSION APP VERSION DESCRIPTION usage-engine-private-edition/usage-engine-private-edition 2.x.x The Usage Engine Private Edition helm chart
Create a directory dedicated for the upgrade and download the Helm chart.
Code Block $ mkdir <your directory> $ cd <your directory> $ helm fetch usage-engine-private-edition/usage-engine-private-edition --version <chart version> --untar