Skip to content

Commit

Permalink
Merge pull request #25 from goauthentik/v2.3.1
Browse files Browse the repository at this point in the history
remove lifecycle type sidecar
  • Loading branch information
BeryJu authored Sep 4, 2021
2 parents 897de46 + 54ee79d commit 6be0094
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down
2 changes: 0 additions & 2 deletions charts/authentik/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6be0094

Please sign in to comment.