Helm Installation on Amazon Linux 2 – EC2

Step1 : Download the helm binary using below command

				
					curl -L https://git.io/get_helm.sh | bash -s -- --version v3.8.2
				
			

Step2 : Now, Check the helm version.

				
					helm version --short

				
			

Leave a Comment