: helm pull [repo/chart] --version [x.y.z]
The primary way to download a Helm chart as a .tgz archive is by using the helm pull command. This command retrieves a chart from a repository and saves the compressed package directly to your local machine, which is essential for air-gapped environments, manual inspection, or version locking. Core Commands for Downloading .tgz Files helm download chart tgz
To download a chart as a .tgz file without installing it, you generally follow these steps: : helm pull [repo/chart] --version [x