helm/pkg/chartutil
Justen Stall 6aa19b8c92
more error wrapping uses
- replace os.IsNotExist with errors.Is and fs.ErrNotExist
- use %w directive

Signed-off-by: Justen Stall <39888103+justenstall@users.noreply.github.com>
2024-11-18 12:54:09 -05:00
..
testdata fix: fix label name 2024-11-07 17:10:31 +08:00
capabilities.go Remove somewhat incorrect comment. 2024-04-15 21:24:22 +02:00
capabilities_test.go bump version to v3.16.0 2024-09-03 16:43:48 -04:00
chartfile.go more error wrapping uses 2024-11-18 12:54:09 -05:00
chartfile_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
coalesce.go fix: replace "github.com/pkg/errors" with stdlib "errors" package 2024-11-18 11:35:59 -05:00
coalesce_test.go Fix multiple bugs in values handling 2023-06-26 11:37:21 -04:00
compatible.go Update dependencies 2019-10-03 13:49:07 -04:00
compatible_test.go ref(*): Moves packages to internal 2019-08-09 16:02:33 -06:00
create.go fix: replace "github.com/pkg/errors" with stdlib "errors" package 2024-11-18 11:35:59 -05:00
create_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
dependencies.go Grammar fixes 2024-09-14 10:30:31 +10:00
dependencies_test.go Fixing precedence issue with the import of values. 2023-10-11 14:56:12 -04:00
doc.go Bump the Go version 2023-03-22 11:29:26 -04:00
errors.go validation fix 2024-02-07 10:54:15 -05:00
errors_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
expand.go fix: replace "github.com/pkg/errors" with stdlib "errors" package 2024-11-18 11:35:59 -05:00
expand_test.go Fix typos 2024-09-14 10:29:56 +10:00
jsonschema.go fix: replace "github.com/pkg/errors" with stdlib "errors" package 2024-11-18 11:35:59 -05:00
jsonschema_test.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
save.go more error wrapping uses 2024-11-18 12:54:09 -05:00
save_test.go validation fix 2024-02-07 10:54:15 -05:00
validate_name.go fix: replace "github.com/pkg/errors" with stdlib "errors" package 2024-11-18 11:35:59 -05:00
validate_name_test.go chore: fix some function names in comment 2024-10-24 18:26:22 +08:00
values.go more error wrapping uses 2024-11-18 12:54:09 -05:00
values_test.go feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint' 2024-06-25 16:43:48 +02:00