[bitnami/odoo] Release 23.0.2 (#13590)

* [bitnami/odoo] Release 23.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
2022-11-18 18:07:06 +00:00
committed by GitHub
parent 5f618fdb9e
commit 7bc94fcfcd
4 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.0.0
version: 12.1.2
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.4
digest: sha256:5ae5346fa00c70cd701d31b92204f00fc2ef4fd7761b4d731c055e7fcefe0565
generated: "2022-10-28T09:58:09.452422494+02:00"
version: 2.2.0
digest: sha256:05ba75bec5ee7d375ab353e052993b1c3db95b57c50ada724940de33a4e791ab
generated: "2022-11-18T16:53:23.957437435Z"
+2 -2
View File
@@ -1,7 +1,7 @@
annotations:
category: CRM
apiVersion: v2
appVersion: 16.0.20221015
appVersion: 16.0.20221115
dependencies:
- condition: postgresql.enabled
name: postgresql
@@ -29,4 +29,4 @@ name: odoo
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/odoo
- https://www.odoo.com/
version: 23.0.1
version: 23.0.2
+2 -2
View File
@@ -82,7 +82,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.20221015-debian-11-r0` |
| `image.tag` | Odoo image tag (immutable tags are recommended) | `16.0.20221115-debian-11-r0` |
| `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 | `[]` |
@@ -404,4 +404,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
+1 -1
View File
@@ -69,7 +69,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/odoo
tag: 16.0.20221015-debian-11-r0
tag: 16.0.20221115-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'