diff --git a/README.md b/README.md index 162bde7b..f70368dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # authentik -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.6.4](https://img.shields.io/badge/AppVersion-2021.6.4-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -97,7 +97,7 @@ redis: | geoip.updateInterval | int | `8` | number of hours between update runs | | image.repository | string | `"ghcr.io/goauthentik/server"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.tag | string | `"2021.5.4"` | | +| image.tag | string | `"2021.7.3"` | | | 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 852eb44f..202d7d46 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,8 +16,8 @@ keywords: - ldap - idp - sp -version: 2.0.0 -appVersion: 2021.6.4 +version: 2.1.0 +appVersion: 2021.7.3 icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg maintainers: - name: BeryJu @@ -41,9 +41,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Breaking: Image value key is now repository - - kind: changed - description: App version update to 2021.6.4 + description: App version update to 2021.7.3 artifacthub.io/license: GPL-3.0-only artifacthub.io/links: | - name: Github @@ -59,8 +57,8 @@ annotations: url: https://github.com/dirtycajunrice artifacthub.io/images: | - name: authentik - image: ghcr.io/goauthentik/server:2021.5.4 + image: ghcr.io/goauthentik/server:2021.7.3 - name: authentik-outpost-proxy - image: ghcr.io/goauthentik/proxy:2021.5.4 + image: ghcr.io/goauthentik/proxy:2021.7.3 - name: authentik-outpost-ldap - image: ghcr.io/goauthentik/ldap:2021.5.4 + image: ghcr.io/goauthentik/ldap:2021.7.3 diff --git a/charts/authentik/README.md b/charts/authentik/README.md index 162bde7b..f70368dc 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -1,6 +1,6 @@ # authentik -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.6.4](https://img.shields.io/badge/AppVersion-2021.6.4-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square) authentik is an open-source Identity Provider focused on flexibility and versatility @@ -97,7 +97,7 @@ redis: | geoip.updateInterval | int | `8` | number of hours between update runs | | image.repository | string | `"ghcr.io/goauthentik/server"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.tag | string | `"2021.5.4"` | | +| image.tag | string | `"2021.7.3"` | | | 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 e30aac6d..2b6ddd15 100644 --- a/charts/authentik/ci/ct-values.yaml +++ b/charts/authentik/ci/ct-values.yaml @@ -5,7 +5,7 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2021.5.4 + tag: 2021.7.3 pullPolicy: IfNotPresent ingress: diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index 900890a2..6fa59208 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -7,7 +7,7 @@ worker: image: repository: ghcr.io/goauthentik/server - tag: 2021.6.4 + tag: 2021.7.3 pullPolicy: IfNotPresent ingress: