From 4ff3315bc2d7a65437ca3e7b85b38341f81a7eb1 Mon Sep 17 00:00:00 2001 From: git_admin Date: Wed, 29 Apr 2026 07:55:04 +0000 Subject: [PATCH] ship: tower 0.57.0 -> 0.57.1 (ServeMux pattern conflict fix) 0.57.0 had a Go ServeMux ambiguity between /api/servers/{name}/capacity and /api/servers/connect-token/{token}. Moved the new endpoints to /api/connect-tokens/* to break the wildcard collision. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index fb3b23e..34d895c 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.57.0" + tag: "0.57.1" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull