Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
18d290e07c
commit
11df666258
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [cert-manager-1.0.7](https://github.com/truecharts/charts/compare/cert-manager-1.0.6...cert-manager-1.0.7) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
|
||||
- misc fixes from common and prometheus storageclass patch ([#7762](https://github.com/truecharts/charts/issues/7762))
|
||||
|
||||
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
|
||||
|
||||
## [cert-manager-1.0.8](https://github.com/truecharts/charts/compare/cert-manager-1.0.7...cert-manager-1.0.8) (2023-03-09)
|
||||
|
||||
|
||||
|
||||
|
||||
## [cert-manager-1.0.7](https://github.com/truecharts/charts/compare/cert-manager-1.0.6...cert-manager-1.0.7) (2023-03-07)
|
||||
|
||||
### Fix
|
||||
|
@ -92,8 +97,3 @@
|
|||
|
||||
## [cert-manager-0.0.4](https://github.com/truecharts/charts/compare/cert-manager-0.0.3...cert-manager-0.0.4) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- pin container image tccr.io/truecharts/scratch to latest
|
||||
|
||||
|
|
@ -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.7
|
||||
version: 1.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [cert-manager-1.0.8](https://github.com/truecharts/charts/compare/cert-manager-1.0.7...cert-manager-1.0.8) (2023-03-09)
|
||||
|
|
@ -198,7 +198,7 @@ questions:
|
|||
label: rfc2136 Namesever
|
||||
description: "rfc2136 Namesever"
|
||||
schema:
|
||||
show_if: [["type", "=", "digitalocean"]]
|
||||
show_if: [["type", "=", "rfc2136"]]
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
|
@ -206,7 +206,7 @@ questions:
|
|||
label: rfc2136 tsig Key Name
|
||||
description: "rfc2136 tsig Key Name"
|
||||
schema:
|
||||
show_if: [["type", "=", "digitalocean"]]
|
||||
show_if: [["type", "=", "rfc2136"]]
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
|
@ -214,7 +214,7 @@ questions:
|
|||
label: rfc2136 tsig Algorithm
|
||||
description: "rfc2136 tsig Algorithm"
|
||||
schema:
|
||||
show_if: [["type", "=", "digitalocean"]]
|
||||
show_if: [["type", "=", "rfc2136"]]
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
|
@ -222,7 +222,7 @@ questions:
|
|||
label: rfc2136 sig Secret
|
||||
description: "rfc2136 sig Secret"
|
||||
schema:
|
||||
show_if: [["type", "=", "digitalocean"]]
|
||||
show_if: [["type", "=", "rfc2136"]]
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
Loading…
Reference in New Issue