helm/pkg/chartutil
Matt Butcher 46035c35c4
fix(tiller): fix TOML panic
This fixes a TOML panic by replacing one parser library with another.
The older library did not gracefully handle reflection issues, and so
was prone to panic. The new one is not great, but it doesn't seem to
panic.

Closes #2271
2017-05-01 11:25:51 -06:00
..
testdata Correct indention of YAML field in subchartB 2017-03-31 10:46:50 -07:00
capabilities.go ref(*): kubernetes v1.6 2017-04-11 15:42:23 -07:00
capabilities_test.go feat(tiller): add {{.Capabilities}} object 2017-01-09 18:09:20 -07:00
chartfile.go Validates chart-dir before running dependency list command 2017-04-17 14:23:04 -07:00
chartfile_test.go Validates chart-dir before running dependency list command 2017-04-17 14:23:04 -07:00
create.go Fix indent for defaultDeployment 2017-04-19 09:50:11 +02:00
create_test.go removed Version from create tests as output schema and values aren't tested 2017-01-11 12:22:21 -08:00
doc.go chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
expand.go fix(*): fix new linter errors 2016-11-11 19:24:11 -08:00
files.go fix(tiller): fix TOML panic 2017-05-01 11:25:51 -06:00
files_test.go fix(tiller): fix TOML panic 2017-05-01 11:25:51 -06:00
load.go Validates chart-dir before running dependency list command 2017-04-17 14:23:04 -07:00
load_test.go expose LoadFiles as a usable function 2017-02-28 15:47:40 -08:00
requirements.go fix(helm): fix nil pointer in requirements.go 2017-04-12 12:06:33 -06:00
requirements_test.go fix (pkg/chartutil): correctly parse input values for ProcessRequirementsEnabled 2017-04-04 13:40:13 -07:00
save.go feat(helm): support 'helm create --pack=mypack' 2016-11-22 16:27:54 -07:00
save_test.go feat(helm): support 'helm create --pack=mypack' 2016-11-22 16:27:54 -07:00
values.go feat(helm): fixup if/ele,remove extra string casts, add comments 2017-02-11 12:56:43 -08:00
values_test.go ref(*): kubernetes v1.6 2017-04-11 15:42:23 -07:00