fix(mycloud-nextcloud): update nextcloud

make it possible to use #630
This commit is contained in:
WrenIX 2024-10-22 10:34:03 +02:00
parent 44b14f25f7
commit 5b7c6eff7a
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 8 additions and 3 deletions

View file

@ -257,7 +257,7 @@ image::https://img.shields.io/badge/Version-application-informational?style=flat
| chart.ref | chart.ref
| object | object
| `{"branch":"feat/imaginary"}` | `{"branch":"main"}`
| for default set: null | for default set: null
| chart.url | chart.url
@ -315,6 +315,11 @@ image::https://img.shields.io/badge/Version-application-informational?style=flat
| `"en"` | `"en"`
| |
| default.maintenanceWindowStart
| int
| `1`
|
| default.phoneRegion | default.phoneRegion
| string | string
| `"GB"` | `"GB"`

View file

@ -202,8 +202,8 @@ spec:
nginx: nginx:
enabled: true enabled: true
config: config:
header: headers:
hsts: "max-age=15768000; includeSubDomains; preload;" "Strict-Transport-Security": "max-age=15768000; includeSubDomains; preload;"
imaginary: imaginary:
enabled: {{ toYaml .Values.imaginary.enabled }} enabled: {{ toYaml .Values.imaginary.enabled }}