[stable/wordpress] Fixes template reference in tls-secrets.yaml (#18668)

* Fixed template reference in tls-secrets.yaml

Template reference was missing `wordpress.` prefix

Signed-off-by: Mike Larah <mike.larah@endjin.com>

* Bump chart version

Signed-off-by: Mike Larah <mike.larah@endjin.com>

* Bump chart version

Signed-off-by: Mike Larah <mike.larah@endjin.com>
This commit is contained in:
MikeLarah
2019-11-08 04:18:14 -08:00
committed by Kubernetes Prow Robot
parent d56ca8c27e
commit 0eb502ecf9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: wordpress
version: 7.6.6
version: 7.6.7
appVersion: 5.2.4
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
+1 -1
View File
@@ -5,7 +5,7 @@ kind: Secret
metadata:
name: {{ .name }}
labels:
app: "{{ template "fullname" $ }}"
app: "{{ template "wordpress.fullname" $ }}"
chart: "{{ template "wordpress.chart" $ }}"
release: {{ $.Release.Name | quote }}
heritage: {{ $.Release.Service | quote }}