diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 91989fc2ba..c1e4c1e85f 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 5.12.1 +version: 5.12.2 appVersion: 5.2.1 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-production.yaml b/stable/wordpress/values-production.yaml index a3aec2bf39..7e3491eef6 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -247,10 +247,10 @@ ingress: ## The tls configuration for the ingress ## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls - tls: - - hosts: - - wordpress.local - secretName: wordpress.local-tls + ## tls: + ## - hosts: + ## - wordpress.local + ## secretName: wordpress.local-tls secrets: ## If you're providing your own certificates, please use this to add the certificates as secrets diff --git a/stable/wordpress/values.yaml b/stable/wordpress/values.yaml index 5646f87c01..93f381e142 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -250,10 +250,10 @@ ingress: ## The tls configuration for the ingress ## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls - tls: - - hosts: - - wordpress.local - secretName: wordpress.local-tls + ## tls: + ## - hosts: + ## - wordpress.local + ## secretName: wordpress.local-tls secrets: ## If you're providing your own certificates, please use this to add the certificates as secrets