set MARIADB_AUTO_UPGRADE=1
All checks were successful
renovate / renovate (push) Successful in 8m41s
All checks were successful
renovate / renovate (push) Successful in 8m41s
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nextcloud-db
|
||||
image: mariadb:11.8.3
|
||||
image: mariadb:12.0.2
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
env:
|
||||
@@ -33,6 +33,8 @@ spec:
|
||||
value: "nextcloud"
|
||||
- name: MYSQL_USER
|
||||
value: "nextcloud"
|
||||
- name: MARIADB_AUTO_UPGRADE
|
||||
value: "1"
|
||||
volumeMounts:
|
||||
- name: nextcloud-db-storage
|
||||
mountPath: /var/lib/mysql
|
||||
|
||||
Reference in New Issue
Block a user