From d4d1e52e4f3d25ce30a069342339868feeaca6b8 Mon Sep 17 00:00:00 2001 From: bdchatham Date: Fri, 8 May 2026 17:35:32 -0700 Subject: [PATCH] chore: bump controller image to e99c04c (replace-pod for chain-upgrade rollouts) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pulls in #216 — NodeUpdate plans now include a `replace-pod` task that proactively deletes pods at the old StatefulSet revision. StatefulSets generated by this controller now use OnDelete update strategy, so pod lifecycle is the SeiNode controller's responsibility (replace-pod). This unblocks the chain-upgrade rollout pattern where seid is intentionally unready (halted at upgrade height) and native RollingUpdate refuses to disturb it. Closes sei-protocol/sei-k8s-controller#211. Co-Authored-By: Claude Opus 4.7 (1M context) --- config/manager/manager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 5cd6e17..b7cd9d1 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -32,7 +32,7 @@ spec: - --metrics-bind-address=:8080 - --leader-elect - --health-probe-bind-address=:8081 - image: 189176372795.dkr.ecr.us-east-2.amazonaws.com/sei/sei-k8s-controller:069a866160705cd957b2e37bf3f0170f7bfe1aca + image: 189176372795.dkr.ecr.us-east-2.amazonaws.com/sei/sei-k8s-controller:e99c04cda4de178838ca7340a0cbe29f4a096d8e name: manager env: - name: SEI_NODEPOOL_NAME