Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
9
incubator/external-dns/0.0.5/app-changelog.md
Normal file
9
incubator/external-dns/0.0.5/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ workload:
|
||||
startup:
|
||||
path: "/healthz"
|
||||
env:
|
||||
CF_API_TOKEN: ""
|
||||
CF_API_KEY: ""
|
||||
CF_API_EMAIL: ""
|
||||
DO_TOKEN: ""
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user