From d437b31ddd4563dbeb164e8a70f8dfa08e411a8a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 21 May 2021 15:04:38 +0200 Subject: [PATCH 1/3] fix app badge still having RC7 --- README.md | 2 +- charts/authentik/Chart.yaml | 2 +- charts/authentik/README.md | 2 +- 3 files changed, 3 insertions(+), 3 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: diff --git a/charts/authentik/README.md b/charts/authentik/README.md index f3b0de83..be1c3cdb 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/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 From ee2e9b1b884aa279b445f5601811a83600fc7fe0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 26 May 2021 15:35:07 +0200 Subject: [PATCH 2/3] redis: default to standalone --- charts/authentik/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index 4e905fb3..2891d58d 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -186,5 +186,6 @@ postgresql: redis: # -- enable the bundled bitnami redis chart enabled: false + architecture: standalone auth: enabled: false From 52914be93b766ff1bc107f0b66697a654abba731 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 26 May 2021 15:35:32 +0200 Subject: [PATCH 3/3] bump to 2021.5.4 --- README.md | 4 ++-- charts/authentik/Chart.yaml | 15 ++++----------- charts/authentik/README.md | 4 ++-- charts/authentik/ci/ct-values.yaml | 2 +- charts/authentik/values.yaml | 2 +- 5 files changed, 10 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index be1c3cdb..ffe4acd4 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.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) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -95,7 +95,7 @@ redis: | geoip.schedule | string | `"0 */8 * * *"` | | | image.name | string | `"ghcr.io/goauthentik/server"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.tag | string | `"2021.5.3"` | | +| image.tag | string | `"2021.5.4"` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.hosts[0].host | string | `"authentik.domain.tld"` | | diff --git a/charts/authentik/Chart.yaml b/charts/authentik/Chart.yaml index f6bf64ce..66a075e8 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -17,7 +17,7 @@ keywords: - idp - sp version: 1.0.1 -appVersion: 2021.5.3 +appVersion: 2021.5.4 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: - name: BeryJu @@ -39,13 +39,6 @@ dependencies: repository: https://library-charts.k8s-at-home.com version: 2.4.0 annotations: - artifacthub.io/changes: | - - kind: added - description: all values under authentik: are now template-able - - kind: added - description: add more docs - - kind: fixed - description: update images in Chart.yaml file artifacthub.io/license: GPL-3.0-only artifacthub.io/links: | - name: Github @@ -61,8 +54,8 @@ annotations: url: https://github.com/dirtycajunrice artifacthub.io/images: | - name: authentik - image: ghcr.io/goauthentik/server:2021.5.3 + image: ghcr.io/goauthentik/server:2021.5.4 - name: authentik-outpost-proxy - image: ghcr.io/goauthentik/proxy:2021.5.3 + image: ghcr.io/goauthentik/proxy:2021.5.4 - name: authentik-outpost-ldap - image: ghcr.io/goauthentik/ldap:2021.5.3 + image: ghcr.io/goauthentik/ldap:2021.5.4 diff --git a/charts/authentik/README.md b/charts/authentik/README.md index be1c3cdb..ffe4acd4 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/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.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) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -95,7 +95,7 @@ redis: | geoip.schedule | string | `"0 */8 * * *"` | | | image.name | string | `"ghcr.io/goauthentik/server"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.tag | string | `"2021.5.3"` | | +| image.tag | string | `"2021.5.4"` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.hosts[0].host | string | `"authentik.domain.tld"` | | diff --git a/charts/authentik/ci/ct-values.yaml b/charts/authentik/ci/ct-values.yaml index cb58d99a..d98ccb10 100644 --- a/charts/authentik/ci/ct-values.yaml +++ b/charts/authentik/ci/ct-values.yaml @@ -5,7 +5,7 @@ worker: image: name: ghcr.io/goauthentik/server - tag: 2021.5.3 + tag: 2021.5.4 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index 2891d58d..5bac2f6e 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -7,7 +7,7 @@ worker: image: name: ghcr.io/goauthentik/server - tag: 2021.5.3 + tag: 2021.5.4 pullPolicy: IfNotPresent ingress: