diff --git a/README.md b/README.md index ffe4acd4..75849c14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # authentik -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 2021.5.4](https://img.shields.io/badge/AppVersion-2021.5.4-informational?style=flat-square) +![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 2021.5.3](https://img.shields.io/badge/AppVersion-2021.5.3-informational?style=flat-square) authentik is an open-source Identity Provider focused on flexibility and versatility diff --git a/charts/authentik/Chart.yaml b/charts/authentik/Chart.yaml index 66a075e8..bdaef442 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,8 +16,8 @@ keywords: - ldap - idp - sp -version: 1.0.1 -appVersion: 2021.5.4 +version: 1.0.2 +appVersion: 2021.5.3 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: - name: BeryJu diff --git a/charts/authentik/templates/ingress.yaml b/charts/authentik/templates/ingress.yaml index 87fca27c..b1dc988d 100644 --- a/charts/authentik/templates/ingress.yaml +++ b/charts/authentik/templates/ingress.yaml @@ -36,7 +36,7 @@ spec: name: http {{- else }} serviceName: {{ include "common.names.fullname" $ }} - servicePort: 9000 + servicePort: {{ $.Values.service.port }} {{- end }} {{- end }} {{- end }}