[bitnami/drupal] Upgrade MariaDB 11.2 (#21680)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez
2023-12-20 12:25:51 +01:00
committed by GitHub
parent 4b90a1c595
commit 2eef02eec6
3 changed files with 9 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.1.4
version: 15.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.14.1
digest: sha256:a3c5a911d628ce29de05810e3e58e84843950e6cfac06f440cd6341a1e7f49ad
generated: "2023-12-19T20:42:58.511339607Z"
digest: sha256:f004beca8d3e9099f278fd0210edc0d1fec77f83bff9cddc888388f2119dd9c8
generated: "2023-12-20T10:53:44.570856+01:00"

View File

@@ -17,7 +17,7 @@ dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.x.x
version: 15.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -40,4 +40,4 @@ maintainers:
name: drupal
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/drupal
version: 16.1.8
version: 17.0.0

View File

@@ -417,6 +417,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 17.0.0
This major release bumps the MariaDB version to 11.2. No major issues are expected during the upgrade.
### To 16.0.0
This major release bumps the MariaDB version to 11.1. No major issues are expected during the upgrade.