Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-18 00:05:39 +00:00
parent 8c686a6717
commit 465e382dff
17 changed files with 59 additions and 50 deletions

View File

@ -1,9 +0,0 @@
## [cert-manager-0.0.1]cert-manager-0.0.1 (2023-01-17)
### Feat
- add Cert-Manager configuration App ([#6378](https://github.com/truecharts/charts/issues/6378))

View File

@ -4,6 +4,15 @@
## [cert-manager-0.0.2](https://github.com/truecharts/charts/compare/cert-manager-0.0.1...cert-manager-0.0.2) (2023-01-18)
### Fix
- try to fix GUI ([#6442](https://github.com/truecharts/charts/issues/6442))
## [cert-manager-0.0.1]cert-manager-0.0.1 (2023-01-17)
### Feat

View File

@ -20,7 +20,7 @@ name: cert-manager
sources:
- https://cert-manager.io/
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- core

View File

@ -0,0 +1,9 @@
## [cert-manager-0.0.2](https://github.com/truecharts/charts/compare/cert-manager-0.0.1...cert-manager-0.0.2) (2023-01-18)
### Fix
- try to fix GUI ([#6442](https://github.com/truecharts/charts/issues/6442))

View File

@ -48,27 +48,8 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: selfSigned
label: 'SelfSigned Issuer'
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
description: "Enable self-signed issuer"
schema:
type: boolean
default: true
- variable: name
label: Name
description: "Name to give the issuer"
schema:
type: string
required: true
default: "selfSigned"
- variable: ACME
label: ACME Issuer
label: 'ACME Issuer'
schema:
type: list
default: []
@ -86,6 +67,25 @@ questions:
type: string
required: true
default: ""
- variable: type
label: Type or DNS-Provider
description: DNS Provider
schema:
type: string
default: cloudflare
enum:
- value: cloudflare
description: Cloudflare
- value: route53
description: Route53
- value: akamai
description: Akamai
- value: digitalocean
description: Digitalocean
- value: rfc2136
description: rfc2136 (Advanced)
- value: HTTP01
description: HTTP01 (Experimental)
- variable: server
label: Server
description: "Server for ACME, for example: letsencrypt"
@ -119,26 +119,6 @@ questions:
required: true
show_if: [["type", "!=", "HTTP01"]]
default: "something@example.com"
- variable: type
label: Type or DNS-Provider
description: DNS Provider
schema:
type: string
required: true
default: cloudflare
enum:
- value: cloudflare
description: Cloudflare
- value: route53
description: Route53
- value: akamai
description: Akamai
- value: digitalocean
description: Digitalocean
- value: rfc2136
description: rfc2136 (Advanced)
- value: HTTP01
description: HTTP01 (Experimental)
- variable: cfapikey
label: CloudFlare API key
description: "CloudFlare API Key"
@ -257,6 +237,26 @@ questions:
required: true
default: ""
- variable: selfSigned
label: 'SelfSigned Issuer'
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
description: "Enable self-signed issuer"
schema:
type: boolean
default: true
- variable: name
label: Name
description: "Name to give the issuer"
schema:
type: string
required: true
default: "selfSigned"
- variable: CA
label: Certiticate Authority Issuer
schema: