diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index f9efa7a..0890434 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: retool description: A Helm chart for Kubernetes type: application -version: 6.4.0 +version: 6.4.1 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/templates/ingress.yaml b/charts/retool/templates/ingress.yaml index 97710f2..d63f779 100644 --- a/charts/retool/templates/ingress.yaml +++ b/charts/retool/templates/ingress.yaml @@ -39,7 +39,7 @@ spec: {{- end }} backend: service: - name: {{ template "retool.multiplayer.name" . }} + name: {{ template "retool.multiplayer.name" $ }} port: number: {{ .port }} {{- end }} @@ -75,7 +75,7 @@ spec: {{- end }} backend: service: - name: {{ template "retool.multiplayer.name" . }} + name: {{ template "retool.multiplayer.name" $ }} port: number: {{ .port }} {{- end }}