Helm Installation: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
=Installation on Linux= | =Installation on Linux= | ||
{{External|https://github.com/helm/helm/releases}} | |||
Go to the [https://github.com/helm/helm/releases Helm GitHub release page] and pick the appropriate version/architecture artifacts. | |||
=Initialization= | =Initialization= | ||
Helm 2 required an initialization step, but this requirement and the <code>helm init</code> command have been removed in Helm 3. | Helm 2 required an initialization step, but this requirement and the <code>helm init</code> command have been removed in Helm 3. |
Revision as of 01:06, 30 November 2019
External
Internal
Overview
Revised for Helm 3
Installation on Mac
brew install helm
Upgrade
brew upgrade helm
Installation on Linux
Go to the Helm GitHub release page and pick the appropriate version/architecture artifacts.
Initialization
Helm 2 required an initialization step, but this requirement and the helm init
command have been removed in Helm 3.