From ef6fb3efce4e09ce80f399186637c9e68042234b Mon Sep 17 00:00:00 2001 From: Akhmad Fakhoni Listiyan Dede Date: Tue, 11 Jun 2019 16:28:17 +0700 Subject: [PATCH] [stable/wordpress] Remove tls default values (#14419) * remove tls default values Signed-off-by: Akhmad Fakhoni Listiyan Dede * bump version Signed-off-by: Akhmad Fakhoni Listiyan Dede --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/values-production.yaml | 8 ++++---- stable/wordpress/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) 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