diff --git a/README.md b/README.md index d2f19430..928914e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ --- [![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) -![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=for-the-badge) +![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=for-the-badge) ![AppVersion: 2021.8.4](https://img.shields.io/badge/AppVersion-2021.8.4-informational?style=for-the-badge) 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 f620c7fb..19543051 100644 --- a/charts/authentik/Chart.yaml +++ b/charts/authentik/Chart.yaml @@ -16,7 +16,7 @@ keywords: - ldap - idp - sp -version: 2.3.0 +version: 2.3.1 appVersion: 2021.8.4 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 d2f19430..928914e8 100644 --- a/charts/authentik/README.md +++ b/charts/authentik/README.md @@ -5,7 +5,7 @@ --- [![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) -![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=for-the-badge) +![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=for-the-badge) ![AppVersion: 2021.8.4](https://img.shields.io/badge/AppVersion-2021.8.4-informational?style=for-the-badge) authentik is an open-source Identity Provider focused on flexibility and versatility diff --git a/charts/authentik/README.md.gotmpl b/charts/authentik/README.md.gotmpl index fcfd8dcd..c4f3ad44 100644 --- a/charts/authentik/README.md.gotmpl +++ b/charts/authentik/README.md.gotmpl @@ -5,7 +5,7 @@ --- [![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) -![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=for-the-badge) +![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=for-the-badge) ![AppVersion: 2021.8.4](https://img.shields.io/badge/AppVersion-2021.8.4-informational?style=for-the-badge) {{ template "chart.deprecationWarning" . }} diff --git a/charts/authentik/templates/deployment.yaml b/charts/authentik/templates/deployment.yaml index 7c81fe3d..0d9c2848 100644 --- a/charts/authentik/templates/deployment.yaml +++ b/charts/authentik/templates/deployment.yaml @@ -85,8 +85,6 @@ spec: {{- if $.Values.geoip.enabled }} - name: geoip-sidecar image: "{{ $.Values.geoip.image }}" - lifecycle: - type: Sidecar env: - name: GEOIPUPDATE_FREQUENCY value: {{ $.Values.geoip.updateInterval | quote }}