diff --git a/charts/operators/cert-manager/Chart.yaml b/charts/operators/cert-manager/Chart.yaml index cbf3283dfe3..25275f1a579 100644 --- a/charts/operators/cert-manager/Chart.yaml +++ b/charts/operators/cert-manager/Chart.yaml @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 3.4.0 +version: 3.5.0 diff --git a/charts/operators/cert-manager/questions.yaml b/charts/operators/cert-manager/questions.yaml index 51f2165fdd5..6ed4827ee9b 100644 --- a/charts/operators/cert-manager/questions.yaml +++ b/charts/operators/cert-manager/questions.yaml @@ -19,3 +19,16 @@ questions: type: string required: true default: "1.1.1.1:53,1.0.0.1:53" + - variable: dns01RecursiveNameserversOnly + label: DNS01 Recursive Nameservers Only (Modifications are unsupported) + description: | + Forces cert-manager to only use the recursive nameservers for verification. + Enabling this option could cause the DNS01 self check to take longer + due to caching performed by the recursive nameservers. + Default is: false
+ If this is modified, you are NOT covered by support. + schema: + type: boolean + required: true + default: false + diff --git a/charts/operators/cert-manager/values.yaml b/charts/operators/cert-manager/values.yaml index 210942c0124..28b18caf84c 100644 --- a/charts/operators/cert-manager/values.yaml +++ b/charts/operators/cert-manager/values.yaml @@ -23,6 +23,7 @@ operator: certmanager: dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" + dns01RecursiveNameserversOnly: false installCRDs: true enableCertificateOwnerRef: true