From 5dd26b95cc869173ea6a8c2518190b14ed40cafc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 26 Jul 2023 07:17:10 +0200 Subject: [PATCH] [bitnami/odoo] Release 23.2.8 (#17933) * [bitnami/odoo] Release 23.2.8 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/odoo/Chart.lock | 6 +++--- bitnami/odoo/Chart.yaml | 2 +- bitnami/odoo/README.md | 2 +- bitnami/odoo/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/odoo/Chart.lock b/bitnami/odoo/Chart.lock index 6db9c80d9b..04f3e229d9 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: 12.6.6 + version: 12.6.9 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.6.0 -digest: sha256:905befd7d1213b65c162d50cbd73c32b896650a45d71d7526b78b3d9985f2bc8 -generated: "2023-07-15T10:45:08.636087407Z" +digest: sha256:40f87898a51d2783d6b7a69303da61705d014bd83a8d31141f610ec7e75899a0 +generated: "2023-07-26T05:05:16.363633748Z" diff --git a/bitnami/odoo/Chart.yaml b/bitnami/odoo/Chart.yaml index fd333018a1..e36cce0976 100644 --- a/bitnami/odoo/Chart.yaml +++ b/bitnami/odoo/Chart.yaml @@ -31,4 +31,4 @@ maintainers: name: odoo sources: - https://github.com/bitnami/charts/tree/main/bitnami/odoo -version: 23.2.7 +version: 23.2.8 diff --git a/bitnami/odoo/README.md b/bitnami/odoo/README.md index 0ebcee4e12..882111cf6f 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.20230715-debian-11-r0` | +| `image.tag` | Odoo image tag (immutable tags are recommended) | `16.0.20230715-debian-11-r9` | | `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 4a61c55424..5800e6f1ff 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.20230715-debian-11-r0 + tag: 16.0.20230715-debian-11-r9 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'