diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index bf9dc721..f2690bb9 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 9.1.1 +version: 9.1.2 # renovate: image=docker.io/library/nextcloud appVersion: 33.0.4 description: A file sharing server that puts the control and security of your own data back into your hands. diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index 1c0bec01..26be3884 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -416,7 +416,7 @@ nginx: # Added in server block of default config. serverBlockCustom: | # set max upload size - client_max_body_size 10G; + client_max_body_size 512M; client_body_timeout 300s; fastcgi_buffers 64 4K; fastcgi_read_timeout 3600s;