Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
33ab97d7fa
commit
bee2d5b344
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [cert-manager-1.1.3](https://github.com/truecharts/charts/compare/cert-manager-1.1.2...cert-manager-1.1.3) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [cert-manager-1.1.4](https://github.com/truecharts/charts/compare/cert-manager-1.1.3...cert-manager-1.1.4) (2023-11-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- actually install crds
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.1.3](https://github.com/truecharts/charts/compare/cert-manager-1.1.2...cert-manager-1.1.3) (2023-11-05)
|
||||
|
||||
### Chore
|
|
@ -27,7 +27,7 @@ sources:
|
|||
- https://github.com/cert-manager
|
||||
- https://cert-manager.io/
|
||||
type: application
|
||||
version: 1.1.3
|
||||
version: 1.1.4
|
||||
annotations:
|
||||
truecharts.org/category: operators
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [cert-manager-1.1.4](https://github.com/truecharts/charts/compare/cert-manager-1.1.3...cert-manager-1.1.4) (2023-11-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- actually install crds
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ operator:
|
|||
|
||||
certmanager:
|
||||
dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53"
|
||||
# Delete cert secret on CR deletion
|
||||
installCRDs: true
|
||||
enableCertificateOwnerRef: true
|
||||
|
||||
metrics:
|
Loading…
Reference in New Issue