helm/pkg/chart/loader
Geoff Baskwill b8605c8d36 test(pkg): add unit tests for tar file edge cases
Adding unit tests for an issue that has come up multiple times
where the archive processing code doesn't take into account the
`tar.TypeXHeader` / `tar.TypeXGlobalHeader` entries that GitHub
adds when creating a release archive for a chart, for example
`https://github.com/org/repo/master.tar.gz`.

Signed-off-by: Geoff Baskwill <me@geoffbaskwill.ca>
2019-11-28 12:52:57 -05:00
..
testdata fix(loader): error out when loading irregular files 2019-10-29 10:01:26 -07:00
archive.go fix: ignore pax header files in chart validation 2019-11-27 11:32:04 -05:00
archive_test.go test(pkg): add unit tests for tar file edge cases 2019-11-28 12:52:57 -05:00
directory.go fix(loader): error out when loading irregular files 2019-10-29 10:01:26 -07:00
load.go fix(show): restore comments from raw values 2019-11-05 11:50:30 -08:00
load_test.go fix(show): restore comments from raw values 2019-11-05 11:50:30 -08:00