Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-18 12:05:15 +00:00
parent 949fb79c85
commit 23d37d9a3f
17 changed files with 32 additions and 32 deletions

View File

@ -1,9 +0,0 @@
## [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

@ -4,6 +4,11 @@
## [cert-manager-0.0.3](https://github.com/truecharts/charts/compare/cert-manager-0.0.2...cert-manager-0.0.3) (2023-01-18)
## [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

View File

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

View File

@ -0,0 +1,4 @@
## [cert-manager-0.0.3](https://github.com/truecharts/charts/compare/cert-manager-0.0.2...cert-manager-0.0.3) (2023-01-18)

View File

@ -1,6 +1,6 @@
image:
repository: placeholder
tag: upstream
repository: tccr.io/truecharts/scratch
tag: latest
pullPolicy: IfNotPresent
controller:

View File

@ -237,26 +237,6 @@ 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:
@ -307,6 +287,26 @@ questions:
show_if: [["selfSigned", "=", "false"]]
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: metrics