feat(chart): pin 19.0 / 17.0 / 16.0 in pinnedTags map

This commit is contained in:
OdooSky v3
2026-05-06 13:55:58 +02:00
parent 09c21d5e55
commit 965a650b10

View File

@@ -119,10 +119,10 @@ odoo:
# major as `odoo.tag` — adding "17.0" / "19.0" here lights up that # major as `odoo.tag` — adding "17.0" / "19.0" here lights up that
# major across every instance that asks for it. # major across every instance that asks for it.
pinnedTags: pinnedTags:
"19.0": "19.0-20260421"
"18.0": "18.0-20260421" "18.0": "18.0-20260421"
# "17.0": "..." # add when 17.0 is brought into the platform "17.0": "17.0-20260421"
# "16.0": "..." # add when 16.0 is brought into the platform "16.0": "16.0-20250909" # 16.0 reached EOL upstream Sep 2025; this is the final nightly
# "19.0": "..." # add when 19.0 is brought into the platform
# Filestore PVC size (Odoo's /var/lib/odoo). # Filestore PVC size (Odoo's /var/lib/odoo).
filestoreSize: 10Gi filestoreSize: 10Gi