Skip to content

Commit

Permalink
Fixed a bug introduced in #8f06d2d1a3c3fb45 (helm#2788)
Browse files Browse the repository at this point in the history
* Fixed a bug introduced in #8f06d2d1a3c3fb45

* Forgot to bump the version
  • Loading branch information
rk295 authored and Vic Iglesias committed Nov 20, 2017
1 parent 4a0b493 commit 8169dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/nginx-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nginx-ingress
version: 0.8.12
version: 0.8.13
appVersion: 0.9.0-beta.15
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
Expand Down
2 changes: 1 addition & 1 deletion stable/nginx-ingress/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Users can provide an override for an explicit service they want bound via `.Valu
*/}}
{{- define "nginx-ingress.controller.publishServicePath" -}}
{{- $defServiceName := printf "%s/%s" .Release.Namespace (include "controller.fullname" .) -}}
{{- $defServiceName := printf "%s/%s" .Release.Namespace (include "nginx-ingress.controller.fullname" .) -}}
{{- $servicePath := default $defServiceName .Values.controller.publishService.pathOverride }}
{{- print $servicePath | trunc 63 | trimSuffix "-" -}}
{{- end -}}
Expand Down

0 comments on commit 8169dc4

Please sign in to comment.