helm/pkg/chart
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
..
loader Updating subchart load error to be more descriptive 2024-11-06 17:40:18 -06:00
chart.go Merge pull request from GHSA-9vp5-m38w-j776 2020-09-17 12:31:23 -06:00
chart_test.go Bump the Go version 2023-03-22 11:29:26 -04:00
dependency.go change linting error messages for null values in arrays 2023-01-05 18:28:14 +01:00
dependency_test.go Bump the Go version 2023-03-22 11:29:26 -04:00
errors.go Merge pull request from GHSA-9vp5-m38w-j776 2020-09-17 12:31:23 -06:00
file.go fix(chart): add JSON tags to chart object 2019-11-01 14:50:32 -07:00
fuzz_test.go add chart fuzz tests 2024-09-20 10:31:48 +01:00
metadata.go validation fix 2024-02-07 10:54:15 -05:00
metadata_test.go validation fix 2024-02-07 10:54:15 -05:00