From 5b7c6eff7aa157757d3da046c2c018351d9955fc Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 22 Oct 2024 10:34:03 +0200 Subject: [PATCH] fix(mycloud-nextcloud): update nextcloud make it possible to use #630 --- mycloud-nextcloud/README.adoc | 7 ++++++- mycloud-nextcloud/templates/release.yaml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/mycloud-nextcloud/README.adoc b/mycloud-nextcloud/README.adoc index 94e0bc4..a38862e 100644 --- a/mycloud-nextcloud/README.adoc +++ b/mycloud-nextcloud/README.adoc @@ -257,7 +257,7 @@ image::https://img.shields.io/badge/Version-application-informational?style=flat | chart.ref | object -| `{"branch":"feat/imaginary"}` +| `{"branch":"main"}` | for default set: null | chart.url @@ -315,6 +315,11 @@ image::https://img.shields.io/badge/Version-application-informational?style=flat | `"en"` | +| default.maintenanceWindowStart +| int +| `1` +| + | default.phoneRegion | string | `"GB"` diff --git a/mycloud-nextcloud/templates/release.yaml b/mycloud-nextcloud/templates/release.yaml index 0903d35..4d4627f 100644 --- a/mycloud-nextcloud/templates/release.yaml +++ b/mycloud-nextcloud/templates/release.yaml @@ -202,8 +202,8 @@ spec: nginx: enabled: true config: - header: - hsts: "max-age=15768000; includeSubDomains; preload;" + headers: + "Strict-Transport-Security": "max-age=15768000; includeSubDomains; preload;" imaginary: enabled: {{ toYaml .Values.imaginary.enabled }}