mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
df0a6babcf
commit
4965b6a754
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user