From 3b9d9427259985f2baa8bcc6dae34d4f272f1cc0 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 21:09:03 +0300 Subject: [PATCH] =?UTF-8?q?tower=200.60.1=20/=20tower-ui=200.61.1=20?= =?UTF-8?q?=E2=80=94=20auto-create=20+=20auto-name=20S3=20buckets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tenant pastes endpoint + region + access keys. Tower auto-derives 3 bucket names from slug (-backups, -templates, -audit) and HeadBucket+MakeBucket each at credential-save time. UI removes the 3 bucket-name inputs entirely; shows what will be created instead. Removes the 'go to MEGA dashboard, click new bucket × 3' toil. One credential save = three buckets ready. --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 9ce0f8c..9916c8e 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.60.0" + tag: "0.60.1" 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.61.0" + tag: "0.61.1" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull