mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-03 17:36:06 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [cert-manager-1.0.10](https://github.com/truecharts/charts/compare/cert-manager-1.0.9...cert-manager-1.0.10) (2023-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- validate names that are also used for k8s objects ([#7789](https://github.com/truecharts/charts/issues/7789))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.0.11](https://github.com/truecharts/charts/compare/cert-manager-1.0.10...cert-manager-1.0.11) (2023-03-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- add missing providers ([#7813](https://github.com/truecharts/charts/issues/7813))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.0.10](https://github.com/truecharts/charts/compare/cert-manager-1.0.9...cert-manager-1.0.10) (2023-03-11)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [cert-manager-0.0.7](https://github.com/truecharts/charts/compare/cert-manager-0.0.6...cert-manager-0.0.7) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/scratch to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-0.0.6](https://github.com/truecharts/charts/compare/cert-manager-0.0.5...cert-manager-0.0.6) (2023-02-10)
|
||||
|
||||
@@ -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.10
|
||||
version: 1.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
||||
9
enterprise/cert-manager/1.0.11/app-changelog.md
Normal file
9
enterprise/cert-manager/1.0.11/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [cert-manager-1.0.11](https://github.com/truecharts/charts/compare/cert-manager-1.0.10...cert-manager-1.0.11) (2023-03-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- add missing providers ([#7813](https://github.com/truecharts/charts/issues/7813))
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{{- if not (mustRegexMatch "^[a-z]+(-?[a-z]){0,63}-?[a-z]+$" .name) -}}
|
||||
{{- fail "ACME - Expected name to be all lowercase with hyphens, but not start or end with a hyphen" -}}
|
||||
{{- end -}}
|
||||
{{- $validTypes := list "HTTP01" "cloudflare" "route53" -}}
|
||||
{{- $validTypes := list "HTTP01" "cloudflare" "route53" "digitalocean" "akamai" "rfc2136" -}}
|
||||
{{- if not (mustHas .type $validTypes) -}}
|
||||
{{- fail (printf "Expected ACME type to be one of [%s], but got [%s]" (join ", " $validTypes) .type) -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user