From e8da862861b7d9e6c04ccdc64da3707ae9263a3f Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:35:44 +0200 Subject: [PATCH 1/2] feat(nginx): lower client_max_body_size Signed-off-by: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> --- charts/nextcloud/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From b3f5e65b887b51d998e1a2aeee2e981b4111eee7 Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:17:31 +0200 Subject: [PATCH 2/2] Bump helm chart version Signed-off-by: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> --- charts/nextcloud/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.