- 06 Feb, 2017 1 commit
-
-
Michelle Noorali authored
* also cleanup comments
-
- 01 Feb, 2017 2 commits
-
-
Michelle Noorali authored
-
Michelle Noorali authored
* This is a simple mvp which processes a test definition with the hook annotation for test when you run `helm test [release]` * helm client cmd, proto def, tiller logic
-
- 20 Jan, 2017 1 commit
-
-
Taylor Thomas authored
Adds `--wait` flag to helm that waits for all pods to reach a ready state, PVCs to be bound, and services to have IP addresses Closes #1805
-
- 11 Jan, 2017 1 commit
-
-
Matt Butcher authored
The --reset-values flag on upgrade instructs Tiller to reset the upgraded release to the chart's built-in values.yaml, and ignore the last install's overridden values. Closes #1569
-
- 19 Dec, 2016 1 commit
-
-
Taylor Thomas authored
Installs, rollback, upgrade, and delete now accept a `--timeout` flag that allows the user to specify the maximum number of seconds that any kubernetes command can take. Closes #1678
-
- 16 Dec, 2016 1 commit
-
-
Nikolay Mahotkin authored
-
- 14 Dec, 2016 2 commits
-
-
Nikolay Mahotkin authored
* Run gofmt on all changed files so they formatted properly now
-
Nikolay Mahotkin authored
* Added pod restart for ReplicaSet * Added --restart flag for helm CLI for upgrade/rollback commands * By default, restart is false
-
- 13 Dec, 2016 1 commit
-
-
Nikolay Mahotkin authored
* Run gofmt on all changed files so they formatted properly now
-
- 07 Dec, 2016 2 commits
-
-
Michelle Noorali authored
satisfies #1326
-
Nikolay Mahotkin authored
* Added pod restart for ReplicaSet * Added --restart flag for helm CLI for upgrade/rollback commands * By default, restart is false
-
- 10 Oct, 2016 1 commit
-
-
Adam Reese authored
-
- 05 Oct, 2016 1 commit
-
-
fibonacci1729 authored
-
- 28 Sep, 2016 1 commit
-
-
Adam Reese authored
closes #1244
-
- 27 Sep, 2016 1 commit
-
-
Michelle Noorali authored
This feature allows you to rollback release to the previous version of release. resolves #1004
-
- 13 Sep, 2016 1 commit
-
-
vaikas-google authored
-
- 01 Sep, 2016 1 commit
-
-
fibonacci1729 authored
-
- 29 Aug, 2016 1 commit
-
-
vaikas-google authored
-
- 25 Aug, 2016 1 commit
-
-
Matt Butcher authored
This adds support for the following 'helm list' flags: - all: show all release types - deleted: show deleted releases - deployed: show deployed releases - failed: show failed releases These flags can be toggled. Only '--deployed' is turned on by default. On the server side, Tiller's list function can now filter based on a slice of release.Status_Code filters. While the client only supports a subset, the server supports all known release.Status_Code types. Closes #973
-
- 18 Aug, 2016 1 commit
-
-
Ebrahim Byagowi authored
-
- 08 Aug, 2016 1 commit
-
-
Michelle Noorali authored
-
- 27 Jul, 2016 1 commit
-
-
Matt Butcher authored
This will allow helm install to re-use names for releases that were already deleted.
-
- 25 Jul, 2016 1 commit
-
-
Michelle Noorali authored
-
- 20 Jul, 2016 1 commit
-
-
Adam Reese authored
-
- 15 Jul, 2016 1 commit
-
-
Matt Butcher authored
This includes a substantial bit of unit test improvements. Also, in order to allow us to tests command line args (which translate to helm.Option objects), I had to add a new interface to pkg/helm.
-
- 22 Jun, 2016 1 commit
-
-
Matt Butcher authored
-
- 07 Jun, 2016 1 commit
-
-
Matt Butcher authored
-
- 19 May, 2016 1 commit
-
-
Matt Butcher authored
This makes it possible for the user to specify their own release name instead of accepting the generated one.
-
- 12 May, 2016 1 commit
-
-
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.
-
- 11 May, 2016 3 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
-
- 10 May, 2016 1 commit
-
-
Matt Butcher authored
This fixes indentation, documentation, and removes unused protobuf files.
-
- 26 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 25 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 22 Apr, 2016 1 commit
-
-
Matt Butcher authored
This adds support for dry run on install, as well as providing enough info for an install to display (verbose) manifests. While doing this, I ended up just storing the rendered manifests for simplicity.
-
- 18 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 15 Apr, 2016 1 commit
-
-
Brian Hardock authored
1. remove preliminary hapi protocol buffer definitions 2. modify hapi Makefile 3. update hapi protobuf model in _proto/hapi/{chart,release,services} 4. generate protobuf src to pkg/proto/hapi/{chart,release,services}
-