helm/pkg/chartutil
z00358552 b0d4cacd54 fix(helm) change name length limit to 63 for helm create
since kubernetes 1.4, the upper limit for resource name is 63 characters,
so it is better to change the template when running `helm create` accordingly.
2017-01-17 15:51:31 +08:00
..
testdata Merge pull request #1645 from rodcloutier/Windows_archive_backslash_support 2016-12-14 18:13:58 -06:00
capabilities.go feat(tiller): add {{.Capabilities}} object 2017-01-09 18:09:20 -07:00
capabilities_test.go feat(tiller): add {{.Capabilities}} object 2017-01-09 18:09:20 -07:00
chartfile.go fix(helm): write yaml with non-exec permission 2016-12-01 13:42:53 +01:00
chartfile_test.go fix(helm): added support for compressed charts containing \ in file paths 2016-12-06 09:13:40 -05:00
create.go fix(helm) change name length limit to 63 for helm create 2017-01-17 15:51:31 +08: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 feat(tiller): add fromYaml to template functions 2016-12-14 16:47:25 -07:00
files_test.go feat(tiller): add fromYaml to template functions 2016-12-14 16:47:25 -07:00
load.go fix(chartutil): improve 'missing name' error 2016-12-18 23:19:01 -08:00
load_test.go fix(helm): added support for compressed charts containing \ in file paths 2016-12-06 09:13:40 -05:00
requirements.go feat(helm): add 'helm dependency' commands 2016-09-23 16:24:22 -06:00
requirements_test.go feat(helm): add 'helm dependency' commands 2016-09-23 16:24:22 -06: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(tiller): add {{.Capabilities}} object 2017-01-09 18:09:20 -07:00
values_test.go feat(tiller): add {{.Capabilities}} object 2017-01-09 18:09:20 -07:00