[bitnami/redmine] Upgrade MariaDB to version 10.11 (#16179)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez
2023-04-22 09:57:28 +02:00
committed by GitHub
parent 1426b53a4d
commit e7fc23a382
3 changed files with 9 additions and 5 deletions

View File

@@ -4,9 +4,9 @@ dependencies:
version: 12.2.8
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.5.7
version: 12.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.4
digest: sha256:6e877e62b43d499ccd08e203dcb61014b0ed1ead6de3c17984f46d072c9383c5
generated: "2023-04-20T09:36:32.573399+02:00"
digest: sha256:bdb81b2a124aebf69aecc8b19fccfc3e002910d313b86a0111519141a7efa7e8
generated: "2023-04-21T17:35:57.945477+02:00"

View File

@@ -11,7 +11,7 @@ dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.x.x
version: 12.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -36,4 +36,4 @@ name: redmine
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/redmine
- https://www.redmine.org/
version: 21.2.0
version: 22.0.0

View File

@@ -554,6 +554,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 22.0.0
This major release bumps the MariaDB version to 10.11. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-10-6-to-mariadb-10-11/) for upgrading from MariaDB 10.6 to 10.11. No major issues are expected during the upgrade.
### To 21.0.0
This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version.