- 08 Aug, 2016 4 commits
-
-
Michelle Noorali authored
-
Matt Butcher authored
fix(helm): fix inspect command to not panic
-
Matt Butcher authored
fix(helm): fix helmignore evaluation of dirs
-
Michelle Noorali authored
feat(kube): add update logic to kube client
-
- 05 Aug, 2016 3 commits
-
-
Michelle Noorali authored
* Thanks for the reminder adam :)
-
Matt Butcher authored
This adds a few extra settings to the default .helmignore file. In doing this, I found a bug that some directory patterns are not evaluated correctly. Fixed that and added tests. Closes #989 Closes #1027
-
Michelle Noorali authored
This commit adds an Update function to the client. The Update function takes in the modified manifests and the original manifests. It then iterates through the modified objects, creates objects not found in kubernetes, and updates objects that exists but have been modified. Finally, it iterates through the original resources and checks to see if they have been deleted in the modified configuration and then proceeds to delete them. #690
-
- 04 Aug, 2016 3 commits
-
-
Michelle Noorali authored
Check for the tgz extension while collecting chart paths
-
Matt Butcher authored
Helm can now inspect a chart if the values.yaml file is not present or is empty.
-
Yusuke Kuoka authored
-
- 03 Aug, 2016 6 commits
-
-
Matt Butcher authored
ref(templates): change GetString to Get
-
Miguel Ángel Martínez Triviño authored
Add a strict flag to helm lint
-
Ville Aikas authored
Add name-template flag for installation that allows the user to speci…
-
Matt Butcher authored
This changes "pkg/chartutil".Files.Get to return a string, removes "pkg/chartutil".Files.GetString, and adds "pkg/chartutil".Files.GetBytes. Closes #1020
-
Matt Butcher authored
Switch from rc to deployment for running tiller
-
Ebrahim Byagowi authored
-
- 02 Aug, 2016 5 commits
-
-
vaikas-google authored
-
Phillip Wittrock authored
-
Matt Butcher authored
feat(engine): add 'partial' function
-
Matt Butcher authored
fix(helm): rename --reuse-name to --replace
-
vaikas-google authored
Add name-template flag for installation that allows the user to specify a template used for release name generation
-
- 01 Aug, 2016 7 commits
-
-
Matt Butcher authored
This adds a context-aware template function called 'partial' that will allow rendering other templates in a chart into a string value, which can then be piped to other functions. Usage is something like '{{partial 'path/to/template.yaml' | indent 2}}' This might be a bad idea. Closes #1005
-
Matt Butcher authored
docs(charts): describe {{.Files}}
-
Adam Reese authored
ref(cmd): refactor init command
-
Adam Reese authored
chore(*): upgrade dependencies
-
Adam Reese authored
-
Matt Butcher authored
Closes #1010
-
Matt Butcher authored
-
- 31 Jul, 2016 1 commit
-
-
Adam Reese authored
-
- 29 Jul, 2016 3 commits
-
-
Matt Butcher authored
feat(tiller): add Files map to templates
-
Matt Butcher authored
Templates can now access the non-template files in a chart by using the '{{.Files}}' map inside of a template. Relates to #950
-
Matt Butcher authored
feat(helm,tiller): add --reuse-name flag to helm install
-
- 28 Jul, 2016 2 commits
-
-
Adam Reese authored
feat(kube): reap related resources on delete
-
Adam Reese authored
-
- 27 Jul, 2016 3 commits
-
-
Matt Butcher authored
This will allow helm install to re-use names for releases that were already deleted.
-
Seth Goings authored
chore(README): link to Semver 2 spec
-
Seth Goings authored
-
- 26 Jul, 2016 3 commits
-
-
Matt Butcher authored
fix(tiller): remove partials and empty manifests
-
Matt Butcher authored
This removes partials and empty manifests during the sortHooks operation. Doing so makes sortHooks the defacto place for sorting manifests, hooks, and partials. Closes #991
-
Adam Reese authored
fix(cmd): set description for inspect
-