helm/pkg/chartutil
Matthew Fisher 50dcd39ba5
fix(package): remove --set, --values, etc. flags
These flags snuck in through a feature that was reverted and removed in Helm 2, but snuck into Helm 3.

They were never hooked up or used, so they were a no-op. This shouldn't affect anyone.

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-01-27 10:29:15 -08:00
..
testdata Spelling (#7258) 2019-12-18 12:04:08 +00:00
capabilities.go fix(chartutil): Add the v1 apiextensions to the default scheme 2019-10-29 12:10:58 -06:00
capabilities_test.go feat(template): Ports api-versions flag to v3 2019-10-07 13:30:06 -06:00
chartfile.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
chartfile_test.go Remove references to protobuf (#7425) 2020-01-17 15:56:56 +00:00
coalesce.go fix(chartutil): Uses copystructure for deep copy to avoid using gob 2019-10-17 16:02:51 -05: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(chartutil): remove empty lines and a space from rendered chart templates (#7455) 2020-01-27 11:00:26 +00: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 Remove references to protobuf (#7425) 2020-01-17 15:56:56 +00:00
errors.go Fix chartutils/errors.go stack overflow 2019-10-15 15:03:36 -07:00
errors_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
expand.go Remove impossible condition reported by linter 2019-10-09 23:18:03 -04:00
expand_test.go feat(lint): Ports v2 functionality for linting pre-release charts 2019-10-10 16:58:47 -06:00
jsonschema.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
jsonschema_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
save.go fix(package): remove --set, --values, etc. flags 2020-01-27 10:29:15 -08:00
save_test.go Port PR #4161 Fix incorrect timestamp when helm package to Helmv3 2019-12-19 13:22:08 -05:00
values.go Revert "chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707 [dev-v3]" 2019-10-23 09:27:51 +02:00
values_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00