From 81841e542b9d6d4d503471de53d5f27017c12fe1 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 17:25:29 +0300 Subject: [PATCH] =?UTF-8?q?tower=200.58.0=20=E2=80=94=20Phase=20D:=20landi?= =?UTF-8?q?ng=20+=20signup=20+=20tenantless=20onboarding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - public POST /api/auth/signup + magic-link verify activates pending users - POST /api/me/tenants — tenantless self-tenant creation - /me.tenantless flag drives /welcome routing - resolveEffectiveTenant picks user's primary tenant when JWT drifts - new LandingView, SignupView, WelcomeView (lazy-loaded) - LoginView simplified to magic-link only --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index eb6fcc7..fc359be 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.10" + tag: "0.58.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.57.11" + tag: "0.58.0" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull