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:
hal version list
And pick a new version like so:
hal config version edit --version $VERSION
# this will update Spinnaker
hal deploy apply
Last modified August 25, 2020: wip setup section frontmatter cleanup (3199a8c)