Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3577cc68db
commit
5d8a5a9ce8
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [cert-manager-1.0.12](https://github.com/truecharts/charts/compare/cert-manager-1.0.11...cert-manager-1.0.12) (2023-03-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump common and deps on enterprise train ([#7819](https://github.com/truecharts/charts/issues/7819))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [cert-manager-1.0.13](https://github.com/truecharts/charts/compare/cert-manager-1.0.12...cert-manager-1.0.13) (2023-03-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- correctly reference r53 secret ([#7841](https://github.com/truecharts/charts/issues/7841))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.0.12](https://github.com/truecharts/charts/compare/cert-manager-1.0.11...cert-manager-1.0.12) (2023-03-19)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [cert-manager-1.0.1](https://github.com/truecharts/charts/compare/cert-manager-1.0.0...cert-manager-1.0.1) (2023-03-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump common and enterprise train for stability ([#7747](https://github.com/truecharts/charts/issues/7747))
|
||||
|
||||
### Fix
|
||||
|
||||
- bump common for release
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
|
||||
- https://cert-manager.io/
|
||||
type: application
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [cert-manager-1.0.13](https://github.com/truecharts/charts/compare/cert-manager-1.0.12...cert-manager-1.0.13) (2023-03-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- correctly reference r53 secret ([#7841](https://github.com/truecharts/charts/issues/7841))
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ spec:
|
|||
role: {{ .role }}
|
||||
{{- end }}
|
||||
secretAccessKeySecretRef:
|
||||
name: prod-route53-credentials-secret
|
||||
name: {{ $issuerSecretName }}
|
||||
key: route53-secret-access-key
|
||||
{{- else if eq .type "akamai" }}
|
||||
akamai:
|
Loading…
Reference in New Issue