Skip to content

Commit

Permalink
Merge pull request #28 from goauthentik/v3-release
Browse files Browse the repository at this point in the history
V3 release
  • Loading branch information
BeryJu committed Sep 23, 2021
2 parents 0a24687 + 7cae5ab commit b4911f0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -5,8 +5,8 @@
---

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 3.0.0-rc1](https://img.shields.io/badge/Version-3.0.0-rc1-informational?style=for-the-badge)
![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge)
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge)
![AppVersion: 2021.9.1](https://img.shields.io/badge/AppVersion-2021.9.1-informational?style=for-the-badge)

authentik is an open-source Identity Provider focused on flexibility and versatility

Expand Down Expand Up @@ -105,7 +105,7 @@ redis:
| geoip.updateInterval | int | `8` | number of hours between update runs |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2021.9.1-rc1"` | |
| image.tag | string | `"2021.9.1"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
10 changes: 5 additions & 5 deletions charts/authentik/Chart.yaml
Expand Up @@ -16,8 +16,8 @@ keywords:
- ldap
- idp
- sp
version: 3.0.0-rc1
appVersion: 2021.9.1-rc1
version: 3.0.0
appVersion: 2021.9.1
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
- name: BeryJu
Expand Down Expand Up @@ -61,8 +61,8 @@ annotations:
url: https://github.com/dirtycajunrice
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2021.9.1-rc1
image: ghcr.io/goauthentik/server:2021.9.1
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2021.9.1-rc1
image: ghcr.io/goauthentik/proxy:2021.9.1
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2021.9.1-rc1
image: ghcr.io/goauthentik/ldap:2021.9.1
6 changes: 3 additions & 3 deletions charts/authentik/README.md
Expand Up @@ -5,8 +5,8 @@
---

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 3.0.0-rc1](https://img.shields.io/badge/Version-3.0.0-rc1-informational?style=for-the-badge)
![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge)
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge)
![AppVersion: 2021.9.1](https://img.shields.io/badge/AppVersion-2021.9.1-informational?style=for-the-badge)

authentik is an open-source Identity Provider focused on flexibility and versatility

Expand Down Expand Up @@ -105,7 +105,7 @@ redis:
| geoip.updateInterval | int | `8` | number of hours between update runs |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2021.9.1-rc1"` | |
| image.tag | string | `"2021.9.1"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/README.md.gotmpl
Expand Up @@ -5,8 +5,8 @@
---

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 3.0.0-rc1](https://img.shields.io/badge/Version-3.0.0-rc1-informational?style=for-the-badge)
![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge)
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge)
![AppVersion: 2021.9.1](https://img.shields.io/badge/AppVersion-2021.9.1-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/ci/ct-values.yaml
Expand Up @@ -5,7 +5,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2021.9.1-rc1
tag: 2021.9.1
pullPolicy: IfNotPresent

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/values.yaml
Expand Up @@ -7,7 +7,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2021.9.1-rc1
tag: 2021.9.1
pullPolicy: IfNotPresent

ingress:
Expand Down

0 comments on commit b4911f0

Please sign in to comment.