From 7c1c739555a958a98fb38e2794b65771b360ab26 Mon Sep 17 00:00:00 2001 From: ship-bot Date: Sat, 2 May 2026 14:22:08 +0200 Subject: [PATCH] chore: bump tower + tower-ui to 0.66.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ProjectsView: super-admin All-tenants mode now fans out across tenants (was falling back to platform tenant → empty Projects page) - waitForJobTerminal: pod log tail spliced into job-failed errors (export, import, backup, restore — visibility into REAL cause) - runSpawnEnv: register env BEFORE seed (was after) so a failed seed leaves a registered-but-empty env instead of a ghost instance --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 858f268..85428d1 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.66.16" + tag: "0.66.18" 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.66.17" + tag: "0.66.18" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull