Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
831e9b5100
commit
b781f7b408
|
@ -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))
|
||||
|
||||
|
|
@ -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
|
|
@ -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
|
|
@ -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))
|
||||
|
||||
|
|
@ -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 </br>
|
||||
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"
|
Loading…
Reference in New Issue