diff --git a/bitnami/odoo/Chart.lock b/bitnami/odoo/Chart.lock index 826139d186..fd54546b03 100644 --- a/bitnami/odoo/Chart.lock +++ b/bitnami/odoo/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 13.0.0 + version: 13.1.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.13.0 -digest: sha256:7dbda189c46175700f7192114c246d3bd0c251e3ff729091757aba1d6d0924b2 -generated: "2023-10-04T06:45:34.771730753Z" + version: 2.13.1 +digest: sha256:4a9daa68c8ffafc670045f3da58cdad44d1985414ff89c6a2060c09d0941a348 +generated: "2023-10-05T09:51:40.278657949Z" diff --git a/bitnami/odoo/Chart.yaml b/bitnami/odoo/Chart.yaml index 0a75c0aa3e..3fb589b953 100644 --- a/bitnami/odoo/Chart.yaml +++ b/bitnami/odoo/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: odoo - image: docker.io/bitnami/odoo:16.0.20230915-debian-11-r17 + image: docker.io/bitnami/odoo:16.0.20230915-debian-11-r19 apiVersion: v2 appVersion: 16.0.20230915 dependencies: @@ -34,4 +34,4 @@ maintainers: name: odoo sources: - https://github.com/bitnami/charts/tree/main/bitnami/odoo -version: 24.0.1 +version: 24.0.2 diff --git a/bitnami/odoo/README.md b/bitnami/odoo/README.md index 7f3d0fe43f..84a820a9cc 100644 --- a/bitnami/odoo/README.md +++ b/bitnami/odoo/README.md @@ -80,7 +80,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.20230915-debian-11-r17` | +| `image.tag` | Odoo image tag (immutable tags are recommended) | `16.0.20230915-debian-11-r19` | | `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 a491879f16..a71ae86869 100644 --- a/bitnami/odoo/values.yaml +++ b/bitnami/odoo/values.yaml @@ -72,7 +72,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/odoo - tag: 16.0.20230915-debian-11-r17 + tag: 16.0.20230915-debian-11-r19 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'