diff --git a/README.md b/README.md index ece01100..75849c14 100644 --- a/README.md +++ b/README.md @@ -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 e2f02ceb..bdaef442 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -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 f3b0de83..ffe4acd4 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.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 4e905fb3..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: @@ -186,5 +186,6 @@ postgresql: redis: # -- enable the bundled bitnami redis chart enabled: false + architecture: standalone auth: enabled: false