Deploy 29.0.7.2-1 and set config to not read only

This commit is contained in:
Micke Nordin 2024-10-01 11:17:41 +02:00
parent aaae51d17b
commit 73db86588c
2 changed files with 2 additions and 2 deletions

View file

@ -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}}',

View file

@ -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/