[bitnami/odoo] Release 23.2.8 (#17933)

* [bitnami/odoo] Release 23.2.8 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-26 07:17:10 +02:00
committed by GitHub
parent 6f14e2641d
commit 5dd26b95cc
4 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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 | `[]` |

View File

@@ -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'