Upgrading AtScale
You upgrade AtScale by upgrading its Helm chart.
Important
Before upgrading, you should ensure that volume resizing is enabled on your cluster. Also be sure to check the Upgrade Requirements for any additional steps required by the version you are upgrading to.
To upgrade AtScale, open a terminal window and run the following:
helm upgrade atscale oci://docker.io/atscaleinc/atscale --version <version> -n <namespace> -f <override_file>
Where:
<version>
is the version of AtScale you want to upgrade to.<namespace>
is the namespace in which AtScale is installed.<override_file>
is your values override file. For more information on the values override file, see Installing AtScale.
For example:
helm upgrade atscale oci://docker.io/atscaleinc/atscale --version 2024.9.0 -n atscale -f ./values.yaml