From 09ada1fad203728df86085f50a197cc7ad94bacd Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 7 Nov 2023 00:48:19 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/external-dns/0.0.3/app-changelog.md | 9 --------- .../external-dns/{0.0.3 => 0.0.4}/CHANGELOG.md | 9 +++++++++ incubator/external-dns/{0.0.3 => 0.0.4}/Chart.yaml | 2 +- incubator/external-dns/{0.0.3 => 0.0.4}/README.md | 2 +- incubator/external-dns/0.0.4/app-changelog.md | 9 +++++++++ .../external-dns/{0.0.3 => 0.0.4}/app-readme.md | 0 .../{0.0.3 => 0.0.4}/charts/common-14.2.3.tgz | Bin .../external-dns/{0.0.3 => 0.0.4}/ix_values.yaml | 0 .../external-dns/{0.0.3 => 0.0.4}/questions.yaml | 10 +--------- .../{0.0.3 => 0.0.4}/templates/NOTES.txt | 0 .../{0.0.3 => 0.0.4}/templates/_args.tpl | 0 .../{0.0.3 => 0.0.4}/templates/common.yaml | 0 incubator/external-dns/{0.0.3 => 0.0.4}/values.yaml | 0 13 files changed, 21 insertions(+), 20 deletions(-) delete mode 100644 incubator/external-dns/0.0.3/app-changelog.md rename incubator/external-dns/{0.0.3 => 0.0.4}/CHANGELOG.md (74%) rename incubator/external-dns/{0.0.3 => 0.0.4}/Chart.yaml (98%) rename incubator/external-dns/{0.0.3 => 0.0.4}/README.md (93%) create mode 100644 incubator/external-dns/0.0.4/app-changelog.md rename incubator/external-dns/{0.0.3 => 0.0.4}/app-readme.md (100%) rename incubator/external-dns/{0.0.3 => 0.0.4}/charts/common-14.2.3.tgz (100%) rename incubator/external-dns/{0.0.3 => 0.0.4}/ix_values.yaml (100%) rename incubator/external-dns/{0.0.3 => 0.0.4}/questions.yaml (99%) rename incubator/external-dns/{0.0.3 => 0.0.4}/templates/NOTES.txt (100%) rename incubator/external-dns/{0.0.3 => 0.0.4}/templates/_args.tpl (100%) rename incubator/external-dns/{0.0.3 => 0.0.4}/templates/common.yaml (100%) rename incubator/external-dns/{0.0.3 => 0.0.4}/values.yaml (100%) diff --git a/incubator/external-dns/0.0.3/app-changelog.md b/incubator/external-dns/0.0.3/app-changelog.md deleted file mode 100644 index bd2fcf3f89a..00000000000 --- a/incubator/external-dns/0.0.3/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/incubator/external-dns/0.0.3/CHANGELOG.md b/incubator/external-dns/0.0.4/CHANGELOG.md similarity index 74% rename from incubator/external-dns/0.0.3/CHANGELOG.md rename to incubator/external-dns/0.0.4/CHANGELOG.md index 818f07a41ad..879e79bc823 100644 --- a/incubator/external-dns/0.0.3/CHANGELOG.md +++ b/incubator/external-dns/0.0.4/CHANGELOG.md @@ -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 diff --git a/incubator/external-dns/0.0.3/Chart.yaml b/incubator/external-dns/0.0.4/Chart.yaml similarity index 98% rename from incubator/external-dns/0.0.3/Chart.yaml rename to incubator/external-dns/0.0.4/Chart.yaml index fa080a02787..73cfaa2ae87 100644 --- a/incubator/external-dns/0.0.3/Chart.yaml +++ b/incubator/external-dns/0.0.4/Chart.yaml @@ -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" diff --git a/incubator/external-dns/0.0.3/README.md b/incubator/external-dns/0.0.4/README.md similarity index 93% rename from incubator/external-dns/0.0.3/README.md rename to incubator/external-dns/0.0.4/README.md index e0a9b8fa8d7..83229a60265 100644 --- a/incubator/external-dns/0.0.3/README.md +++ b/incubator/external-dns/0.0.4/README.md @@ -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)** diff --git a/incubator/external-dns/0.0.4/app-changelog.md b/incubator/external-dns/0.0.4/app-changelog.md new file mode 100644 index 00000000000..f150d49447f --- /dev/null +++ b/incubator/external-dns/0.0.4/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/incubator/external-dns/0.0.3/app-readme.md b/incubator/external-dns/0.0.4/app-readme.md similarity index 100% rename from incubator/external-dns/0.0.3/app-readme.md rename to incubator/external-dns/0.0.4/app-readme.md diff --git a/incubator/external-dns/0.0.3/charts/common-14.2.3.tgz b/incubator/external-dns/0.0.4/charts/common-14.2.3.tgz similarity index 100% rename from incubator/external-dns/0.0.3/charts/common-14.2.3.tgz rename to incubator/external-dns/0.0.4/charts/common-14.2.3.tgz diff --git a/incubator/external-dns/0.0.3/ix_values.yaml b/incubator/external-dns/0.0.4/ix_values.yaml similarity index 100% rename from incubator/external-dns/0.0.3/ix_values.yaml rename to incubator/external-dns/0.0.4/ix_values.yaml diff --git a/incubator/external-dns/0.0.3/questions.yaml b/incubator/external-dns/0.0.4/questions.yaml similarity index 99% rename from incubator/external-dns/0.0.3/questions.yaml rename to incubator/external-dns/0.0.4/questions.yaml index e085d7c9514..56d242cdd7f 100644 --- a/incubator/external-dns/0.0.3/questions.yaml +++ b/incubator/external-dns/0.0.4/questions.yaml @@ -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 diff --git a/incubator/external-dns/0.0.3/templates/NOTES.txt b/incubator/external-dns/0.0.4/templates/NOTES.txt similarity index 100% rename from incubator/external-dns/0.0.3/templates/NOTES.txt rename to incubator/external-dns/0.0.4/templates/NOTES.txt diff --git a/incubator/external-dns/0.0.3/templates/_args.tpl b/incubator/external-dns/0.0.4/templates/_args.tpl similarity index 100% rename from incubator/external-dns/0.0.3/templates/_args.tpl rename to incubator/external-dns/0.0.4/templates/_args.tpl diff --git a/incubator/external-dns/0.0.3/templates/common.yaml b/incubator/external-dns/0.0.4/templates/common.yaml similarity index 100% rename from incubator/external-dns/0.0.3/templates/common.yaml rename to incubator/external-dns/0.0.4/templates/common.yaml diff --git a/incubator/external-dns/0.0.3/values.yaml b/incubator/external-dns/0.0.4/values.yaml similarity index 100% rename from incubator/external-dns/0.0.3/values.yaml rename to incubator/external-dns/0.0.4/values.yaml