From 4965b6a754875ac87f4daff492b61e3ef5b469da Mon Sep 17 00:00:00 2001 From: Andres Martinez Gotor Date: Fri, 25 Oct 2019 12:05:40 +0200 Subject: [PATCH] [stable/wordpress] Remove cert-manager parameter for WordPress schema (#18309) * Remove cert-manager parameter for wordpress schema Signed-off-by: Andres Martinez Gotor * Bump the chart version again Signed-off-by: Andres Martinez Gotor --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/values.schema.json | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 645dd88cad..4284212e4e 100755 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 7.5.3 +version: 7.5.4 appVersion: 5.2.4 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png diff --git a/stable/wordpress/values.schema.json b/stable/wordpress/values.schema.json index a4537e82d2..174b0e2d99 100644 --- a/stable/wordpress/values.schema.json +++ b/stable/wordpress/values.schema.json @@ -93,12 +93,6 @@ "title": "Use a custom hostname", "description": "Enable the ingress resource that allows you to access the WordPress installation." }, - "certManager": { - "type": "boolean", - "form": "enableCertManager", - "title": "Enable TLS annotations via cert-manager", - "description": "Set this to true in order to add the corresponding annotations for cert-manager" - }, "hostname": { "type": "string", "form": "hostname",