Skip to main content

Upgrade the Control Tower

To upgrade to the latest version using Helm, run:

helm repo add flightcrew https://flightcrew-helm-charts.storage.googleapis.com/control-tower/stable
helm repo update
# --reuse-values ensures that any custom values from the previous installation are retained during the upgrade.
helm upgrade control-tower flightcrew/control-tower --namespace flightcrew --reuse-values