[stable/wordpress] Remove cert-manager parameter for WordPress schema (#18309)

* Remove cert-manager parameter for wordpress schema

Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>

* Bump the chart version again

Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>
This commit is contained in:
Andres Martinez Gotor
2019-10-25 03:05:40 -07:00
committed by Kubernetes Prow Robot
parent df0a6babcf
commit 4965b6a754
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -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
-6
View File
@@ -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",