Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

Fetching Helm Chart

You will be provided to download the Helm chart with the instructions below:

  • Helm chart: usage-engine-private-edition for platform

When you are required to enter the <chart version>, refer to /wiki/spaces/DRXXE/pages/6194875 for the Helm Chart version required


[hide] Line Brake [/hide]

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

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


    [hide] Line Brake [/hide]

  2. Check if the charts are available:

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

    $ mkdir <your directory>
    $ cd <your directory>
    
    $ helm fetch usage-engine-private-edition/usage-engine-private-edition --version <chart version> --untar
    


  • No labels