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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nextcloud-db
|
- name: nextcloud-db
|
||||||
image: mariadb:11.8.3
|
image: mariadb:12.0.2
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3306
|
- containerPort: 3306
|
||||||
env:
|
env:
|
||||||
@@ -33,6 +33,8 @@ spec:
|
|||||||
value: "nextcloud"
|
value: "nextcloud"
|
||||||
- name: MYSQL_USER
|
- name: MYSQL_USER
|
||||||
value: "nextcloud"
|
value: "nextcloud"
|
||||||
|
- name: MARIADB_AUTO_UPGRADE
|
||||||
|
value: "1"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-db-storage
|
- name: nextcloud-db-storage
|
||||||
mountPath: /var/lib/mysql
|
mountPath: /var/lib/mysql
|
||||||
|
|||||||
Reference in New Issue
Block a user