From 53613b7533d8c90ac19bc6663b106796fbf4bd3d Mon Sep 17 00:00:00 2001 From: ship-bot Date: Sat, 2 May 2026 15:58:56 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20tower=20to=200.66.23=20?= =?UTF-8?q?=E2=80=94=20Promote=20install-replay=20audit=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - partial-install visibility: error path now carries the modules installed before the failure, instead of silently dropping the list - introspect log line: shows source-installed/target-installed/delta counts so the bell row narrates the comparison - Authenticate calls: 15s timeout context (matches addon_lifecycle pattern; hung Odoo no longer pins the parent op) - source readiness probe: 30s waitForOdooReady before introspect so source-down fails fast with clear message instead of cryptic auth --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index c8714ca..4851d86 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.22" + tag: "0.66.23" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull