Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-04-24 16:13:52 +00:00
parent 0174112ed3
commit 579dd059ce
13 changed files with 18 additions and 11 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="duckdns-1.0.14"></a>
### [duckdns-1.0.14](https://github.com/truecharts/apps/compare/duckdns-1.0.13...duckdns-1.0.14) (2022-04-24)
#### Chore
* add logfile option in gui ([#2552](https://github.com/truecharts/apps/issues/2552))
<a name="duckdns-1.0.13"></a>
### [duckdns-1.0.13](https://github.com/truecharts/apps/compare/duckdns-1.0.12...duckdns-1.0.13) (2022-04-24)
@ -88,12 +97,3 @@
<a name="duckdns-1.0.0"></a>
### [duckdns-1.0.0](https://github.com/truecharts/apps/compare/duckdns-0.0.23...duckdns-1.0.0) (2022-03-03)
#### Chore
* remove fixed env from questions.yaml
* remove PUID from per-app env-vars if set to 568
* update helm general major helm releases ([#2021](https://github.com/truecharts/apps/issues/2021))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 9.2.9
digest: sha256:a85b7b0cfb97dbbbe2d725f347e04669e63b233a35e17c9d699ee4567899064d
generated: "2022-04-24T10:40:54.489713412Z"
generated: "2022-04-24T16:07:39.099813371Z"

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: duckdns
version: 1.0.13
version: 1.0.14
appVersion: "latest"
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
type: application

View File

@ -16,6 +16,7 @@ secret:
env:
SUBDOMAINS: ""
LOG_FILE: false
service:
main:

View File

@ -173,6 +173,12 @@ questions:
schema:
type: string
default: ""
- variable: LOG_FILE
label: "LOG_FILE"
description: "LOG_FILE"
schema:
type: boolean
default: false
- variable: TZ
label: "Timezone"
group: "Container Configuration"