Upgrade AGILITY
Upgrade process is similar to installation. Downgrade process is not supported by AGILITY.
Export the environment variable with the new AGILITY version
cd agility-charts export AGILITY_VERSION="X.Y.Z"Follow the installation guide to Download the new Helm charts.
Update
agility-systemconsidering any custom values file you might usedRun the Helm command to deploy agility-system:
helm --namespace kube-system upgrade --install --create-namespace agility-system ./agility-system --values <custom-values-files.yaml>Update
agility-servicesconsidering any custom values file you might usedRun the Helm command to deploy agility-services:
helm --namespace agility upgrade --install --create-namespace agility-services ./agility-services --values <custom-values-files.yaml>Wait until all Pods are in
RunningorCompletedstate and allRunningitems show all expected containers running underREADYcolumn.Update
agilityconsidering any custom values file you might usedRun the Helm command to deploy AGILITY:
helm --namespace agility upgrade --install --create-namespace agility ./agility --values <custom-values-files.yaml>Wait until all Pods are in
RunningorCompletedstate and allRunningitems show all expected containers running underREADYcolumn.