diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index cb7174b0ba..47041d3fe3 100755 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -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 diff --git a/stable/wordpress/templates/tls-secrets.yaml b/stable/wordpress/templates/tls-secrets.yaml index 35509464f3..64b3d89e05 100644 --- a/stable/wordpress/templates/tls-secrets.yaml +++ b/stable/wordpress/templates/tls-secrets.yaml @@ -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 }}