From b781f7b4089f54585ec20083297aed79174bd369 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 25 Dec 2023 21:20:22 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- operators/cert-manager/3.0.0/app-changelog.md | 9 --------- .../{3.0.0 => 3.0.1}/CHANGELOG.md | 18 +++++++++--------- .../cert-manager/{3.0.0 => 3.0.1}/Chart.yaml | 2 +- .../cert-manager/{3.0.0 => 3.0.1}/LICENSE | 0 .../cert-manager/{3.0.0 => 3.0.1}/README.md | 0 operators/cert-manager/3.0.1/app-changelog.md | 9 +++++++++ .../{3.0.0 => 3.0.1}/app-readme.md | 0 .../charts/cert-manager-v1.13.3.tgz | Bin .../{3.0.0 => 3.0.1}/charts/common-17.1.0.tgz | Bin .../{3.0.0 => 3.0.1}/ix_values.yaml | 0 .../{3.0.0 => 3.0.1}/questions.yaml | 18 ++++++++++++++++++ .../{3.0.0 => 3.0.1}/templates/NOTES.txt | 0 .../{3.0.0 => 3.0.1}/templates/common.yaml | 0 .../{3.0.0 => 3.0.1}/templates/crds.yaml | 0 .../cert-manager/{3.0.0 => 3.0.1}/values.yaml | 0 15 files changed, 37 insertions(+), 19 deletions(-) delete mode 100644 operators/cert-manager/3.0.0/app-changelog.md rename operators/cert-manager/{3.0.0 => 3.0.1}/CHANGELOG.md (91%) rename operators/cert-manager/{3.0.0 => 3.0.1}/Chart.yaml (98%) rename operators/cert-manager/{3.0.0 => 3.0.1}/LICENSE (100%) rename operators/cert-manager/{3.0.0 => 3.0.1}/README.md (100%) create mode 100644 operators/cert-manager/3.0.1/app-changelog.md rename operators/cert-manager/{3.0.0 => 3.0.1}/app-readme.md (100%) rename operators/cert-manager/{3.0.0 => 3.0.1}/charts/cert-manager-v1.13.3.tgz (100%) rename operators/cert-manager/{3.0.0 => 3.0.1}/charts/common-17.1.0.tgz (100%) rename operators/cert-manager/{3.0.0 => 3.0.1}/ix_values.yaml (100%) rename operators/cert-manager/{3.0.0 => 3.0.1}/questions.yaml (67%) rename operators/cert-manager/{3.0.0 => 3.0.1}/templates/NOTES.txt (100%) rename operators/cert-manager/{3.0.0 => 3.0.1}/templates/common.yaml (100%) rename operators/cert-manager/{3.0.0 => 3.0.1}/templates/crds.yaml (100%) rename operators/cert-manager/{3.0.0 => 3.0.1}/values.yaml (100%) diff --git a/operators/cert-manager/3.0.0/app-changelog.md b/operators/cert-manager/3.0.0/app-changelog.md deleted file mode 100644 index 4e5bc5005e..0000000000 --- a/operators/cert-manager/3.0.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cert-manager-3.0.0](https://github.com/truecharts/charts/compare/cert-manager-2.0.11...cert-manager-3.0.0) (2023-12-25) - -### Chore - -- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532)) - - \ No newline at end of file diff --git a/operators/cert-manager/3.0.0/CHANGELOG.md b/operators/cert-manager/3.0.1/CHANGELOG.md similarity index 91% rename from operators/cert-manager/3.0.0/CHANGELOG.md rename to operators/cert-manager/3.0.1/CHANGELOG.md index 3a6479d7d0..aecc842572 100644 --- a/operators/cert-manager/3.0.0/CHANGELOG.md +++ b/operators/cert-manager/3.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cert-manager-3.0.1](https://github.com/truecharts/charts/compare/cert-manager-3.0.0...cert-manager-3.0.1) (2023-12-25) + +### Chore + +- allow changing dns ns ([#16540](https://github.com/truecharts/charts/issues/16540)) + + + + ## [cert-manager-3.0.0](https://github.com/truecharts/charts/compare/cert-manager-2.0.11...cert-manager-3.0.0) (2023-12-25) ### Chore @@ -88,12 +97,3 @@ ## [cert-manager-2.0.3](https://github.com/truecharts/charts/compare/cert-manager-2.0.2...cert-manager-2.0.3) (2023-12-21) ### Chore - -- bump everything to ensure patches are applied globally - - - - -## [cert-manager-2.0.2](https://github.com/truecharts/charts/compare/cert-manager-2.0.1...cert-manager-2.0.2) (2023-12-21) - -### Chore diff --git a/operators/cert-manager/3.0.0/Chart.yaml b/operators/cert-manager/3.0.1/Chart.yaml similarity index 98% rename from operators/cert-manager/3.0.0/Chart.yaml rename to operators/cert-manager/3.0.1/Chart.yaml index e075af6217..003583bbba 100644 --- a/operators/cert-manager/3.0.0/Chart.yaml +++ b/operators/cert-manager/3.0.1/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: cert-manager -version: 3.0.0 +version: 3.0.1 appVersion: latest description: Cert-Manager is a kubernetes-aware certificate manager home: https://truecharts.org/charts/operators/cert-manager diff --git a/operators/cert-manager/3.0.0/LICENSE b/operators/cert-manager/3.0.1/LICENSE similarity index 100% rename from operators/cert-manager/3.0.0/LICENSE rename to operators/cert-manager/3.0.1/LICENSE diff --git a/operators/cert-manager/3.0.0/README.md b/operators/cert-manager/3.0.1/README.md similarity index 100% rename from operators/cert-manager/3.0.0/README.md rename to operators/cert-manager/3.0.1/README.md diff --git a/operators/cert-manager/3.0.1/app-changelog.md b/operators/cert-manager/3.0.1/app-changelog.md new file mode 100644 index 0000000000..afd857261c --- /dev/null +++ b/operators/cert-manager/3.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cert-manager-3.0.1](https://github.com/truecharts/charts/compare/cert-manager-3.0.0...cert-manager-3.0.1) (2023-12-25) + +### Chore + +- allow changing dns ns ([#16540](https://github.com/truecharts/charts/issues/16540)) + + \ No newline at end of file diff --git a/operators/cert-manager/3.0.0/app-readme.md b/operators/cert-manager/3.0.1/app-readme.md similarity index 100% rename from operators/cert-manager/3.0.0/app-readme.md rename to operators/cert-manager/3.0.1/app-readme.md diff --git a/operators/cert-manager/3.0.0/charts/cert-manager-v1.13.3.tgz b/operators/cert-manager/3.0.1/charts/cert-manager-v1.13.3.tgz similarity index 100% rename from operators/cert-manager/3.0.0/charts/cert-manager-v1.13.3.tgz rename to operators/cert-manager/3.0.1/charts/cert-manager-v1.13.3.tgz diff --git a/operators/cert-manager/3.0.0/charts/common-17.1.0.tgz b/operators/cert-manager/3.0.1/charts/common-17.1.0.tgz similarity index 100% rename from operators/cert-manager/3.0.0/charts/common-17.1.0.tgz rename to operators/cert-manager/3.0.1/charts/common-17.1.0.tgz diff --git a/operators/cert-manager/3.0.0/ix_values.yaml b/operators/cert-manager/3.0.1/ix_values.yaml similarity index 100% rename from operators/cert-manager/3.0.0/ix_values.yaml rename to operators/cert-manager/3.0.1/ix_values.yaml diff --git a/operators/cert-manager/3.0.0/questions.yaml b/operators/cert-manager/3.0.1/questions.yaml similarity index 67% rename from operators/cert-manager/3.0.0/questions.yaml rename to operators/cert-manager/3.0.1/questions.yaml index e4653ab8c3..a805b08b12 100644 --- a/operators/cert-manager/3.0.0/questions.yaml +++ b/operators/cert-manager/3.0.1/questions.yaml @@ -43,3 +43,21 @@ questions: schema: type: boolean default: false + - variable: certmanager + group: App Configuration + label: Cert Manager Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: dns01RecursiveNameservers + label: DNS01 Recursive Nameservers (Modifications are unsupported) + description: | + Comma separated list of DNS servers to use for recursive + name resolution when performing DNS01 challenges. + Default is: 1.1.1.1:53,1.0.0.1:53
+ If this is modified, you are NOT covered by support. + schema: + type: string + required: true + default: "1.1.1.1:53,1.0.0.1:53" diff --git a/operators/cert-manager/3.0.0/templates/NOTES.txt b/operators/cert-manager/3.0.1/templates/NOTES.txt similarity index 100% rename from operators/cert-manager/3.0.0/templates/NOTES.txt rename to operators/cert-manager/3.0.1/templates/NOTES.txt diff --git a/operators/cert-manager/3.0.0/templates/common.yaml b/operators/cert-manager/3.0.1/templates/common.yaml similarity index 100% rename from operators/cert-manager/3.0.0/templates/common.yaml rename to operators/cert-manager/3.0.1/templates/common.yaml diff --git a/operators/cert-manager/3.0.0/templates/crds.yaml b/operators/cert-manager/3.0.1/templates/crds.yaml similarity index 100% rename from operators/cert-manager/3.0.0/templates/crds.yaml rename to operators/cert-manager/3.0.1/templates/crds.yaml diff --git a/operators/cert-manager/3.0.0/values.yaml b/operators/cert-manager/3.0.1/values.yaml similarity index 100% rename from operators/cert-manager/3.0.0/values.yaml rename to operators/cert-manager/3.0.1/values.yaml