mirror of
https://github.com/fluxcd/flagger.git
synced 2026-09-05 02:47:17 +00:00
When skipAnalysis is enabled and the canary is promoted, the post-rollout webhooks were not being executed. This fix ensures that runPostRolloutHooks is called in shouldSkipAnalysis, matching the behavior of the normal promotion path. Fixes fluxcd/flagger#1195 Signed-off-by: Vishal Kumar Singh <vishal.kr.singh2021@gmail.com>