From 1b340c052333e716c78c41c110396a6b09603e1a Mon Sep 17 00:00:00 2001 From: bdchatham Date: Thu, 14 May 2026 12:51:36 -0700 Subject: [PATCH] chore: bump manager image to :92a79436 (post-#244) Brings dev + prod inline with the redesigned .status.endpoints shape that #244 introduced. Both clusters consume this manifest via Flux pulling config/default?ref=main; harbor pins its own image via a manager-patch.yaml override and was cut over separately in sei-protocol/platform#534. Pre-cutover requirement on prod: existing SNDs carry .status.endpoints in the OLD shape (tendermintRpc/Rest as []string) which the new controller's typed decoder cannot read. Operator pre-patches each SND status to remove .status.endpoints before merge; new controller repopulates in the new shape on first reconcile. Validated end-to-end on harbor today. Dev has no SNDs; nothing to migrate there. --- 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 f5f6c7f..1c355d1 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:8a896d9079ffdd18ac8ae58ee821828dd5ea3011 + image: 189176372795.dkr.ecr.us-east-2.amazonaws.com/sei/sei-k8s-controller:92a79436b60a5d602c6f294dbcf19e581c6e477f name: manager env: - name: SEI_NODEPOOL_NAME