From a7963fd717a60c1825cc01b0513ea61af6bd5010 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 3 Dec 2023 22:11:26 +0200 Subject: [PATCH] odoo - major upgrade (#1804) --- library/ix-dev/community/odoo/Chart.yaml | 2 +- library/ix-dev/community/odoo/to_keep_versions.md | 6 ++++++ library/ix-dev/community/odoo/to_keep_versions.yaml | 1 + library/ix-dev/community/odoo/values.yaml | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 library/ix-dev/community/odoo/to_keep_versions.md create mode 100644 library/ix-dev/community/odoo/to_keep_versions.yaml diff --git a/library/ix-dev/community/odoo/Chart.yaml b/library/ix-dev/community/odoo/Chart.yaml index 499d171f8e..6e1c9ef595 100644 --- a/library/ix-dev/community/odoo/Chart.yaml +++ b/library/ix-dev/community/odoo/Chart.yaml @@ -3,7 +3,7 @@ description: Odoo is a suite of web based open source business apps. annotations: title: Odoo type: application -version: 1.1.1 +version: 2.0.0 apiVersion: v2 appVersion: '16.0' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/odoo/to_keep_versions.md b/library/ix-dev/community/odoo/to_keep_versions.md new file mode 100644 index 0000000000..00c3cabdb3 --- /dev/null +++ b/library/ix-dev/community/odoo/to_keep_versions.md @@ -0,0 +1,6 @@ +# Versions to keep in the repository + +## 1.1.1 + +This is the last version for Odoo 16.0 +Upgrades to Odoo 17.0 have to be done manually. diff --git a/library/ix-dev/community/odoo/to_keep_versions.yaml b/library/ix-dev/community/odoo/to_keep_versions.yaml new file mode 100644 index 0000000000..3df9e226ad --- /dev/null +++ b/library/ix-dev/community/odoo/to_keep_versions.yaml @@ -0,0 +1 @@ +- 1.1.1 diff --git a/library/ix-dev/community/odoo/values.yaml b/library/ix-dev/community/odoo/values.yaml index 94df63a11b..041577ea42 100644 --- a/library/ix-dev/community/odoo/values.yaml +++ b/library/ix-dev/community/odoo/values.yaml @@ -1,7 +1,7 @@ image: repository: odoo pullPolicy: IfNotPresent - tag: '16.0' + tag: '17.0' resources: limits: