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