diff --git a/charts/premium/nextcloud/Chart.yaml b/charts/premium/nextcloud/Chart.yaml index 6fea6762c3f..1f63cbdf5fb 100644 --- a/charts/premium/nextcloud/Chart.yaml +++ b/charts/premium/nextcloud/Chart.yaml @@ -49,4 +49,4 @@ sources: - https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/nginxinc/nginx-unprivileged type: application -version: 32.8.8 +version: 32.8.9 diff --git a/charts/premium/nextcloud/values.yaml b/charts/premium/nextcloud/values.yaml index 617c11838a9..15c051854b6 100644 --- a/charts/premium/nextcloud/values.yaml +++ b/charts/premium/nextcloud/values.yaml @@ -521,7 +521,15 @@ redis: portal: open: enabled: true -updated: true + +ingressMiddlewares: + traefik: + nextcloud-redirect: + enabled: false + type: redirectRegex + data: + regex: "https://(.*)/.well-known/(card|cal)dav" + replacement: "https://${1}/remote.php/dav/" ingress: main: