helm/pkg/chartutil
Matt Butcher 3e3312cea0 feat(tiller): re-use values during upgrade
When `helm install -f foo.yaml bar` is called, and then the release is
upgraded with `helm upgrade happy-panda bar`, this will now re-use the
values that were submitted with `-f foo.yaml`. The same is true for
values specified with `--set`.

Closes #1227
2016-10-04 21:53:44 -06:00
..
testdata fix(chart): Chart.yaml now has an apiVersion field. 2016-10-04 12:18:22 -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 feat(helm): add 'helm dependency' commands 2016-09-23 16:24:22 -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 first cut of version on client and server 2016-09-12 20:56:17 -07:00