Files
admin-platform-v3/values.yaml
ship-bot c259e1a2c8 chore: bump tower to 0.66.21 — addon Dockerfile pip --break-system-packages
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.
2026-05-02 15:15:42 +02:00

2.0 KiB