- 19 May, 2016 1 commit
-
-
runseb authored
move from _remove_ to _delete_
-
- 18 May, 2016 2 commits
-
-
Michelle Noorali authored
ref(helm): fix helm update
-
Michelle Noorali authored
-
- 17 May, 2016 3 commits
-
-
Michelle Noorali authored
chore(helm): fix flag description
-
Matt Butcher authored
fix(helm): allow user to skip namespace creation
-
Michelle Noorali authored
-
- 16 May, 2016 15 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.
-
Matt Butcher authored
-
Ville Aikas authored
Print no matches found if none are found
-
vaikas-google authored
-
Adam Reese authored
fix(cmd): fix init command description
-
vaikas-google authored
-
- 13 May, 2016 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 12 May, 2016 3 commits
-
-
Matt Butcher authored
feat(helm,tiller): improve list output, support filters
-
Matt Butcher authored
Previously, paging used the last release name of the current set to ask for more results. Now switched to using the first name of the next set. Not sure I like this method. It makes the user experience more complicated.
-
Ville Aikas authored
Validate Version in Chart.yaml and parse values.toml for helm limt.
-
- 11 May, 2016 11 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
This adds support for filtering list results. Filter strings are passed from Helm to Tiller, where they are compiled as regular expressions and executed against the list of releases. Only matching releases are returned. Filters are applied before limits and sorts.
-
Matt Butcher authored
-
vaikas-google authored
-
vaikas-google authored
-
vaikas-google authored
-
Brian authored
fix(helm): fix for issue #680r
-
fibonacci1729 authored
details: the host flag for install overrides the TILLER_HOST env var. If neither are set, host defaults to ":44134".
-
Matt Butcher authored
feat(tiller): stub in release history
-
Adam Reese authored
fix(tiller): use correct port in rc spec
-
Adam Reese authored
-
- 10 May, 2016 3 commits
-
-
Matt Butcher authored
This provides the basics for the release history feature that ReleaseStorage needs to support. The implementation for Memory storage is only partial.
-
Michelle Noorali authored
ref(helm): rename cache file to index file
-
Matt Butcher authored
fix(proto): fix style issues and documentation
-