mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
d56ca8c27e
commit
0eb502ecf9
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user