- 26 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 25 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 23 Apr, 2018 2 commits
-
-
Adam Reese authored
-
- 20 Apr, 2018 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 19 Apr, 2018 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 18 Apr, 2018 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 17 Apr, 2018 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 16 Apr, 2018 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
- 13 Apr, 2018 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
TODO reimplement any paging
-
Adam Reese authored
-
- 09 Apr, 2018 1 commit
-
-
Arash Deshmeh authored
Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 04 Apr, 2018 3 commits
-
-
Michelle Noorali authored
-
Michelle Noorali authored
Resolves #3655 We were seeing that when running helm upgrade with the reuse-values flag enabled that you could end up in the position where overrides a.k.a computed values from previous revisions were not being saved on the updated revision. This left us in a weird position where some computed values would disappear mysteriously in the abyss. That happened because computed values from previous revisions weren't merged with the new computed values every time the reuse-values flag was used. This PR merges computed values from the previous revisions so you don't end up in that kind of conundrum.
-
Stuart Leeks authored
-
- 03 Apr, 2018 1 commit
-
-
Timofey Kirillov authored
Cover hook-succeeded, hook-failed and before-hook-creation hook delete policies.
-
- 02 Apr, 2018 1 commit
-
-
fibonacci1729 authored
-
- 28 Mar, 2018 1 commit
-
-
fibonacci1729 authored
-
- 21 Mar, 2018 1 commit
-
-
Alexey igrychev authored
Existing helm.sh/hook-delete-policy annotation variables (hook-failed, hook-succeeded) do not allow to leave failed jobs for debugging without blocking the next job launching: every failed job must be deleted manually before the next related release is launching (installing, updating or rolling back). New policy, before-hook-creation, removes the hook from previous release if there is one before the new hook is launched and can be used with another variable.
-
- 19 Mar, 2018 1 commit
-
-
Arash Deshmeh authored
Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 08 Mar, 2018 1 commit
-
-
Matthew Fisher authored
When using `helm upgrade --install`, if the first release fails, Helm will respond with an error saying that it cannot upgrade from an unknown state. With this feature, `helm upgrade --install --force` automates the same process as `helm delete && helm install --replace`. It will mark the previous release as DELETED, delete any existing resources inside Kubernetes, then replace it as if it was a fresh install. It will then mark the FAILED release as SUPERSEDED.
-
- 27 Feb, 2018 1 commit
-
-
Johnny Bergström authored
* add test for rolling back from a FAILED deployment * Update naming of release variables Use same naming as the rest of the file. * Update rollback test - Add logging - Verify other release names not changed * fix(tiller): Supersede multiple deployments There are cases when multiple revisions of a release has been marked with DEPLOYED status. This makes sure any previous deployment will be set to SUPERSEDED when doing rollbacks. Closes #2941 #3513 #3275
-
- 19 Feb, 2018 2 commits
-
-
Arash Deshmeh authored
Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
Johnny Bergström authored
Set it to match the server side, or the default limit of 4MB will still apply when upgrading charts. Fixes #3512
-
- 07 Feb, 2018 1 commit
-
-
Matt Farina authored
Between grpc 1.2.x and 1.7.x there was an API change. The previous MaxMsgSize is now a wrapper around MaxRecvMsgSize. This change now sets the MaxRecvMsgSize and MaxSendMsgSize which need to be set independently.
-
- 06 Jan, 2018 1 commit
-
-
xuhaigang authored
Add an optional field kubeVersion to Chart.yaml that allows the chart developer to specify a semver compliant version. Closes #2708, #2706
-
- 05 Jan, 2018 1 commit
-
-
Adam Reese authored
-
- 30 Nov, 2017 1 commit
-
-
Federico Gimenez authored
-
- 29 Nov, 2017 2 commits
-
-
Federico Gimenez authored
-
Federico Gimenez authored
-
- 22 Nov, 2017 1 commit
-
-
Hadrien Chauvin authored
-