- 31 Jan, 2017 4 commits
-
-
Matt Butcher authored
docs(chart_tips_and_tricks): explain resource-policy.
-
Matt Butcher authored
docs(CONTRIBUTING): switch to CNCF CLA
-
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 3 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
-
Tony Hsu authored
-
- 21 Jan, 2017 1 commit
-
-
Ferran Rodenas authored
Version cmd tries to set up a tunnel at RunE instead of using the PersistentPreRunE. That means that for each version test (3) it tries to set up the tunnel. When running the tests on an internetless or whithout a valid k8s environment, the tunnel will fail with a timeout of 20 seconds, meaning that it will take 60 seconds to run the test. This commit adds a fake tillerHost so it will not try to setup the tunnel.
-
- 20 Jan, 2017 1 commit
-
-
Taylor Thomas authored
-