Upgrade

Upgrade StormForge to the latest version
  1. (Optional) Review the current Helm values:

    helm get values stormforge -n stormforge-system
    

    To change any values, save the output to a .yaml file and modify it as needed. When you upgrade, pass the adjusted file to Helm using the -f flag.

  2. Upgrade and reuse all current Helm values:

    helm upgrade stormforge oci://registry.stormforge.io/library/stormforge \
      -n stormforge-system \
      --reset-then-reuse-values
    
Last modified June 16, 2026