- 20 May, 2016 2 commits
-
-
Michelle Noorali authored
-
Matt Butcher authored
fix(glide): use https instead of git protocol
-
- 19 May, 2016 19 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
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.
-
Matt Butcher authored
fix(helm): allow TILLER_HOME to be used everywhere
-
Matt Butcher authored
fix(style): fixed minor style issues
-
Ville Aikas authored
Offset where the directories and files go from $HELM_HOME to $HELM_HOME/repository
-
- 18 May, 2016 4 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
This refactors handling of the TILLER_HOME and HELM_HOME env vars so that they can be set once and used everywhere. Individual commands no longer need to handle setting.
-
Michelle Noorali authored
ref(helm): fix helm update
-
Michelle Noorali authored
-
- 17 May, 2016 5 commits
-
-
Michelle Noorali authored
chore(helm): fix flag description
-
Matt Butcher authored
fix(helm): allow user to skip namespace creation
-
Michelle Noorali authored
-
vaikas-google authored
-
vaikas-google authored
-
- 16 May, 2016 10 commits
-
-
Matt Butcher authored
This addresses two issues: #699 and #713. It is now possible to skip creating namespaces. In additional, a trivial bug was fixed that allows you to create a custom namespace.
-
Matt Butcher authored
fix(helm): change helm repo list to return error when empty
-
Matt Butcher authored
fix(helm): print err if no repositories to update
-
Matt Butcher authored
fix(helm): update main help text
-
Matt Butcher authored
fix(helm): stop processing if lint can't find a chart
-
Matt Butcher authored
fix(helm): print msg and exit when list has no results
-
Matt Butcher authored
-
Matt Butcher authored
This prints an error if 'helm update' finds no repositories to update.
-
Matt Butcher authored
Following other commands, an empty list should return an error.
-
Matt Butcher authored
This exits with an error code if the path resolution fails to find a chart.
-