Deploy 29.0.7.2-1 and set config to not read only
This commit is contained in:
parent
aaae51d17b
commit
73db86588c
|
@ -26,7 +26,7 @@ data:
|
|||
),
|
||||
),
|
||||
'appstoreenabled' => false,
|
||||
'config_is_read_only' => true,
|
||||
'config_is_read_only' => false,
|
||||
'csrf.disabled' => true,
|
||||
'datadirectory' => '/var/www/html/data',
|
||||
'dbhost' => '{{MYSQL_HOST}}:{{MYSQL_PORT}}',
|
||||
|
|
|
@ -30,7 +30,7 @@ spec:
|
|||
restartPolicy: Always
|
||||
containers:
|
||||
- name: customer
|
||||
image: docker.sunet.se/drive/nextcloud-custom:29.0.4.2-4
|
||||
image: docker.sunet.se/drive/nextcloud-custom:29.0.7.2-1
|
||||
volumeMounts:
|
||||
- name: nextcloud-data
|
||||
mountPath: /var/www/html/config/
|
||||
|
|
Loading…
Reference in a new issue