Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-12-20 14:23:08 +00:00
parent 3b3b206f2c
commit e3a5b07f25
13 changed files with 27 additions and 20 deletions

View File

@@ -1,9 +0,0 @@
## [etesync-5.0.13](https://github.com/truecharts/charts/compare/etesync-5.0.12...etesync-5.0.13) (2023-12-20)
### Chore
- Bump everything to force min/max scale version update

View File

@@ -4,6 +4,15 @@
## [etesync-5.1.0](https://github.com/truecharts/charts/compare/etesync-5.0.13...etesync-5.1.0) (2023-12-20)
### Fix
- respect config changes after initial deploy ([#15080](https://github.com/truecharts/charts/issues/15080))
## [etesync-5.0.13](https://github.com/truecharts/charts/compare/etesync-5.0.12...etesync-5.0.13) (2023-12-20)
### Chore
@@ -88,12 +97,3 @@
## [etesync-5.0.6](https://github.com/truecharts/charts/compare/etesync-5.0.5...etesync-5.0.6) (2023-11-05)
### Chore
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
## [etesync-5.0.5](https://github.com/truecharts/charts/compare/etesync-5.0.4...etesync-5.0.5) (2023-11-03)
### Chore

View File

@@ -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

View File

@@ -0,0 +1,9 @@
## [etesync-5.1.0](https://github.com/truecharts/charts/compare/etesync-5.0.13...etesync-5.1.0) (2023-12-20)
### Fix
- respect config changes after initial deploy ([#15080](https://github.com/truecharts/charts/issues/15080))

View File

@@ -28,6 +28,7 @@ workload:
type: tcp
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
REGEN_INI: true
# App
SERVER: http
AUTO_UPDATE: true

View File

@@ -165,7 +165,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)"