From 5e5b4c464c1621f10e1eeff9b887bd6a38fd1baf Mon Sep 17 00:00:00 2001 From: git_admin Date: Wed, 29 Apr 2026 07:49:30 +0000 Subject: [PATCH] ship: tower + tower-ui 0.56.x -> 0.57.0 (multi-auth Connect) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds SSH-key + token-installer auth methods to Connect Server (188d). Three-tab drawer; one-time URL primitive shared with Teardown (188e). All previous behavior preserved — password tab is the default. --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index a4ed847..fb3b23e 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.1" + tag: "0.57.0" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull @@ -29,7 +29,7 @@ frontend: enabled: true image: repository: registry.odoosky.cloud/odoosky/docker-mirror/tower-ui - tag: "0.56.0" + tag: "0.57.0" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull