The most reliable way to get a specific version is via the official Helm GitHub repository. Navigate to the Helm Releases page.
curl -L https://helm.sh -o helm-v2.17.0.tar.gz tar -zxvf helm-v2.17.0.tar.gz sudo mv linux-amd64/helm /usr/local/bin/helm Use code with caution. 3. Using Package Managers
Since Homebrew usually points to the latest version, you may need to install via a specific tap or URL, though manual binary download is often faster for version 2.
If you are working in a Linux environment, you can use curl to fetch the binary directly: