diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index f1a89a0dd2e..a4507061931 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: etesync -version: 5.0.13 +version: 5.1.0 appVersion: 0.11.0 description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. home: https://truecharts.org/charts/stable/etesync diff --git a/charts/stable/etesync/questions.yaml b/charts/stable/etesync/questions.yaml index a16f98aedc6..31bd7d31a0f 100644 --- a/charts/stable/etesync/questions.yaml +++ b/charts/stable/etesync/questions.yaml @@ -23,7 +23,13 @@ questions: schema: additional_attrs: true type: dict - attrs: + attrs: REGEN_INI: + - variable: REGEN_INI + label: "Always recreate Config" + description: "This ensures that everytime you restart the program it recreates the config file" + schema: + type: boolean + default: true - variable: ALLOWED_HOSTS label: "ALLOWED_HOSTS" description: "Must be a valid domain or * (* is not recommended for production)" diff --git a/charts/stable/etesync/values.yaml b/charts/stable/etesync/values.yaml index b10b69cac70..59f3ab69208 100644 --- a/charts/stable/etesync/values.yaml +++ b/charts/stable/etesync/values.yaml @@ -28,6 +28,7 @@ workload: type: tcp env: PORT: "{{ .Values.service.main.ports.main.port }}" + REGEN_INI: true # App SERVER: http AUTO_UPDATE: true