- 11 Aug, 2016 1 commit
-
-
Adam Reese authored
-
- 10 Aug, 2016 1 commit
-
-
vaikas-google authored
-
- 09 Aug, 2016 7 commits
-
-
vaikas-google authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
Michelle Noorali authored
-
- 08 Aug, 2016 7 commits
-
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
- 05 Aug, 2016 4 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
-
fibonacci1729 authored
-
- 04 Aug, 2016 1 commit
-
-
Yusuke Kuoka authored
-
- 03 Aug, 2016 5 commits
-
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
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
-
- 02 Aug, 2016 1 commit
-
-
Phillip Wittrock authored
-
- 01 Aug, 2016 9 commits
-
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
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
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
- 29 Jul, 2016 1 commit
-
-
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
-
- 28 Jul, 2016 1 commit
-
-
Adam Reese authored
-
- 27 Jul, 2016 1 commit
-
-
Matt Butcher authored
This will allow helm install to re-use names for releases that were already deleted.
-
- 25 Jul, 2016 1 commit
-
-
Michelle Noorali authored
I edited releaseMock as part of this PR
-