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)
|
## [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
|
### 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)
|
## [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://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager
|
||||||
- https://cert-manager.io/
|
- https://cert-manager.io/
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.7
|
version: 1.0.8
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- core
|
- 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
|
label: rfc2136 Namesever
|
||||||
description: "rfc2136 Namesever"
|
description: "rfc2136 Namesever"
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "digitalocean"]]
|
show_if: [["type", "=", "rfc2136"]]
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
|
@ -206,7 +206,7 @@ questions:
|
||||||
label: rfc2136 tsig Key Name
|
label: rfc2136 tsig Key Name
|
||||||
description: "rfc2136 tsig Key Name"
|
description: "rfc2136 tsig Key Name"
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "digitalocean"]]
|
show_if: [["type", "=", "rfc2136"]]
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
|
@ -214,7 +214,7 @@ questions:
|
||||||
label: rfc2136 tsig Algorithm
|
label: rfc2136 tsig Algorithm
|
||||||
description: "rfc2136 tsig Algorithm"
|
description: "rfc2136 tsig Algorithm"
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "digitalocean"]]
|
show_if: [["type", "=", "rfc2136"]]
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
|
@ -222,7 +222,7 @@ questions:
|
||||||
label: rfc2136 sig Secret
|
label: rfc2136 sig Secret
|
||||||
description: "rfc2136 sig Secret"
|
description: "rfc2136 sig Secret"
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "digitalocean"]]
|
show_if: [["type", "=", "rfc2136"]]
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
Loading…
Reference in New Issue