mirror of
https://github.com/helm/helm.git
synced 2026-03-09 01:41:30 -04:00
In the event some malformed folders/files make its way into the `charts/` directory meant for subcharts, it is possible one may see an error message like the below: ``` Error: error unpacking foo in app: Chart.yaml file is missing ``` This error is not very descriptive, as it doesn't reference where on disk `Chart.yaml` is missing. In the event this happens, this error is being updated to include that `Chart.yaml` is missing for the `foo` subchart. Without this updated error messaging, one would need to look into Helm's codebase to troubleshoot what exactly is wrong. Signed-off-by: Taylor Jasko <taylor@taylorjasko.com> |
||
|---|---|---|
| .. | ||
| action | ||
| chart | ||
| chartutil | ||
| cli | ||
| downloader | ||
| engine | ||
| gates | ||
| getter | ||
| helmpath | ||
| ignore | ||
| kube | ||
| lint | ||
| plugin | ||
| postrender | ||
| provenance | ||
| pusher | ||
| registry | ||
| release | ||
| releaseutil | ||
| repo | ||
| storage | ||
| strvals | ||
| time | ||
| uploader | ||