fix(argocd): terminate stale deploy operations #168
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/argocd-stale-operation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Terminate only an older running Argo CD operation before observing the released revision. Preserve operations that already target the desired revision.
Also align two stale image guard versions with the released image versions.
Red-green proof: the deployer contract first failed because the termination function was absent. It now proves that only the older registry operation is patched to Terminating. All image contracts pass.