From 2376ffa78d8d2a52507b54744e4f72121e46ff14 Mon Sep 17 00:00:00 2001 From: Matthew Gunter <matthew.gunter@parsons.com> Date: Tue, 23 Aug 2022 18:06:06 -0600 Subject: [PATCH 1/2] Update Odoo to 15.0 --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index cf1ec51..16a92b4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -11,7 +11,7 @@ extraLabels : {} image: repository: registry1.dso.mil/ironbank/opensource/odoo/odoo - tag: '14.0' + tag: '15.0' imagePullPolicy: IfNotPresent imagePullSecret: private-registry debug: false @@ -174,4 +174,4 @@ postgresql: serviceAccount: enabled: false networkPolicies: - enabled: false \ No newline at end of file + enabled: false -- GitLab From 0ae7bb8efc9b8fa010eeec8c4b4083e62f0101f8 Mon Sep 17 00:00:00 2001 From: Matthew Gunter <matthew.gunter@parsons.com> Date: Wed, 19 Oct 2022 14:00:48 -0600 Subject: [PATCH 2/2] Update Chart.yaml for 15.0 --- chart/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 6132b1f..f99cc3d 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 annotations: category: CRM apiVersion: v2 -appVersion: 14.0.20210810 +appVersion: 15.0.20221010 description: A suite of web based open source business apps. keywords: - odoo @@ -12,13 +12,13 @@ keywords: - web icon: https://odoocdn.com/openerp_website/static/src/img/assets/png/odoo_logo.png maintainers: -- email: asanna@vivsoft.io +- email: matthew.gunter@parsons.com name: PlatformOne name: odoo sources: - https://www.odoo.com/ - https://repo1.dso.mil/dsop/opensource/odoo/odoo -version: 0.2.0 +version: 0.3.0 dependencies: - name: postgresql version: 8.6.4 -- GitLab