[bitnami/odoo] Release 23.2.2 (#16655)

* [bitnami/odoo] Release 23.2.2 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-05-15 20:25:19 +01:00
committed by GitHub
parent 51a3a6a511
commit 662d279a2f
3 changed files with 3 additions and 3 deletions

View File

@@ -28,4 +28,4 @@ maintainers:
name: odoo
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/odoo
version: 23.2.1
version: 23.2.2

View File

@@ -78,7 +78,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.20230515-debian-11-r0` |
| `image.tag` | Odoo image tag (immutable tags are recommended) | `16.0.20230515-debian-11-r1` |
| `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

@@ -69,7 +69,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/odoo
tag: 16.0.20230515-debian-11-r0
tag: 16.0.20230515-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'