Updating the Values Override File

You can update the configuration defined in values.yaml after installing AtScale.

To update your values override file:

  1. Make the required changes to values.yaml.

  2. Open a terminal window and run the followng command:

    helm upgrade atscale oci://docker.io/atscaleinc/atscale --version <version_number> -f <override_file>

Where <override_file> is your updated values override file, and <version_number> is the version of AtScale you're currently on.