From d8404ef30910000f83e8eecd5639ce40e9a6a095 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 21:21:49 +0300 Subject: [PATCH] =?UTF-8?q?tower-ui=200.61.2=20=E2=80=94=20Provision=20now?= =?UTF-8?q?=20button=20for=20S3=20buckets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit POST /api/tenants/{id}/settings/s3-buckets/provision uses stored creds to HeadBucket+MakeBucket the three derived buckets idempotently, then persists their names to YAML. Surfaces in Settings → Backups panel as 'Provision now' button next to the bucket list. Lets the operator create buckets without rotating keys. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index bec34b4..1955366 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.1" + tag: "0.61.2" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull