InstallationMigrate v2 → v3
Migrate from separate Agent and Applier Helm charts to a unified StormForge chart
less than a minute
(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.
Upgrade and reuse all current Helm values:
helm upgrade stormforge oci://registry.stormforge.io/library/stormforge \
-n stormforge-system \
--reset-then-reuse-values