- 25 Jan, 2017 5 commits
-
-
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
-
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
-
-
Matthew Fisher authored
-
- 19 Jan, 2017 4 commits
-
-
Adam Reese authored
ref(kube): misc code cleanup
-
Adam Reese authored
-
Adam Reese authored
fix(kube): reap deleted resources during upgrade
-
Matt Butcher authored
feat(helm): add --reset-values flag to 'helm upgrade'
-
- 18 Jan, 2017 4 commits
-
-
Matt Butcher authored
fix(helm) change name length limit to 63 for `helm create`
-
Adam Reese authored
fix(Makefile): fix glob overriding packaged tar
-
Matt Butcher authored
Fix typo in help text for list cmd
-
Adam Reese authored
-
- 17 Jan, 2017 1 commit
-
-
z00358552 authored
since kubernetes 1.4, the upper limit for resource name is 63 characters, so it is better to change the template when running `helm create` accordingly.
-
- 15 Jan, 2017 2 commits
-
-
Christoph Blecker authored
-
Christoph Blecker authored
-
- 13 Jan, 2017 7 commits
-
-
Adam Reese authored
-
Adam Reese authored
ref(kube): add Result to abstract a collection of resources
-
Adam Reese authored
-
Matt Butcher authored
feat(helm): Create a Service definition for using Tiller in-cluster
-
Ferran Rodenas authored
-
Matt Butcher authored
feat(helm): Linter validations for Chart icon property
-
Matt Butcher authored
feat(helm): allow specifying --set multiple times
-
- 12 Jan, 2017 1 commit
-
-
Ferran Rodenas authored
-
- 11 Jan, 2017 3 commits
-
-
Ferran Rodenas authored
-
Matt Butcher authored
bugfix(tiller): replace + with _ in "helm create" template Chart version
-
Lachlan Evenson authored
-