From f230056e51e3273f3dd9d1f63d1e4356ad1852f8 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 19:58:21 +0300 Subject: [PATCH] =?UTF-8?q?tower=200.59.1=20/=20tower-ui=200.60.0=20?= =?UTF-8?q?=E2=80=94=20partial=20settings=20updates=20+=20per-card=20Save?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backend: UpdateTenantSettingsReq → pointer fields. Each card saves only its own keys without clobbering the other card. Frontend: - 'Save Domain & DNS' button inside the Domain & DNS card - 'Save Backups target' button inside the S3 card - Wildcard host hidden behind 'Advanced — customize wildcard host' disclosure. Default is shown as read-only display under Domain so the operator sees what URLs their instances will land at. - Removed the global Save settings button (each card now self-saves) --- values.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 0a7fbea..8d0c416 100644 --- a/values.yaml +++ b/values.yaml @@ -8,8 +8,7 @@ backend: # the docker-mirror-pull deploy token (read-only registry scope), # 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.59.0" + tag: "0.59.1" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull @@ -28,8 +27,7 @@ backend: frontend: enabled: true image: - repository: registry.odoosky.cloud/odoosky/docker-mirror/tower-ui - tag: "0.59.1" + tag: "0.60.0" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull