Note
Support for aws-vault
version 4 was removed in this release, but restored in version 0.130.0. See #579.
Breaking Change
Update to helm 3, aws-vault 5 (#546)
helm
version 2 is available as helm2
or you can set it as helm
using
update-alternatives --set helm /usr/share/helm/2/bin/helm2
helm
version 3 is available as helm3
and by default as helm
You can tell helmfile
which helm
version to use via the -b
flag
helmfile -b helm2 ...
If you were installing helm
yourself, using something like
apk add helm@cloudposse==2.14.3-r0
then that version of helm
will be used as helm
. It will share plugins with helm2
or helm3
depending on which version it is.