- 10 Feb, 2017 1 commit
-
-
Adam Reese authored
-
- 01 Feb, 2017 3 commits
-
-
Vaughn Dice authored
* for WaitAndGetCompletedPodPhase
-
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
-
- 13 Jan, 2017 1 commit
-
-
Adam Reese authored
-
- 21 Dec, 2016 1 commit
-
-
Adam Reese authored
-
- 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
-
- 15 Dec, 2016 2 commits
-
-
Adam Reese authored
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar to use tiller in an alternate namespace. closes #1418
-
Nikolay Mahotkin authored
-
- 14 Dec, 2016 1 commit
-
-
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 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 07 Dec, 2016 1 commit
-
-
Nikolay Mahotkin authored
* Added pod restart for ReplicaSet * Added --restart flag for helm CLI for upgrade/rollback commands * By default, restart is false
-
- 02 Nov, 2016 1 commit
-
-
adieu authored
-
- 26 Aug, 2016 1 commit
-
-
Matt Butcher authored
-
- 15 Aug, 2016 1 commit
-
-
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.
-
- 10 Aug, 2016 1 commit
-
-
vaikas-google authored
-
- 09 Aug, 2016 2 commits
-
-
vaikas-google authored
-
fibonacci1729 authored
-
- 08 Aug, 2016 2 commits
-
-
fibonacci1729 authored
-
fibonacci1729 authored
-
- 05 Aug, 2016 1 commit
-
-
Michelle Noorali authored
This commit adds an Update function to the client. The Update function takes in the modified manifests and the original manifests. It then iterates through the modified objects, creates objects not found in kubernetes, and updates objects that exists but have been modified. Finally, it iterates through the original resources and checks to see if they have been deleted in the modified configuration and then proceeds to delete them. #690
-
- 20 Jul, 2016 1 commit
-
-
Adam Reese authored
-
- 06 Jul, 2016 1 commit
-
-
Matt Butcher authored
-
- 22 Jun, 2016 1 commit
-
-
Matt Butcher authored
-
- 13 Jun, 2016 1 commit
-
-
Matt Butcher authored
-
- 07 Jun, 2016 1 commit
-
-
Adam Reese authored
-
- 10 May, 2016 2 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.
-
Matt Butcher authored
-
- 05 May, 2016 1 commit
-
-
Matt Butcher authored
Also fixed a minor formatting issue with Alpine chart in docs.
-
- 04 May, 2016 1 commit
-
-
Matt Butcher authored
This commit finally ties `helm install` together with the Kubernetes client library to make an end-to-end trip. There were several small fixes to go on both client and server side, along with some changes to proto to support better error reporting. The alpine chart has been updated to exhibit how the new Helm works.
-
- 28 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 20 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 18 Apr, 2016 1 commit
-
-
Matt Butcher authored
-
- 15 Apr, 2016 1 commit
-
-
Matt Butcher authored
Fixes #23
-
- 13 Apr, 2016 3 commits
-
-
Matt Butcher authored
This adds a higher level set of tests for storage.
-
Matt Butcher authored
This is an in-memory storage layer for storing releases. This will be superseded by the Kubernetes ConfigMap implementtion.
-
Matt Butcher authored
Rather than just taking a []byte for Install, take a map of filenames->contents.
-