helm/_proto/hapi/release
Alexey igrychev 1d4883bf3c Implement before-hook-creation delete policy
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.
2018-03-21 18:13:53 +03:00
..
hook.proto Implement before-hook-creation delete policy 2018-03-21 18:13:53 +03:00
info.proto feat(tiller): record a message for each lifecycle step 2017-01-31 16:26:35 -07:00
release.proto feat(cmd/helm/status): add last test suite run to status output 2017-02-08 09:54:25 -07:00
status.proto Added more granular statuses 2017-07-13 15:20:07 -07:00
test_run.proto fix(*): return non-zero exit code on test failure 2017-05-15 21:42:44 -04:00
test_suite.proto feat(*): stream helm test messages to client 2017-01-31 20:57:28 -05:00