diff --git a/bitnami/odoo/Chart.lock b/bitnami/odoo/Chart.lock index 389973a5f..e3fa2d4b5 100644 --- a/bitnami/odoo/Chart.lock +++ b/bitnami/odoo/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 12.1.2 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.0 -digest: sha256:05ba75bec5ee7d375ab353e052993b1c3db95b57c50ada724940de33a4e791ab -generated: "2022-11-18T16:53:23.957437435Z" + version: 2.2.1 +digest: sha256:f480c521a39b467035fca8707a62cca597710c3a30274a02a79a616bf1762482 +generated: "2022-11-29T19:01:39.412735273Z" diff --git a/bitnami/odoo/Chart.yaml b/bitnami/odoo/Chart.yaml index 91d11a92c..5f3c3c080 100644 --- a/bitnami/odoo/Chart.yaml +++ b/bitnami/odoo/Chart.yaml @@ -29,4 +29,4 @@ name: odoo sources: - https://github.com/bitnami/containers/tree/main/bitnami/odoo - https://www.odoo.com/ -version: 23.0.2 +version: 23.0.3 diff --git a/bitnami/odoo/README.md b/bitnami/odoo/README.md index 9f971ed34..23e843fe9 100644 --- a/bitnami/odoo/README.md +++ b/bitnami/odoo/README.md @@ -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) | `16.0.20221115-debian-11-r0` | +| `image.tag` | Odoo image tag (immutable tags are recommended) | `16.0.20221115-debian-11-r4` | | `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 e0a4f9750..c765b38b4 100644 --- a/bitnami/odoo/values.yaml +++ b/bitnami/odoo/values.yaml @@ -69,7 +69,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/odoo - tag: 16.0.20221115-debian-11-r0 + tag: 16.0.20221115-debian-11-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'