Skip to main content

Management through Helm CLI

warning

AHD Commons should be managed through ArgoCD after the first installation with the Helm CLI.

To migrate AHD Commons from Helm CLI to ArgoCD, follow this documentation


If you're unfamiliar with Helm, look at the Official Documentation for a complete guide on the available commands.

Updating AHD Commons Configurations

  1. Fetch updates from the remote Helm repository
helm repo update
  1. Edit the AHD Commons configuration file at commons-values.yaml
nano commons-values.yaml
  1. Preview your changes with the Helm Diff tool
helm diff upgrade commons smartkit/commons --values commons-values.yaml --version <YOUR_COMMONS_VERSION>
  1. Apply the changes
helm upgrade commons smartkit/commons --values commons-values.yaml --version <YOUR_COMMONS_VERSION>