[bitnami/odoo] Release 24.0.2 (#19765)

* [bitnami/odoo] Release 24.0.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-10-05 12:22:26 +02:00
committed by GitHub
parent 5b7faaf16e
commit ba0328a560
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

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

View File

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