From ea54300706e1e30fd54e06732e638faaf3fad68e Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 18:19:48 +0300 Subject: [PATCH] =?UTF-8?q?tower-ui=200.58.1=20=E2=80=94=20sidebar=20'Tena?= =?UTF-8?q?nt'=20link=20for=20tenant=20owners?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tenant owners had no nav link to their own tenant settings page. Adds a 'Tenant' workspace link visible to authenticated members of any tenant. Super-admins still use /admin/tenants list (which shows all tenants and lets them switch). --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 4064eab..8cf4d14 100644 --- a/values.yaml +++ b/values.yaml @@ -29,7 +29,7 @@ frontend: enabled: true image: repository: registry.odoosky.cloud/odoosky/docker-mirror/tower-ui - tag: "0.58.0" + tag: "0.58.1" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull