- 18 Apr, 2018 1 commit
-
-
Adam Reese 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.
-
- 24 Aug, 2017 1 commit
-
-
DockerZK authored
When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed. Closes #1769
-
- 03 Apr, 2017 1 commit
-
-
Jonathan Chauncey authored
-
- 24 Mar, 2017 1 commit
-
-
Jonathan Chauncey authored
closes #2136 * Adds new annotation `helm.sh/hookWeight` * Sorts executing hooks of similar kind in ascending order * There is no upper or lower bounds on the weights
-
- 22 Feb, 2017 1 commit
-
-
Michelle Noorali authored
* resolves #1973
-
- 14 Feb, 2017 2 commits
-
-
Matt Butcher authored
-
Michelle Noorali authored
resolves #1927
-