diff --git a/bitnami/odoo/Chart.lock b/bitnami/odoo/Chart.lock index f445534d0..7cbd76bbb 100644 --- a/bitnami/odoo/Chart.lock +++ b/bitnami/odoo/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.9.1 + version: 11.9.8 - name: common repository: https://charts.bitnami.com/bitnami version: 2.0.3 -digest: sha256:5dba246ff2aede1a7e4913463da3e2cf974d31363a5846d8f09a1c2b64bfbb15 -generated: "2022-09-26T13:57:16.828128172Z" +digest: sha256:af870c28ab6287b55f59d1674903c03294fedbf4a740007528fdd812cd0c44dc +generated: "2022-10-10T08:42:03.613291218Z" diff --git a/bitnami/odoo/Chart.yaml b/bitnami/odoo/Chart.yaml index 79fa1431b..2668a3638 100644 --- a/bitnami/odoo/Chart.yaml +++ b/bitnami/odoo/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CRM apiVersion: v2 -appVersion: 15.0.20220910 +appVersion: 15.0.20221010 dependencies: - condition: postgresql.enabled name: postgresql @@ -29,4 +29,4 @@ name: odoo sources: - https://github.com/bitnami/containers/tree/main/bitnami/odoo - https://www.odoo.com/ -version: 21.6.4 +version: 21.6.5 diff --git a/bitnami/odoo/README.md b/bitnami/odoo/README.md index b5fd5512c..010e60058 100644 --- a/bitnami/odoo/README.md +++ b/bitnami/odoo/README.md @@ -7,7 +7,7 @@ Odoo is an open source ERP and CRM platform, formerly known as OpenERP, that can [Overview of Odoo](https://www.odoo.com/) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. - + ## TL;DR ```console @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and | `diagnosticMode.args` | Args to override all containers in the the statefulset | `["infinity"]` | | `image.registry` | Odoo image registry | `docker.io` | | `image.repository` | Odoo image repository | `bitnami/odoo` | -| `image.tag` | Odoo image tag (immutable tags are recommended) | `15.0.20220910-debian-11-r0` | +| `image.tag` | Odoo image tag (immutable tags are recommended) | `15.0.20221010-debian-11-r0` | | `image.digest` | Odoo image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Odoo image pull policy | `IfNotPresent` | | `image.pullSecrets` | Odoo image pull secrets | `[]` | diff --git a/bitnami/odoo/values.yaml b/bitnami/odoo/values.yaml index 2c76e0c57..2421d462f 100644 --- a/bitnami/odoo/values.yaml +++ b/bitnami/odoo/values.yaml @@ -69,7 +69,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/odoo - tag: 15.0.20220910-debian-11-r0 + tag: 15.0.20221010-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'