helm/internal/chart/v3/util
Mads Jensen a490bb3c20 Use errors.Is to check for io.EOF and gzip.ErrHeader
In GoLang, using the == operator to check for a certain error will not
unwrap the error chain, and therefore may hide the problem.

Signed-off-by: Mads Jensen <atombrella@users.noreply.github.com>
2025-12-14 08:54:11 +01:00
..
testdata Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
chartfile.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
chartfile_test.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
compatible.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
compatible_test.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
create.go Reproducible chart archive builds 2025-10-29 11:49:22 -04:00
create_test.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
dependencies.go Enable the sloglint linter 2025-12-09 08:24:36 +01:00
dependencies_test.go Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
doc.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
expand.go Update the action interfaces for chart apiversions 2025-09-17 15:19:02 -04:00
expand_test.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
save.go When time not available, using time.Now 2025-10-29 15:11:20 -04:00
save_test.go Use errors.Is to check for io.EOF and gzip.ErrHeader 2025-12-14 08:54:11 +01:00
validate_name.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00
validate_name_test.go Initial addition of v3 charts 2025-07-25 12:57:47 -04:00