From 12250b43dde90a9f83059d53f58b7f3660b0b5ac Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 21:15:48 +0300 Subject: [PATCH] =?UTF-8?q?tower=200.60.2=20=E2=80=94=20Test=20endpoint=20?= =?UTF-8?q?derives=20bucket=20names=20from=20slug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit handleTestS3Credentials no longer requires bucket names in YAML — testTenantS3Buckets derives from slug, same as Save's auto-create. Test stored creds now works whether the buckets have been created yet or not. Per-bucket result still surfaces 404 vs 403 vs other. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 9916c8e..bec34b4 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.1" + tag: "0.60.2" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull