helm / helm-www

The Helm website for docs, blog and project info.
https://helm.sh
MIT License
200 stars 504 forks source link

docs: warn users on ingoring tgz files in helmignore #1594

Open banjoh opened 2 months ago

banjoh commented 2 months ago

Users may find themselves adding *.tgz in .helmignore. Doing so will ignore all chart dependencies from being packaged using helm package. The command will fail in mysterious ways as can be seen in https://github.com/helm/helm/issues/12992.

Since dependencies are usually tgz files, we need to warn users of this behaviour.