diff --git a/charts/gitploy/Chart.yaml b/charts/gitploy/Chart.yaml index d647386..a19862f 100644 --- a/charts/gitploy/Chart.yaml +++ b/charts/gitploy/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "0.5.5" description: A Helm chart for Gitploy name: gitploy -version: 0.2.0 +version: 0.2.1 diff --git a/charts/gitploy/templates/ingress.yaml b/charts/gitploy/templates/ingress.yaml index fbedc39..7f326a1 100644 --- a/charts/gitploy/templates/ingress.yaml +++ b/charts/gitploy/templates/ingress.yaml @@ -30,9 +30,9 @@ spec: pathType: {{ .pathType }} backend: service: - name: {{ include "gitploy.fullname" . }} + name: {{ include "gitploy.fullname" $ }} port: - number: {{ .Values.service.port }} + number: {{ $.Values.service.port }} {{- end }} {{- end }} {{- end }}