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 }}