From a532004ce9a689e38a330503d7d6d48483260f6c Mon Sep 17 00:00:00 2001 From: git_admin Date: Wed, 29 Apr 2026 07:37:45 +0000 Subject: [PATCH] ship: tower 0.56.0 -> 0.56.1 (substrate version surfacing fix) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original 0.56.0 backend image had a stripped-binary ldflag quirk that left the substrate endpoint reporting tower=dev. b25ffbe switches to TOWER_VERSION env (chart-injected from image tag) — this bump rolls the pod onto the new image so the env-var path takes effect. Frontend stays at 0.56.0 — nothing changed there. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index dc11d59..a4ed847 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.56.0" + tag: "0.56.1" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull