helm/pkg/chartutil
Simon Alling 2a462aef2d fix(pkg/chartutil): add tests according to feedback
The seemingly redundant `return filename, err` line is related to how
the name `err` is used throughout the function: there is a "global" (to
the function) `err` variable, as well as several locally block-scoped
ones. It took me hours to understand why my code did not work without
that line, but I decided not to clean up the `err` code in this commit.

Signed-off-by: Simon Alling <alling.simon@gmail.com>
2019-10-11 10:49:43 +02:00
..
testdata feat(template): Ports api-versions flag to v3 2019-10-07 13:30:06 -06:00
capabilities.go feat(template): Ports api-versions flag to v3 2019-10-07 13:30:06 -06:00
capabilities_test.go feat(template): Ports api-versions flag to v3 2019-10-07 13:30:06 -06:00
chartfile.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chartfile_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
coalesce.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
coalesce_test.go fix install storing computed values in release instead of user supplied values 2019-09-14 20:34:48 +05:30
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(pkg/chartutil): include values.schema.json in packaged chart 2019-10-10 20:56:06 +02:00
create_test.go fix(chartutil): port over enhancements to helm create from Helm 2 2019-10-03 12:34:58 -07:00
dependencies.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependencies_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
doc.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
errors.go ref(pkg/chartutil): break up chartutil into logical files 2019-05-22 19:38:11 +02:00
expand.go Remove impossible condition reported by linter 2019-10-09 23:18:03 -04:00
expand_test.go fix(chart): Ports security fix for invalid paths in tarballs 2019-10-08 10:13:43 -06:00
jsonschema.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
jsonschema_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
save.go fix(pkg/chartutil): add tests according to feedback 2019-10-11 10:49:43 +02:00
save_test.go fix(pkg/chartutil): add tests according to feedback 2019-10-11 10:49:43 +02:00
values.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
values_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00