[bitnami/phpbb] Update MariaDB chart to 13.0 (#18113)

* [bitnami/phpbb] Update MariaDB chart to 13.0

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* [bitnami/phpbb] Fix linter

Signed-off-by: Jota Martos <jotamartos@vmware.com>

---------

Signed-off-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
Juan José Martos
2023-08-01 16:24:54 +02:00
committed by GitHub
parent c647662125
commit 8ff9e4d3cb
3 changed files with 10 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.2.9
version: 13.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.6.0
digest: sha256:f5c9a9a22f16c7fddacda943531fda057b6f544423510e8d0b07ca7689a6cee2
generated: "2023-07-26T05:44:49.206060172Z"
digest: sha256:47c1c3ea2e0b0ac81960b61519cebd8dc1a8ff5060c66213775a1a1ad373a506
generated: "2023-08-01T13:34:36.991006+02:00"

View File

@@ -10,7 +10,7 @@ dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.x.x
version: 13.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -30,4 +30,4 @@ maintainers:
name: phpbb
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/phpbb
version: 13.1.7
version: 14.0.0

View File

@@ -350,6 +350,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 14.0.0
This major release bumps the MariaDB version to 11.0. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-10-11-to-mariadb-11-0/) for upgrading from MariaDB 10.11 to 11.0. No major issues are expected during the upgrade.
### To 13.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.