Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c5dfdeb09f
commit
c6b25d4b5e
|
@ -1,10 +0,0 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="cloudflareddns-0.0.1"></a>
|
||||
### cloudflareddns-0.0.1 (2022-07-02)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add CloudflareDDNS to incubator ([#3037](https://github.com/truecharts/apps/issues/3037))
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="cloudflareddns-0.0.2"></a>
|
||||
### [cloudflareddns-0.0.2](https://github.com/truecharts/apps/compare/cloudflareddns-0.0.1...cloudflareddns-0.0.2) (2022-07-03)
|
||||
|
||||
#### Chore
|
||||
|
||||
* Auto-update chart README [skip ci]
|
||||
|
||||
#### Fix
|
||||
|
||||
* Fix CF_ZONES env var ([#3054](https://github.com/truecharts/apps/issues/3054))
|
||||
|
||||
|
||||
|
||||
<a name="cloudflareddns-0.0.1"></a>
|
||||
### cloudflareddns-0.0.1 (2022-07-02)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add CloudflareDDNS to incubator ([#3037](https://github.com/truecharts/apps/issues/3037))
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.1.4
|
||||
digest: sha256:0f159b86b96bd27bd8d967476e26de9a2a6db995faf0c091cbf1281ee4c4e3a2
|
||||
generated: "2022-07-02T12:54:11.632640633Z"
|
||||
generated: "2022-07-03T07:13:33.011745181Z"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: cloudflareddns
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
appVersion: "latest"
|
||||
description: Update your Cloudflare DNS records using dynamically
|
||||
type: application
|
|
@ -221,19 +221,25 @@ questions:
|
|||
description: "If you want to set DETECTION_MODE to 'local:eth0' for a local interface, this will override the dropdown selection"
|
||||
schema:
|
||||
type: string
|
||||
default: "local:eth0"
|
||||
default: ""
|
||||
- variable: CF_USER
|
||||
label: "CF_USER"
|
||||
description: "Cloudflare Username"
|
||||
description: "Cloudflare Username (eg. your.cf.email@example.com)"
|
||||
schema:
|
||||
type: string
|
||||
default: "your.cf.email@example.com"
|
||||
default: ""
|
||||
- variable: CF_HOSTS
|
||||
label: "CF_HOSTS"
|
||||
description: "Cloudflare Hosts (Domains)"
|
||||
description: "Cloudflare Hosts (Domains) (eg. test.example.com;test.foobar.com)"
|
||||
schema:
|
||||
type: string
|
||||
default: "test.example.com;test.foobar.com"
|
||||
default: ""
|
||||
- variable: CF_ZONES
|
||||
label: "CF_ZONES"
|
||||
description: "Cloudflare DNS Zones (eg. example.com;foobar.com;foobar.com)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: CF_RECORDTYPES
|
||||
label: "CF_RECORDTYPES"
|
||||
description: "Cloudflare DNS Zones"
|
|
@ -22,4 +22,3 @@ hide:
|
|||
|
||||
|
||||
##### Scan Results
|
||||
|
Loading…
Reference in New Issue