Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
9
stable/etesync/5.1.0/app-changelog.md
Normal file
9
stable/etesync/5.1.0/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ workload:
|
||||
type: tcp
|
||||
env:
|
||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
REGEN_INI: true
|
||||
# App
|
||||
SERVER: http
|
||||
AUTO_UPDATE: true
|
||||
@@ -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)"
|
||||
Reference in New Issue
Block a user