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",