Installing and Upgrading ARE#

What is an ARE version?

The version refers to the Git tag present in the ARE repository. You need to choose which version to install or upgrade ARE to in a cluster.

  • Install ARE in a cluster:

    helm repo add aidot https://helm.ngc.nvidia.com/nvidian/aidot --username='$oauthtoken' --password="<api-key>"
    
    helm install -n heimdall heimdall aidot/warthog -f values.yml --version=<version>
    
  • Helm Upgrade Command: Use the Helm upgrade command with the new template for the version being upgraded to. Update the global app version and Helm version parameters.

    helm upgrade --install -n heimdall heimdall aidot/warthog -f values.yml --version=<version>