From 9ad0ce9f1fd5c02b06f7284c0b03043b6675589d Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 30 Apr 2026 17:17:35 +0300 Subject: [PATCH] =?UTF-8?q?tower-ui=200.61.20=20=E2=80=94=20Migrate=20pick?= =?UTF-8?q?er=20hides=20platform=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MigrateDrawer hardcoded '' as the first picker entry, regardless of tenant scope. A tenant operator saw it as a selectable default — and selecting it (or just leaving the default empty) sent the migrate to the platform cluster, which the operator has no business deploying to. Now: removed the hardcoded option. Auto-pick the first deployable non-platform server on load (matches DeployInstanceDrawer pattern). Picker shows 'Pick a server…' as a disabled placeholder when nothing is selected. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 2324d47..0016117 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.19" + tag: "0.61.20" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull