Get the dependencies
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
Update the permissions
chmod 700 get_helm.sh
Execute the script
bash +x ./get_helm.sh --version v3.9.2
Get the dependencies
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
Update the permissions
chmod 700 get_helm.sh
Execute the script
bash +x ./get_helm.sh --version v3.9.2