cert-manager: show correct fields for DigitalOcean and RFC2136 Cluster Issuers (#7776)

* cert-manager: correct show_if value for RFC2136 settings

Fixes: truecharts/charts#7775

* cert-manager: bump version, add changelog entry

* revert the automated single/double quote changes

* revert CHANGELOG.md to empty file
This commit is contained in:
Gavin Chappell 2023-03-09 21:28:47 +00:00 committed by GitHub
parent 6896a7e5b8
commit 6657f1c0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -168,7 +168,7 @@ questions:
label: rfc2136 Namesever
description: "rfc2136 Namesever"
schema:
show_if: [["type", "=", "digitalocean"]]
show_if: [["type", "=", "rfc2136"]]
type: string
required: true
default: ""
@ -176,7 +176,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: ""
@ -184,7 +184,7 @@ questions:
label: rfc2136 tsig Algorithm
description: "rfc2136 tsig Algorithm"
schema:
show_if: [["type", "=", "digitalocean"]]
show_if: [["type", "=", "rfc2136"]]
type: string
required: true
default: ""
@ -192,7 +192,7 @@ questions:
label: rfc2136 sig Secret
description: "rfc2136 sig Secret"
schema:
show_if: [["type", "=", "digitalocean"]]
show_if: [["type", "=", "rfc2136"]]
type: string
required: true
default: ""