Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
748a57d9bf
commit
34d0e28b7d
|
@ -1,25 +0,0 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.0.2](https://github.com/truecharts/charts/compare/cert-manager-1.0.37...cert-manager-1.0.2) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
- update helm chart common to 13.2.0 ([#10555](https://github.com/truecharts/charts/issues/10555))
|
||||
|
||||
### Feat
|
||||
|
||||
- add cert-manager operator chart DNM DRAFT ([#10297](https://github.com/truecharts/charts/issues/10297))
|
||||
|
||||
### Fix
|
||||
|
||||
- hardcode additional resolvers for now... ([#10826](https://github.com/truecharts/charts/issues/10826))
|
||||
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.1.0](https://github.com/truecharts/charts/compare/cert-manager-1.0.2...cert-manager-1.1.0) (2023-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
||||
- update container image tccr.io/truecharts/alpine to latest ([#11522](https://github.com/truecharts/charts/issues/11522))
|
||||
- update helm general non-major ([#11034](https://github.com/truecharts/charts/issues/11034))
|
||||
|
||||
### Feat
|
||||
|
||||
- Add enableCertificateOwnerRef: true ([#14110](https://github.com/truecharts/charts/issues/14110))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.0.2](https://github.com/truecharts/charts/compare/cert-manager-1.0.37...cert-manager-1.0.2) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
- update helm chart common to 13.2.0 ([#10555](https://github.com/truecharts/charts/issues/10555))
|
||||
|
||||
### Feat
|
||||
|
||||
- add cert-manager operator chart DNM DRAFT ([#10297](https://github.com/truecharts/charts/issues/10297))
|
||||
|
||||
### Fix
|
||||
|
||||
- hardcode additional resolvers for now... ([#10826](https://github.com/truecharts/charts/issues/10826))
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ sources:
|
|||
- https://github.com/cert-manager
|
||||
- https://cert-manager.io/
|
||||
type: application
|
||||
version: 1.0.5
|
||||
version: 1.1.0
|
||||
annotations:
|
||||
truecharts.org/category: operators
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
|
||||
## [cert-manager-1.1.0](https://github.com/truecharts/charts/compare/cert-manager-1.0.2...cert-manager-1.1.0) (2023-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
||||
- update container image tccr.io/truecharts/alpine to latest ([#11522](https://github.com/truecharts/charts/issues/11522))
|
||||
- update helm general non-major ([#11034](https://github.com/truecharts/charts/issues/11034))
|
||||
|
||||
### Feat
|
||||
|
||||
- Add enableCertificateOwnerRef: true ([#14110](https://github.com/truecharts/charts/issues/14110))
|
||||
|
||||
|
|
@ -23,6 +23,8 @@ operator:
|
|||
|
||||
certmanager:
|
||||
dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53"
|
||||
# Delete cert secret on CR deletion
|
||||
enableCertificateOwnerRef: true
|
||||
|
||||
metrics:
|
||||
main:
|
Loading…
Reference in New Issue