From 261d78d1f125cb659790a244d5379c3fba954c19 Mon Sep 17 00:00:00 2001 From: jordan Date: Tue, 18 Aug 2026 10:14:07 -0600 Subject: [PATCH] k8s(cluster): pin the reconcile-limit image --- k8s/cluster/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/cluster/statefulset.yaml b/k8s/cluster/statefulset.yaml index d0e4143..a2b525a 100644 --- a/k8s/cluster/statefulset.yaml +++ b/k8s/cluster/statefulset.yaml @@ -99,7 +99,7 @@ spec: mountPath: /data containers: - name: tidaldb - image: registry.threesix.ai/tidal/server:m12-frontier-tick-20260818@sha256:bd68bc816776f6944396834437550e82df82f5c70e60b363526584ddeaa7707e + image: registry.threesix.ai/tidal/server:m12-reconcile-limit-20260818@sha256:e59bf72b3a2ea260d82146b791e595eeb582a997c69e1fc0a816ac6402323917 imagePullPolicy: IfNotPresent # The image ENTRYPOINT is the bare binary. We override the command with # a tiny /bin/sh wrapper (the bookworm-slim runtime HAS a shell) so we