- 31 Jan, 2017 7 commits
-
-
Matt Butcher authored
This adds a simple description for each lifecycle step on a release object. Closes #1661
-
Adam Reese authored
feat(tiller): print tiller version on startup
-
Matt Butcher authored
docs(chart_tips_and_tricks): explain resource-policy.
-
Matt Butcher authored
docs(CONTRIBUTING): switch to CNCF CLA
-
Adam Reese authored
-
Matt Butcher authored
Change from old Google CLA verbage to new CNCF CLA verbage. This text is verbatim with Kubernetes' repo. Closes #1885
-
Matt Butcher authored
This adds a short explanation of the resource policy annotation. Closes #1880
-
- 30 Jan, 2017 1 commit
-
-
Taylor Thomas authored
feat(helm): Add command to uninstall Tiller
-
- 27 Jan, 2017 1 commit
-
-
Ferran Rodenas authored
-
- 26 Jan, 2017 6 commits
-
-
Taylor Thomas authored
feat(*): Add --wait flag
-
Matt Butcher authored
docs(wrapping_up.md): fixed typo
-
Matt Butcher authored
docs(debugging.md): fixed typo
-
Matt Butcher authored
docs(subcharts_and_globals.md): fixed typo
-
Matt Butcher authored
docs(accessing_files.md): fixed typo
-
Matt Butcher authored
docs(control_structures.md): fixed typo
-
- 25 Jan, 2017 15 commits
-
-
Adam Reese authored
Add linux/arm64 to cross-compile targets.
-
Matt Butcher authored
Fix typo
-
Matt Butcher authored
Fix typo
-
Matt Butcher authored
Fix SIGSEGV fault
-
Matt Butcher authored
docs(related): add related projects
-
Matt Butcher authored
docs(install): document new upgrade process
-
Manjunath A Kumatagi authored
-
Tony Hsu authored
-
Tony Hsu authored
-
Tony Hsu authored
-
Tony Hsu authored
-
Tony Hsu authored
-
Tony Hsu authored
-
Tony Hsu authored
-
Matt Butcher authored
Closes #1482
-
- 24 Jan, 2017 8 commits
-
-
Matt Butcher authored
This documents the new 'helm init --upgrade' flag. Closes #1704 Closes #1755
-
Matt Butcher authored
add InstallReleaseFromChart and UpdateReleaseFromChart
-
Matt Butcher authored
fix(helm): Fake tillerHost at version cmd tests
-
Matt Butcher authored
Fix typo
-
Matt Butcher authored
fix typo
-
Matt Butcher authored
Fix typo
-
Tony Hsu authored
-
Tony Hsu authored
-
- 23 Jan, 2017 2 commits
-
-
Matthew Fisher authored
When using pkg/helm as a third party client, I am using chartutil.LoadArchive() to load a chart from an io.Reader. After that is loaded I wish to install/update that chart, however InstallRelease and UpdateRelease only accepts a path rather than something of type *chart.Chart. This adds a new function called InstallReleaseFromChart which allows one to load a chart separate from the path, then install said chart.
-
Matt Butcher authored
fix doc typo in FAQ
-