From 965a650b10b31e2ef6f06f12d589438b80c072ab Mon Sep 17 00:00:00 2001 From: OdooSky v3 Date: Wed, 6 May 2026 13:55:58 +0200 Subject: [PATCH] feat(chart): pin 19.0 / 17.0 / 16.0 in pinnedTags map --- values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index 81bae74..949f594 100644 --- a/values.yaml +++ b/values.yaml @@ -119,10 +119,10 @@ odoo: # major as `odoo.tag` — adding "17.0" / "19.0" here lights up that # major across every instance that asks for it. pinnedTags: + "19.0": "19.0-20260421" "18.0": "18.0-20260421" - # "17.0": "..." # add when 17.0 is brought into the platform - # "16.0": "..." # add when 16.0 is brought into the platform - # "19.0": "..." # add when 19.0 is brought into the platform + "17.0": "17.0-20260421" + "16.0": "16.0-20250909" # 16.0 reached EOL upstream Sep 2025; this is the final nightly # Filestore PVC size (Odoo's /var/lib/odoo). filestoreSize: 10Gi