diff --git a/charts/operators/cert-manager/Chart.yaml b/charts/operators/cert-manager/Chart.yaml index e075af6217f..003583bbbad 100644 --- a/charts/operators/cert-manager/Chart.yaml +++ b/charts/operators/cert-manager/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/charts/operators/cert-manager/questions.yaml b/charts/operators/cert-manager/questions.yaml index 97cb04afcd6..51f2165fdd5 100644 --- a/charts/operators/cert-manager/questions.yaml +++ b/charts/operators/cert-manager/questions.yaml @@ -1,3 +1,21 @@ # Include{groups} questions: # Include{global} + - 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"