From d5a719b76ba628648287d9a5b1a0bf1e02dc9f8c Mon Sep 17 00:00:00 2001 From: Waldemar Faist Date: Fri, 21 May 2021 23:42:13 +0200 Subject: [PATCH 1/4] fix: port on ingress --- charts/authentik/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/authentik/templates/ingress.yaml b/charts/authentik/templates/ingress.yaml index 87fca27c..5574d5f4 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: 80 {{- end }} {{- end }} {{- end }} From 9d14ae37572806c8bff5a28b44dfc47cbbb72b30 Mon Sep 17 00:00:00 2001 From: Waldemar Faist Date: Fri, 21 May 2021 23:46:51 +0200 Subject: [PATCH 2/4] build: bump version to 1.0.1 --- README.md | 2 +- charts/authentik/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3b0de83..be1c3cdb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # authentik -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0--RC7-informational?style=flat-square) ![AppVersion: 2021.5.3](https://img.shields.io/badge/AppVersion-2021.5.3-informational?style=flat-square) +![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-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 d63228b5..f6bf64ce 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,7 +16,7 @@ keywords: - ldap - idp - sp -version: 1.0.0 +version: 1.0.1 appVersion: 2021.5.3 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: From 32958aef16f26fff0584329533d67fde95dec08d Mon Sep 17 00:00:00 2001 From: Waldemar Faist Date: Sat, 22 May 2021 14:51:11 +0200 Subject: [PATCH 3/4] fix: set ingress port to one used in service --- charts/authentik/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/authentik/templates/ingress.yaml b/charts/authentik/templates/ingress.yaml index 5574d5f4..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: 80 + servicePort: {{ $.Values.service.port }} {{- end }} {{- end }} {{- end }} From 7a84edc928692a556b3c1addddb37825580b1285 Mon Sep 17 00:00:00 2001 From: Waldemar Faist Date: Wed, 26 May 2021 16:19:13 +0200 Subject: [PATCH 4/4] build: bump to 1.0.2 --- README.md | 2 +- charts/authentik/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be1c3cdb..ece01100 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.3](https://img.shields.io/badge/AppVersion-2021.5.3-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 f6bf64ce..e2f02ceb 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,7 +16,7 @@ keywords: - ldap - idp - sp -version: 1.0.1 +version: 1.0.2 appVersion: 2021.5.3 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: