Security teams often download charts to run helm lint or scan the templates for hardcoded secrets before deployment.
To download the stable version of the NGINX Ingress chart: helm download chart as tgz
Use --version to grab a specific release instead of the latest. helm pull ingress-nginx/ingress-nginx --version 4.10.0 Use code with caution. Security teams often download charts to run helm
helm repo add ingress-nginx https://github.io helm pull ingress-nginx/ingress-nginx Use code with caution. helm download chart as tgz