Skip to content

Commit ddba459

Browse files
authored
[bitnami/pinniped] Fix ingerss supervisor (#11850)
* [bitnami/pinniped] Fix ingerss supervisor Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com> * Update Chart version Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com> Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com> Signed-off-by: Rafael Ríos Saavedra <rrios@vmware.com>
1 parent ecdc3ba commit ddba459

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bitnami/pinniped/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ name: pinniped
2222
sources:
2323
- https://github.com/bitnami/containers/tree/main/bitnami/pinniped
2424
- https://github.com/vmware-tanzu/pinniped/
25-
version: 0.3.0
25+
version: 0.3.1

bitnami/pinniped/templates/supervisor/ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
3232
pathType: {{ .Values.supervisor.ingress.pathType }}
3333
{{- end }}
34-
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "https" "context" $) | nindent 14 }}
34+
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "pinniped.supervisor.fullname" .) "servicePort" "https" "context" $) | nindent 14 }}
3535
{{- end }}
3636
{{- range .Values.supervisor.ingress.extraHosts }}
3737
- host: {{ .name | quote }}
@@ -41,7 +41,7 @@ spec:
4141
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
4242
pathType: {{ default "ImplementationSpecific" .pathType }}
4343
{{- end }}
44-
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "https" "context" $) | nindent 14 }}
44+
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "pinniped.supervisor.fullname" $) "servicePort" "https" "context" $) | nindent 14 }}
4545
{{- end }}
4646
{{- if .Values.supervisor.ingress.extraRules }}
4747
{{- include "common.tplvalues.render" (dict "value" .Values.supervisor.ingress.extraRules "context" $) | nindent 4 }}

0 commit comments

Comments
 (0)