- 24 May, 2016 1 commit
-
-
Adam Reese authored
-
- 23 May, 2016 1 commit
-
-
Matt Butcher authored
fix(proto): let chart take multiple Files.
-
- 21 May, 2016 2 commits
-
-
Michelle Noorali authored
ref(helm): fix chart url in index file
-
Matt Butcher authored
-
- 20 May, 2016 19 commits
-
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Matt Butcher authored
Update quickstart.md
-
Michelle Noorali authored
feat(helm): generate index file in given directory with given url
-
Matt Butcher authored
fix(helm): fix search bugs
-
Matt Butcher authored
fix(helm): fix output of helm package command
-
Matt Butcher authored
fix(tiller): stop returning deleted releases for list
-
Matt Butcher authored
fix(chart): change source to sources in chart file
-
Matt Butcher authored
fix(tiller): fix startup output
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Matt Butcher authored
fix(glide): use https instead of git protocol
-
Matt Butcher authored
A two-character pull request.
-
Matt Butcher authored
As a carryover from the days when we only allowed one source, the source field was still labeled 'source' instead of 'sources'. Fixed and updated all of the tests.
-
Matt Butcher authored
-
Matt Butcher authored
This fixes three things: - #741 output is wrong - #743 nil pointer error because of unchecked error - Printing "Chart:" string in output
-
- 19 May, 2016 17 commits
-
-
Matt Butcher authored
fix(helm): allow repo names in helm install
-
Matt Butcher authored
Now you can do 'helm install local/foo.0.1.0.tgz' and have the chart installed from the repo, instead of just a local path.
-
Brian authored
fix(hapi): field for miscellaneous files
-
fibonacci1729 authored
-
Matt Butcher authored
fix(helm): change TILLER_HOST to HELM_HOST
-
Matt Butcher authored
Also updated the lock file as part of this, and there are a lot of changes there.
-
Matt Butcher authored
This makes the naming of client-side environment variables consistent.
-
Matt Butcher authored
feat(helm): allow user to specify release name
-
Matt Butcher authored
fix(helm): improve --dry-run for helm delete
-
Matt Butcher authored
fix(helm): print status in helm list output
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
This prints the status in the long output of helm list,
-
Matt Butcher authored
This makes it possible for the user to specify their own release name instead of accepting the generated one.
-
Matt Butcher authored
feat(helm): allow overriding values
-
Matt Butcher authored
Right now, some tests need a Tiller instance, and the WIP for that isn't done yet. So for now, skip this test.
-
Matt Butcher authored
This supports the `-f` flag for overriding values with a specified TOML file.
-