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,
|
'appstoreenabled' => false,
|
||||||
'config_is_read_only' => true,
|
'config_is_read_only' => false,
|
||||||
'csrf.disabled' => true,
|
'csrf.disabled' => true,
|
||||||
'datadirectory' => '/var/www/html/data',
|
'datadirectory' => '/var/www/html/data',
|
||||||
'dbhost' => '{{MYSQL_HOST}}:{{MYSQL_PORT}}',
|
'dbhost' => '{{MYSQL_HOST}}:{{MYSQL_PORT}}',
|
||||||
|
|
|
@ -30,7 +30,7 @@ spec:
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
containers:
|
containers:
|
||||||
- name: customer
|
- 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:
|
volumeMounts:
|
||||||
- name: nextcloud-data
|
- name: nextcloud-data
|
||||||
mountPath: /var/www/html/config/
|
mountPath: /var/www/html/config/
|
||||||
|
|
Loading…
Reference in a new issue