feat: update mariadb to v11

This commit is contained in:
Michael Kriese 2023-01-03 22:10:09 +01:00
parent 6a332543ba
commit fa3d9e9500
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
5 changed files with 19 additions and 18 deletions

View file

@ -452,7 +452,7 @@ mysql:
## @param mariadb.auth.username Username of the new user to create.
## @param mariadb.auth.password Password for the new user. Ignored if existing secret is provided
## @param mariadb.auth.rootPassword Password for the root user.
## @param mariadb.primary.service.port Port to connect to MariaDB service
## @param mariadb.primary.service.ports.mysql Port to connect to MariaDB service
## @param mariadb.primary.persistence.size Persistence size for MariaDB
mariadb:
enabled: false
@ -463,7 +463,8 @@ mariadb:
rootPassword: gitea
primary:
service:
port: 3306
ports:
mysql: 3306
persistence:
size: 10Gi