Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-07 00:48:19 +00:00
parent b823b6bdb7
commit 09ada1fad2
13 changed files with 21 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [external-dns-0.0.3](https://github.com/truecharts/charts/compare/external-dns-0.0.2...external-dns-0.0.3) (2023-11-06)
### Fix
- update description ([#14385](https://github.com/truecharts/charts/issues/14385))

View File

@ -4,6 +4,15 @@
## [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))
## [external-dns-0.0.3](https://github.com/truecharts/charts/compare/external-dns-0.0.2...external-dns-0.0.3) (2023-11-06)
### 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.3
version: 0.0.4
annotations:
truecharts.org/category: networking
truecharts.org/SCALE-support: "true"

View File

@ -5,7 +5,7 @@
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -0,0 +1,9 @@
## [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

@ -100,7 +100,7 @@ questions:
type: dict
attrs:
- variable: env
label: "Provider Credentials"
label: "Provider Specific Credentials - Main Config Below"
schema:
additional_attrs: true
type: dict
@ -110,14 +110,12 @@ questions:
description: Cloudflare API Key if not using the preferred API Token
schema:
type: string
show_if: [["provider", "=", "cloudflare"]]
default: ""
- variable: CF_API_EMAIL
label: Cloudflare API Email
description: Cloudflare API email if not using the preferred API Token
schema:
type: string
show_if: [["provider", "=", "cloudflare"]]
default: ""
- variable: DO_TOKEN
label: Digitalocean API Key
@ -130,21 +128,18 @@ questions:
description:
schema:
type: string
show_if: [["provider", "=", "dnsimple"]]
default: ""
- variable: LINODE_TOKEN
label: Linode PI Key
description: Needed for read / write access on Linode
schema:
type: string
show_if: [["provider", "=", "linode"]]
default: ""
- variable: OVH_APPLICATION_KEY
label: OVH Application Key
description: OVH Application Key
schema:
type: string
show_if: [["provider", "=", "ovh"]]
default: ""
- variable: OVH_APPLICATION_SECRET
label: OVH Application Secret
@ -157,21 +152,18 @@ questions:
description: Your OVH Consumer key after validated link
schema:
type: string
show_if: [["provider", "=", "ovh"]]
default: ""
- variable: SCW_ACCESS_KEY
label: Scaleway Access Key
description: Your Scaleway Access Key
schema:
type: string
show_if: [["provider", "=", "scaleway"]]
default: ""
- variable: SCW_SECRET_KEY
label: Scaleway Secret Key
description: Your Scaleway Secret Key
schema:
type: string
show_if: [["provider", "=", "scaleway"]]
default: ""
- variable: envList
label: Extra Environment Variables