Skip to content

Commit

Permalink
[stable/wordpress] Fixed typo in _helpers.tpl (helm#11697)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu-Hung Ou <[email protected]>
  • Loading branch information
rayou authored and k8s-ci-robot committed Feb 26, 2019
1 parent 72adca9 commit 3b08f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/wordpress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wordpress
version: 5.2.3
version: 5.2.4
appVersion: 5.1.0
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
Expand Down
4 changes: 2 additions & 2 deletions stable/wordpress/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Create chart name and version as used by the chart label.
{{/*
Create chart name and version as used by the chart label.
*/}}
{{- define "wordpress.customHTAcessCM" -}}
{{- printf "%s" .Values.customHTAcessCM -}}
{{- define "wordpress.customHTAccessCM" -}}
{{- printf "%s" .Values.customHTAccessCM -}}
{{- end -}}

{{/*
Expand Down

0 comments on commit 3b08f9b

Please sign in to comment.