Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-06 17:50:15 +00:00
parent a78c30a3b7
commit 8b50c47327
12 changed files with 18 additions and 23 deletions

View File

@ -1,9 +0,0 @@
## [cloudflareddns-4.0.0](https://github.com/truecharts/charts/compare/cloudflareddns-3.0.10...cloudflareddns-4.0.0) (2023-01-06)
### Feat
- BREAKING CHANGE - Rewrite GUI ([#5995](https://github.com/truecharts/charts/issues/5995))

View File

@ -4,6 +4,11 @@
## [cloudflareddns-4.0.1](https://github.com/truecharts/charts/compare/cloudflareddns-4.0.0...cloudflareddns-4.0.1) (2023-01-06)
## [cloudflareddns-4.0.0](https://github.com/truecharts/charts/compare/cloudflareddns-3.0.10...cloudflareddns-4.0.0) (2023-01-06)
### Feat
@ -92,8 +97,3 @@
## [cloudflareddns-3.0.3](https://github.com/truecharts/charts/compare/cloudflareddns-3.0.2...cloudflareddns-3.0.3) (2022-11-30)

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/hotio/cloudflareddns
- https://hotio.dev/containers/cloudflareddns/
type: application
version: 4.0.0
version: 4.0.1
annotations:
truecharts.org/catagories: |
- networking

View File

@ -0,0 +1,4 @@
## [cloudflareddns-4.0.1](https://github.com/truecharts/charts/compare/cloudflareddns-4.0.0...cloudflareddns-4.0.1) (2023-01-06)

View File

@ -82,6 +82,12 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: api_key
label: CF API Key
schema:
type: string
private: true
default: ""
- variable: user
label: CF User
description: Cloudflare Username (eg. your.cf.email@example.com)
@ -94,12 +100,6 @@ questions:
type: string
private: true
default: ""
- variable: api_key
label: CF API Key
schema:
type: string
private: true
default: ""
- variable: api_token_zone
label: CF API Token Zone
schema:
@ -140,7 +140,7 @@ questions:
description: dig-opendns.com
- variable: detect_override
label: Detection mode Override
description: If you want to set DETECTION_MODE to 'local:eth0' for a local interface, this will override the dropdown selection
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: ""

View File

@ -6,7 +6,7 @@
{{- $domains := list }}
{{- $records := list }}
{{- $zones := list }}
{{- range $item := $cfddns.host_and_record }}
{{- range $item := $cfddns.host_zone_record }}
{{- $domains = mustAppend $domains $item.domain }}
{{- $records = mustAppend $records $item.record }}
{{- $zones = mustAppend $zones $item.zone }}