Installing and Upgrading AJR#
What is an AJR version?
The AJR version refers to the Git tag present in the AJR repository. You need to choose which version to install or upgrade AJR to in a cluster. The following examples show you how to install or upgrade a specific version of AJR to a cluster:
Install AJR 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>