- 17 Aug, 2016 8 commits
-
-
Adnan Abdulhussein authored
-
Adam Reese authored
fix(cmd): remove default port in cmd doc
-
Adam Reese authored
feat(ci): run tests on go 1.7
-
Adam Reese authored
fix(cmd): s/supress/suppress/
-
Matt Butcher authored
feat(tiller): update Sprig to 2.4.0
-
Adam Reese authored
Suppress is spelled wrong. Matt did it.
-
Adam Reese authored
-
Adam Reese authored
Default is unset.
-
- 16 Aug, 2016 3 commits
-
-
Matt Butcher authored
Closes #1055
-
Matt Butcher authored
feat(tiller): make configmaps the default storage
-
Matt Butcher authored
fix(helm): document KUBECONFIG env var
-
- 15 Aug, 2016 2 commits
-
-
Matt Butcher authored
Closes #1047
-
Matt Butcher authored
This adds a Tiller CLI flag to override the default, and tests to make sure that the default comes up as expected.
-
- 12 Aug, 2016 5 commits
-
-
Adam Reese authored
fix(deps): remove inf package hack from glide.yaml
-
Adam Reese authored
-
Adam Reese authored
feat(Makefile): add target for building releases
-
Adam Reese authored
Fix the clean task when directory not present
-
Naveen Srinivasan authored
The Makefile has clean task that was failing when the ./rootfs/tiller was not present
-
- 11 Aug, 2016 5 commits
-
-
Adam Reese authored
* Add README and License files to archive * Compress archives for smaller download size https://github.com/kubernetes/helm/issues/999
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
added instructions on downloading a distro
-
James Strachan authored
using the new shiny distro of helm and tiller
-
- 10 Aug, 2016 14 commits
-
-
Matt Butcher authored
fix(glide.yaml): fix moved gocloud repository
-
Matt Butcher authored
fix(helm): warn on init when Tiller already exists
-
Matt Butcher authored
Looks like another Go git repo got moved around.
-
Adam Reese authored
fix(ci): disable running coverage in parallel
-
Matt Butcher authored
Previously, if 'helm init' was run on a cluster that had Tiller installed, the init would fail. However, this condition indicates that both the client and the server are in a condition to work, so this should not be an error. This PR downgrades that error to a warning. Closes #1041
-
Adam Reese authored
Running in parallel will crash a circle ci node. Disabling until we can build in some safeguards.
-
Adam Reese authored
fix(cmd): s/specifiy/specify/
-
Ville Aikas authored
First cut of adding dynamic cluster support to status command
-
vaikas-google authored
-
vaikas-google authored
-
Adam Reese authored
-
vaikas-google authored
-
Brian authored
feat(storage): in-memory & configmaps driver
-
fibonacci1729 authored
-
- 09 Aug, 2016 3 commits
-
-
vaikas-google authored
-
fibonacci1729 authored
-
Michelle Noorali authored
feat(*): implement helm upgrade + upgrade hooks
-