Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-07 10:23:57 +00:00
parent 39ab2ecc34
commit 8d6b07cdf3
13 changed files with 26 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
## [external-dns-0.0.4](https://github.com/truecharts/charts/compare/external-dns-0.0.3...external-dns-0.0.4) (2023-11-07)
### Fix
- Fix hidden provider credentials ([#14404](https://github.com/truecharts/charts/issues/14404))

View File

@@ -4,6 +4,15 @@
## [external-dns-0.0.5](https://github.com/truecharts/charts/compare/external-dns-0.0.4...external-dns-0.0.5) (2023-11-07)
### Feat
- Add CF_API_TOKEN support ([#14414](https://github.com/truecharts/charts/issues/14414))
## [external-dns-0.0.4](https://github.com/truecharts/charts/compare/external-dns-0.0.3...external-dns-0.0.4) (2023-11-07)
### Fix

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/external-dns
- https://github.com/kubernetes-sigs/external-dns
type: application
version: 0.0.4
version: 0.0.5
annotations:
truecharts.org/category: networking
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [external-dns-0.0.5](https://github.com/truecharts/charts/compare/external-dns-0.0.4...external-dns-0.0.5) (2023-11-07)
### Feat
- Add CF_API_TOKEN support ([#14414](https://github.com/truecharts/charts/issues/14414))

View File

@@ -44,6 +44,7 @@ workload:
startup:
path: "/healthz"
env:
CF_API_TOKEN: ""
CF_API_KEY: ""
CF_API_EMAIL: ""
DO_TOKEN: ""

View File

@@ -105,6 +105,12 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: CF_API_TOKEN
label: Cloudflare API Token (preferred)
description: Cloudflare API Token, optimal when using with Cloudflare
schema:
type: string
default: ""
- variable: CF_API_KEY
label: Cloudflare API Key
description: Cloudflare API Key if not using the preferred API Token