From cfdffc98048fe771dfa0f6fd46756910126548c3 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 18:13:15 +0300 Subject: [PATCH] =?UTF-8?q?tower=200.58.2=20=E2=80=94=20sync=20platform-st?= =?UTF-8?q?ore=20reload=20after=20commits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes signup race: verify→/me 401 because activate ran async-reload and lost the race with the very next /me call. Sync reload eliminates the window. ~50ms slower per write, much cleaner. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index ba7e2fc..4064eab 100644 --- a/values.yaml +++ b/values.yaml @@ -9,7 +9,7 @@ backend: # so every cluster that runs Tower needs the same imagePullSecret # provisioned out-of-band (until cluster-platform-v3 owns it). repository: registry.odoosky.cloud/odoosky/docker-mirror/tower - tag: "0.58.1" + tag: "0.58.2" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull