diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index ab4b73b5a0..79d5edfb0d 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 7.3.4 +version: 7.3.5 appVersion: 5.2.3 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/templates/tls-secrets.yaml b/stable/wordpress/templates/tls-secrets.yaml index 5d93c6184c..35509464f3 100644 --- a/stable/wordpress/templates/tls-secrets.yaml +++ b/stable/wordpress/templates/tls-secrets.yaml @@ -13,6 +13,5 @@ type: kubernetes.io/tls data: tls.crt: {{ .certificate | b64enc }} tls.key: {{ .key | b64enc }} ---- {{- end }} {{- end }}