fix(deployer): embed TCP availability probe #159
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/argocd-deployer-tcp"
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?
The Argo CD deployer embeds availability-probe v6. Binjovi now accepts TCP checks, but the embedded probe rejects the port field. Embed the released v8 probe and bump the deployer image version.
Red: the deployer contract failed while VERSION was 4 and the embedded probe was v6.
Green: the deployer contract and availability-probe Go tests pass.