Upgrading

Upgrading Spinnaker is a two step process. First, select the target version. Then, apply your change.

If you want to change Spinnaker versions using Halyard, you can read about supported versions like so:

  1. hal version list

And pick a new version like so:

  1. hal config version edit --version $VERSION
  2. # this will update Spinnaker
  3. hal deploy apply

Last modified August 25, 2020: wip setup section frontmatter cleanup (3199a8c)