diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index da705124dde..533d42648b7 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -52,5 +52,5 @@ sources: - https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/nginxinc/nginx-unprivileged type: application -version: 39.0.0 +version: 40.0.0 diff --git a/charts/stable/nextcloud/templates/_configmap.tpl b/charts/stable/nextcloud/templates/_configmap.tpl index bacb701f300..2e1aa437e8d 100644 --- a/charts/stable/nextcloud/templates/_configmap.tpl +++ b/charts/stable/nextcloud/templates/_configmap.tpl @@ -326,7 +326,7 @@ nginx-config: # with the `ngx_pagespeed` module, uncomment this line to disable it. #pagespeed off; - include mime.types; + include /etc/nginx/mime.types; types { text/javascript js mjs; } @@ -407,7 +407,7 @@ nginx-config: try_files $fastcgi_script_name =404; - include fastcgi_params; + include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $path_info; #fastcgi_param HTTPS on; diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index 98f54bc36cc..178faf2f186 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -3,9 +3,9 @@ image: pullPolicy: IfNotPresent tag: "32.0.1" nginxImage: - repository: docker.io/nginxinc/nginx-unprivileged + repository: oci.trueforge.org/containerforge/nginx pullPolicy: IfNotPresent - tag: 1.29.2@sha256:552407349aa673f06dc15c2c489fd585a1ff953b37533ed843ba0601e4d02d77 + tag: "1.24.0" imaginaryImage: repository: oci.trueforge.org/containerforge/nextcloud-imaginary pullPolicy: IfNotPresent @@ -458,7 +458,7 @@ persistence: targetSelector: nginx: nginx: - mountPath: /etc/nginx/nginx.conf + mountPath: /config/nginx.conf subPath: nginx.conf readOnly: true nginx-temp: