diff --git a/helm-library/Chart.yaml b/helm-library/Chart.yaml index 8b17681..be24234 100644 --- a/helm-library/Chart.yaml +++ b/helm-library/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: helm-library description: A Helm library chart type: library -version: 2.8.2 +version: 2.8.3 diff --git a/helm-library/templates/_ingress.yaml b/helm-library/templates/_ingress.yaml index 89032aa..e24dea6 100644 --- a/helm-library/templates/_ingress.yaml +++ b/helm-library/templates/_ingress.yaml @@ -50,7 +50,7 @@ spec: service: name: {{ required (printf $requiredMsg "name") .Values.name | quote }} port: - number: {{ required (printf $requiredMsg "service.port") .Values.service.port }} + number: 80 {{- end }} {{- end }} {{- define "helm-library.ingress" -}}