Install Helm on Ubuntu 20.10
Go to the release page to get the download link for the latest version of helm. https://github.com/helm/helm/releases I prefer the binaries to be in my ~/.bin/ directory as it is already in my PATH >_ cd ~/.bin >_ wget https://get.helm.sh/helm-v3.4.0-linux-amd64.tar.gz --2020-11-06 19:41:28-- https://get.helm.sh/helm-v3.4.0-linux-amd64.tar.gz Resolving get.helm.sh (get.helm.sh)… 152.195.19.97, 2606:2800:11f:1cb7:261b:1f9c:2074:3c Connecting to get.helm.sh (get.helm.sh)|152.195.19.97|:443… connected. HTTP request sent, awaiting response… 200 OK Length: 13315267 (13M) [application/x-tar] Saving to: ‘helm-v3.4.0-linux-amd64.tar.gz’ helm-v3.4.0-linux-amd64.tar.gz 100%[======================================================>] 12.70M 77....