|Index|Deploying SUSE AI Factory|How do I upgrade SUSE AI Factory?
Applies to SUSE AI Factory

3 How do I upgrade SUSE AI Factory?

To upgrade SUSE AI Factory and its template dependencies, use the Helm command-line interface. This procedure explains how to apply custom override configurations, automatically pull dependency updates, and safely deploy the latest operator version.

Important
Important

New releases may include breaking changes that require manual intervention. Always review the companion README file for release-specific instructions before upgrading.

To upgrade SUSE AI Factory on the command line, follow these steps:

  1. Identify the operator chart version number that you want to upgrade to. The latest version is 2.0.0.

  2. Upgrade SUSE AI Factory Operator. The upgrade can take a few minutes.

    > helm upgrade --install \
      aif-operator oci://ghcr.io/suse/chart/aif-operator \
      -n aif-operator \
      --version 2.0.0 \
      -f aif-operator_custom_overrides.yaml