From d1408e969671b94d102186eae42ce0b4f2e5e66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Tue, 30 Jul 2019 15:58:50 +0200 Subject: [PATCH] [stable/wordpress] Fix incorrect scope in tls (#15970) Signed-off-by: Javier Salmeron Garcia --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/templates/tls-secrets.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 738f09502a..a8e0b5205f 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 7.0.0 +version: 7.0.1 appVersion: 5.2.2 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 6f2b433e48..5d93c6184c 100644 --- a/stable/wordpress/templates/tls-secrets.yaml +++ b/stable/wordpress/templates/tls-secrets.yaml @@ -7,8 +7,8 @@ metadata: labels: app: "{{ template "fullname" $ }}" chart: "{{ template "wordpress.chart" $ }}" - release: {{ .Release.Name | quote }} - heritage: {{ .Release.Service | quote }} + release: {{ $.Release.Name | quote }} + heritage: {{ $.Release.Service | quote }} type: kubernetes.io/tls data: tls.crt: {{ .certificate | b64enc }}