helm/pkg/chartutil
Matt Butcher 2388e71528 fix(helm): ignore dotfiles in charts/ directories
This causes 'helm dep [up|install]' to ignore files in charts/ that
start with either a dot or an underscore. It also changes the
chartloader to ignore those files.

Also, if a 'helm dep up' does not find a charts/ directory, it creates
one.

Closes #1342
2016-10-11 18:59:45 -06:00
..
testdata fix(helm): ignore dotfiles in charts/ directories 2016-10-11 18:59:45 -06:00
chartfile.go feat(tiller): re-use values during upgrade 2016-10-04 21:53:44 -06:00
chartfile_test.go fix(chart): Chart.yaml now has an apiVersion field. 2016-10-04 12:18:22 -06:00
create.go fix(helm): fix helmignore evaluation of dirs 2016-08-05 15:50:02 -06:00
create_test.go fix(*): add license header 2016-06-22 12:28:45 -06:00
doc.go chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
expand.go feat(helm): add 'helm dependency' commands 2016-09-23 16:24:22 -06:00
files.go ref(templates): change GetString to Get 2016-08-03 13:01:13 -06:00
files_test.go ref(templates): change GetString to Get 2016-08-03 13:01:13 -06:00
load.go fix(helm): ignore dotfiles in charts/ directories 2016-10-11 18:59:45 -06:00
load_test.go feat(helm): add 'helm dependency' commands 2016-09-23 16:24:22 -06: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 fix(*): add license header 2016-06-22 12:28:45 -06:00
save_test.go fix(*): add license header 2016-06-22 12:28:45 -06:00
values.go feat(tiller): add Files map to templates 2016-07-29 16:04:48 -06:00
values_test.go fix(*): resolve go linter issues 2016-10-10 14:58:33 -07:00