Skip to content

Commit

Permalink
Merge pull request #31 from goauthentik/v3.1
Browse files Browse the repository at this point in the history
bump to 2021.9.8
  • Loading branch information
BeryJu authored Oct 12, 2021
2 parents 5eea053 + be7cad2 commit 097ab42
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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](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)
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=for-the-badge)
![AppVersion: 2021.9.8](https://img.shields.io/badge/AppVersion-2021.9.8-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"` | |
| image.tag | string | `"2021.9.8"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
16 changes: 7 additions & 9 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ keywords:
- ldap
- idp
- sp
version: 3.0.1
appVersion: 2021.9.1
version: 3.1.0
appVersion: 2021.9.8
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
- name: BeryJu
Expand All @@ -41,11 +41,9 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Use new, dedicated metrics port without authentication
- kind: removed
description: Remove deprecated field authentik.authentik.geoip
description: add image pull secrets
- kind: changed
description: Update dependency charts
description: update images
artifacthub.io/license: GPL-3.0-only
artifacthub.io/links: |
- name: Github
Expand All @@ -61,8 +59,8 @@ annotations:
url: https://github.com/dirtycajunrice
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2021.9.1
image: ghcr.io/goauthentik/server:2021.9.8
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2021.9.1
image: ghcr.io/goauthentik/proxy:2021.9.8
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2021.9.1
image: ghcr.io/goauthentik/ldap:2021.9.8
6 changes: 3 additions & 3 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
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](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)
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=for-the-badge)
![AppVersion: 2021.9.8](https://img.shields.io/badge/AppVersion-2021.9.8-informational?style=for-the-badge)

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

Expand Down Expand Up @@ -106,7 +106,7 @@ redis:
| imagePullSecrets | object | `{}` |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2021.9.1"` | |
| image.tag | string | `"2021.9.8"` | |
| 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
Original file line number Diff line number Diff line change
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](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)
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=for-the-badge)
![AppVersion: 2021.9.8](https://img.shields.io/badge/AppVersion-2021.9.8-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

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

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

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2021.9.1
tag: 2021.9.8
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 097ab42

Please sign in to comment.