From 6657f1c0f02e355fb2c785e4831dde2ee903f573 Mon Sep 17 00:00:00 2001 From: Gavin Chappell Date: Thu, 9 Mar 2023 21:28:47 +0000 Subject: [PATCH] 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 --- charts/enterprise/cert-manager/Chart.yaml | 2 +- charts/enterprise/cert-manager/questions.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/enterprise/cert-manager/Chart.yaml b/charts/enterprise/cert-manager/Chart.yaml index 5561bc28419..0b357a867bb 100644 --- a/charts/enterprise/cert-manager/Chart.yaml +++ b/charts/enterprise/cert-manager/Chart.yaml @@ -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 diff --git a/charts/enterprise/cert-manager/questions.yaml b/charts/enterprise/cert-manager/questions.yaml index 6f72fc033fe..54272938f3b 100644 --- a/charts/enterprise/cert-manager/questions.yaml +++ b/charts/enterprise/cert-manager/questions.yaml @@ -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: ""