diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 6132b1f8667db4329bb7acffa7438326dcb8159c..f99cc3dd1a5ed622bae69f3befe805d1cc496921 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 diff --git a/chart/values.yaml b/chart/values.yaml index cf1ec5124fc89fc130a9561347cd58e807992fb5..16a92b4d0f788b62f8e8e2d4fe5bb3de7affa603 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