From dcef586b214e3454d3675d834b3e790938dea8cc Mon Sep 17 00:00:00 2001 From: Tower Bot Date: Thu, 30 Apr 2026 11:32:00 +0300 Subject: [PATCH] =?UTF-8?q?tower-ui=200.61.8=20=E2=80=94=20Deploy/Migrate?= =?UTF-8?q?=20drawers=20read=20tenant=20wildcard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DeployInstanceDrawer + MigrateDrawer were hardcoding '.tenants.odoosky.org' as the auto-suggested instance domain, even when the operator's tenant has its own domain set in Settings. A tenant whose wildcardHost is '*.tenants.4th.online' would still see the wizard pre-fill 'odoo16.tenants.odoosky.org' in the Domain field — the suggestion landed in the wrong zone, instance create would fail DNS write. Both drawers now fetch /api/tenants//settings on mount and use 'tenants.' (with leading '*.' stripped from wildcardHost) as the suffix, falling back to odoosky.org only if the call errors or the field is empty. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 10b5380..afa1277 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.61.7" + tag: "0.61.8" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull