From 5dfdd7faa0ce9aa0dca52c2780e22619fcad86b7 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 21:26:29 +0300 Subject: [PATCH] =?UTF-8?q?tower=200.60.3=20=E2=80=94=20register=20POST=20?= =?UTF-8?q?/api/tenants/{id}/settings/s3-buckets/provision?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backend rebuild for the route I added in 0.60.2 + ui:0.61.2 cycle — forgot to rebuild Go binary alongside the chart bump. 0.60.2 binary didn't carry the handler, hence the 404 on Provision now click. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 1955366..6b0a347 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.2" + tag: "0.60.3" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull