Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The preparations described below are required to upgrade using Image Added using Helm chart and Docker images. Read through the steps below to be prepared for the upgrade.


Page Properties
hiddentrue


This is Replaced by a separate License and Key

Temporary saved here.

Get the installation keys

Contact Image Added Support to and ask for:

  • Access to the Helm charts and to send them your Docker ID or email address. Support adds your docker hub ID to the Docker repository to access necessary images from docker hub and shall contact you wit keys to add the helm repo and download the helm charts. The Helm charts, and the information on the images that you need to pull from Docker Hub as part of the installation process provided in Installation.

Make sure that you have received following information from Image Added Support, before proceeding with the installation.

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • LicenseKey
  • Helm chart versions



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.

Code Block
languagebash
$ helm repo delete usage-engine-private-edition
$ helm repo add usage-engine-private-edition https://digitalroute-public.github.io/usage-engine-private-edition

...



  1. Verify that the helm repository is configured and update it if needed.

    Code Block
    $ helm repo list --namespace <namespace>
    $ helm repo update
    


  2. [hide] Line Brake [/hide]Check if the chart is available:

    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                  
    [hide] Line Brake [/hide]


  3. 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