Helm Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
=Overview=
=Overview=
{{Note|<center>Revised for Helm 3</center>}}
{{Note|<center>Revised for Helm 3</center>}}
=Latest Helm Version=
{{External|https://github.com/helm/helm/releases}}


=Installation on Mac=
=Installation on Mac=

Revision as of 01:17, 11 April 2021

External

Internal

Overview


Revised for Helm 3


Latest Helm Version

https://github.com/helm/helm/releases

Installation on Mac

brew install helm

Upgrade

brew upgrade helm

Installation on Linux

https://github.com/helm/helm/releases

Go to the Helm GitHub release page and pick the appropriate version/architecture artifacts, example: https://get.helm.sh/helm-v3.0.0-linux-amd64.tar.gz.

Expand and install the "helm" binary in a conventional location.

Initialization

Helm 2 required an initialization step, but this requirement and the helm init command have been removed in Helm 3.