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-system
considering 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-services
considering 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
Running
orCompleted
state and allRunning
items show all expected containers running underREADY
column.Update
agility
considering any custom values file you might usedRun the Helm command to deploy AGILITY:
Wait until all Pods are in
Running
orCompleted
state and allRunning
items show all expected containers running underREADY
column.