helm/pkg
Taylor Jasko 6f2f7d4781 Updating subchart load error to be more descriptive
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>
2024-11-06 17:40:18 -06:00
..
action fix(hooks): correct hooks delete order 2024-10-30 18:49:01 +02:00
chart Updating subchart load error to be more descriptive 2024-11-06 17:40:18 -06:00
chartutil chore: fix some function names in comment 2024-10-24 18:26:22 +08:00
cli chore: Make retryingRoundTripper type public 2024-10-09 08:02:27 +01:00
downloader Merge pull request #13034 from mattclegg/issue-9507 2024-10-25 16:10:20 -04:00
engine Fix typos 2024-09-14 10:29:56 +10:00
gates Bump the Go version 2023-03-22 11:29:26 -04:00
getter ISSUE-9507: TEST server with varied Accept Header 2024-05-17 05:11:41 +01:00
helmpath Grammar fixes 2024-09-14 10:30:31 +10:00
ignore Grammar fixes 2024-09-14 10:30:31 +10:00
kube Add tests to helm/pkg/kube/client_test.go to cover wait.go 2024-11-05 09:51:54 -06:00
lint Fix typo in pkg/lint/rules/chartfile_test.go 2024-11-04 17:41:39 -08:00
plugin Allow tests to run on loong64 2024-10-28 21:54:10 +08:00
postrender test: replace ensure.TempDir with t.TempDir 2023-07-29 16:11:22 +08:00
provenance Fixing all the linting errors 2024-03-11 17:13:34 -04:00
pusher verbs 2024-10-05 11:08:00 -07:00
registry Grammar fixes 2024-09-14 10:30:31 +10:00
release Grammar fixes 2024-09-14 10:30:31 +10:00
releaseutil Drop unused field. 2024-04-04 11:14:23 +02:00
repo Merge pull request #13177 from bb-Ricardo/main 2024-10-04 22:16:42 +02:00
storage Merge branch 'helm:main' into main 2024-10-08 03:23:44 -05:00
strvals Merge pull request #13344 from AdamKorcz/fuzzzz1 2024-10-04 21:47:22 +02:00
time fix: Use chart archive modifed time for OCI push 2024-10-05 10:43:51 -07:00
uploader Bump the Go version 2023-03-22 11:29:26 -04:00