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 }}