Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b823b6bdb7
commit
09ada1fad2
|
@ -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))
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [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
|
### Fix
|
|
@ -22,7 +22,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/external-dns
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/external-dns
|
||||||
- https://github.com/kubernetes-sigs/external-dns
|
- https://github.com/kubernetes-sigs/external-dns
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: networking
|
truecharts.org/category: networking
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -5,7 +5,7 @@
|
||||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
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.
|
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)**
|
**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)**
|
||||||
|
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: env
|
- variable: env
|
||||||
label: "Provider Credentials"
|
label: "Provider Specific Credentials - Main Config Below"
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
|
@ -110,14 +110,12 @@ questions:
|
||||||
description: Cloudflare API Key if not using the preferred API Token
|
description: Cloudflare API Key if not using the preferred API Token
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["provider", "=", "cloudflare"]]
|
|
||||||
default: ""
|
default: ""
|
||||||
- variable: CF_API_EMAIL
|
- variable: CF_API_EMAIL
|
||||||
label: Cloudflare API Email
|
label: Cloudflare API Email
|
||||||
description: Cloudflare API email if not using the preferred API Token
|
description: Cloudflare API email if not using the preferred API Token
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["provider", "=", "cloudflare"]]
|
|
||||||
default: ""
|
default: ""
|
||||||
- variable: DO_TOKEN
|
- variable: DO_TOKEN
|
||||||
label: Digitalocean API Key
|
label: Digitalocean API Key
|
||||||
|
@ -130,21 +128,18 @@ questions:
|
||||||
description:
|
description:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["provider", "=", "dnsimple"]]
|
|
||||||
default: ""
|
default: ""
|
||||||
- variable: LINODE_TOKEN
|
- variable: LINODE_TOKEN
|
||||||
label: Linode PI Key
|
label: Linode PI Key
|
||||||
description: Needed for read / write access on Linode
|
description: Needed for read / write access on Linode
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["provider", "=", "linode"]]
|
|
||||||
default: ""
|
default: ""
|
||||||
- variable: OVH_APPLICATION_KEY
|
- variable: OVH_APPLICATION_KEY
|
||||||
label: OVH Application Key
|
label: OVH Application Key
|
||||||
description: OVH Application Key
|
description: OVH Application Key
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["provider", "=", "ovh"]]
|
|
||||||
default: ""
|
default: ""
|
||||||
- variable: OVH_APPLICATION_SECRET
|
- variable: OVH_APPLICATION_SECRET
|
||||||
label: OVH Application Secret
|
label: OVH Application Secret
|
||||||
|
@ -157,21 +152,18 @@ questions:
|
||||||
description: Your OVH Consumer key after validated link
|
description: Your OVH Consumer key after validated link
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["provider", "=", "ovh"]]
|
|
||||||
default: ""
|
default: ""
|
||||||
- variable: SCW_ACCESS_KEY
|
- variable: SCW_ACCESS_KEY
|
||||||
label: Scaleway Access Key
|
label: Scaleway Access Key
|
||||||
description: Your Scaleway Access Key
|
description: Your Scaleway Access Key
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["provider", "=", "scaleway"]]
|
|
||||||
default: ""
|
default: ""
|
||||||
- variable: SCW_SECRET_KEY
|
- variable: SCW_SECRET_KEY
|
||||||
label: Scaleway Secret Key
|
label: Scaleway Secret Key
|
||||||
description: Your Scaleway Secret Key
|
description: Your Scaleway Secret Key
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["provider", "=", "scaleway"]]
|
|
||||||
default: ""
|
default: ""
|
||||||
- variable: envList
|
- variable: envList
|
||||||
label: Extra Environment Variables
|
label: Extra Environment Variables
|
Loading…
Reference in New Issue