From ddba45929427de6466e8f1da807d97b5cfdce346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Wed, 14 Sep 2022 10:03:05 +0200 Subject: [PATCH] [bitnami/pinniped] Fix ingerss supervisor (#11850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/pinniped] Fix ingerss supervisor Signed-off-by: Rafael Rios Saavedra * Update Chart version Signed-off-by: Rafael Rios Saavedra Signed-off-by: Rafael Rios Saavedra Signed-off-by: Rafael RĂ­os Saavedra --- bitnami/pinniped/Chart.yaml | 2 +- bitnami/pinniped/templates/supervisor/ingress.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/pinniped/Chart.yaml b/bitnami/pinniped/Chart.yaml index 57c9d6c146..efd47f3f5b 100644 --- a/bitnami/pinniped/Chart.yaml +++ b/bitnami/pinniped/Chart.yaml @@ -22,4 +22,4 @@ name: pinniped sources: - https://github.com/bitnami/containers/tree/main/bitnami/pinniped - https://github.com/vmware-tanzu/pinniped/ -version: 0.3.0 +version: 0.3.1 \ No newline at end of file diff --git a/bitnami/pinniped/templates/supervisor/ingress.yaml b/bitnami/pinniped/templates/supervisor/ingress.yaml index a09aec3cea..f1f9141b52 100755 --- a/bitnami/pinniped/templates/supervisor/ingress.yaml +++ b/bitnami/pinniped/templates/supervisor/ingress.yaml @@ -31,7 +31,7 @@ spec: {{- if eq "true" (include "common.ingress.supportsPathType" .) }} pathType: {{ .Values.supervisor.ingress.pathType }} {{- end }} - backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "https" "context" $) | nindent 14 }} + backend: {{- include "common.ingress.backend" (dict "serviceName" (include "pinniped.supervisor.fullname" .) "servicePort" "https" "context" $) | nindent 14 }} {{- end }} {{- range .Values.supervisor.ingress.extraHosts }} - host: {{ .name | quote }} @@ -41,7 +41,7 @@ spec: {{- if eq "true" (include "common.ingress.supportsPathType" $) }} pathType: {{ default "ImplementationSpecific" .pathType }} {{- end }} - backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "https" "context" $) | nindent 14 }} + backend: {{- include "common.ingress.backend" (dict "serviceName" (include "pinniped.supervisor.fullname" $) "servicePort" "https" "context" $) | nindent 14 }} {{- end }} {{- if .Values.supervisor.ingress.extraRules }} {{- include "common.tplvalues.render" (dict "value" .Values.supervisor.ingress.extraRules "context" $) | nindent 4 }}