From b96204312fc9ae57e315261f025c5b64ca1307d3 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 30 Apr 2026 17:43:37 +0300 Subject: [PATCH] =?UTF-8?q?tower=200.61.22=20=E2=80=94=20import=20filestor?= =?UTF-8?q?e-rename:=20head=20-1=20+=20debug=20echo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The grep -oE for instanceCode matches BOTH provenance.instanceCode AND the v2 root mirror, returning two lines. sed processes each line but the resulting SOURCE_CODE shell variable was multi-line, which made the directory check fail (-d "/var/lib/odoo/filestore/odoo16 [newline]odoo16") → rename branch silently skipped → Odoo with db_name=odoo16v2 looks at /var/lib/odoo/filestore/odoo16v2/, finds nothing, returns 500 on every asset. Added head -1 to the pipe so SOURCE_CODE is single-line, plus an echo so the rename branch's path is visible in Job logs even when it short-circuits. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 060d598..486617f 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.61.21" + tag: "0.61.22" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull