From c259e1a2c8bf5ef0f6b893115c520f00943146e6 Mon Sep 17 00:00:00 2001 From: ship-bot Date: Sat, 2 May 2026 15:15:42 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20tower=20to=200.66.21=20?= =?UTF-8?q?=E2=80=94=20addon=20Dockerfile=20pip=20--break-system-packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Odoo 19 image runs Python 3.12 (Bookworm), which enforces PEP 668. pip install --user is blocked without --break-system-packages, so every addon with even one external_dependencies.python entry failed on Odoo 19. Build container is single-shot, so the lock does not apply — the flag is the correct override here. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index db3fccc..23a342f 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.20" + tag: "0.66.21" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull