- 11 May, 2017 1 commit
-
-
Taylor Thomas authored
The current methodology generated its own RS slice instead of using a helper method that uses a `clientset`. This caused some issues where `FindNewReplicaSet` always returned `nil`. This switches the method and removes some unneeded API calls and code. Closes #2426
-
- 02 May, 2017 1 commit
-
-
Kiichiro Okano authored
-
- 12 Apr, 2017 1 commit
-
-
Adam Reese authored
* cleanup named imports
-
- 11 Apr, 2017 1 commit
-
-
Adam Reese authored
Rebase on kubernetes v1.6
-
- 04 Apr, 2017 1 commit
-
-
Kiichiro Okano authored
Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
-
- 28 Mar, 2017 3 commits
-
-
Anubhav Mishra authored
-
Anubhav Mishra authored
-
Anubhav Mishra authored
-
- 26 Mar, 2017 1 commit
-
-
Anubhav Mishra authored
Closes #2162
-
- 21 Mar, 2017 1 commit
-
-
Matt Butcher authored
This fixes a bug in which 'helm status' fails if any of the expected resources are missing in Kubernetes. Now it prints a list of missing resources at the end of the status report. Closes #2118
-
- 10 Mar, 2017 1 commit
-
-
Taylor Thomas authored
Headless services (with `clusterIP` set to `None`) were reporting as not being ready because they didn't have an IP address. This adds a logic check to ignore those services.
-
- 01 Mar, 2017 1 commit
-
-
Taylor Thomas authored
When manifests do not change, they didn't get populated with the latest label info from the API server and then panic'd. This resolves that bug Closes #2043
-
- 24 Feb, 2017 1 commit
-
-
Adam Reese authored
fixes #2006
-
- 13 Feb, 2017 1 commit
-
-
Adam Reese authored
-
- 10 Feb, 2017 4 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 02 Feb, 2017 1 commit
-
-
Michelle Noorali authored
* and comments
-
- 01 Feb, 2017 3 commits
-
-
Michelle Noorali authored
pulled logic out in pkg/releasetesting
-
Vaughn Dice authored
* for WaitAndGetCompletedPodPhase
-
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
-
- 19 Jan, 2017 1 commit
-
-
Adam Reese authored
-
- 13 Jan, 2017 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 21 Dec, 2016 2 commits
-
-
Adam Reese authored
-
Matt Butcher 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
-
- 18 Dec, 2016 1 commit
-
-
Marius Grigoriu authored
It is unnecessary to create a namespace just to test that it exists. Roles that don't have post namespace will error out even if the namespace exists and it is possible to install the package anyway. This patch Gets a namespace and only creates one if it doesn't exist.
-
- 16 Dec, 2016 1 commit
-
-
Nikolay Mahotkin authored
-
- 15 Dec, 2016 1 commit
-
-
Nikolay Mahotkin authored
-
- 14 Dec, 2016 3 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
-
Nikolay Mahotkin authored
* Added pod restarting for - ReplicationController - DaemonSet - PetSet
-
- 13 Dec, 2016 5 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-