TECHIES WORLD

For Techs.... Techniques.... Technologies....

Linux

How to install helm binary in Linux

This article explains the steps to install helm using binary.

Step1: Download the required version of helm binary package from the below url.

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

Step2: Extract the downloaded package.

#tar -xvf helm-*-linux-amd64.tar.gz

Step3: Move the binary to the bin folder.

#mv linux-amd64/helm /usr/local/bin/helm

That's all…