1. 03 Apr, 2018 4 commits
  2. 02 Apr, 2018 2 commits
  3. 29 Mar, 2018 2 commits
  4. 28 Mar, 2018 4 commits
  5. 27 Mar, 2018 7 commits
  6. 25 Mar, 2018 2 commits
  7. 23 Mar, 2018 6 commits
  8. 22 Mar, 2018 10 commits
  9. 21 Mar, 2018 1 commit
    • Alexey igrychev's avatar
      Implement before-hook-creation delete policy · 1d4883bf
      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.
      1d4883bf
  10. 20 Mar, 2018 2 commits