-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version * remove old s3 stuff * don't validate maintainers
- Loading branch information
Showing
7 changed files
with
35 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ description: authentik is an open-source Identity Provider focused on flexibilit | |
name: authentik | ||
home: https://goauthentik.io | ||
sources: | ||
- https://github.com/goauthentik/authentik | ||
- https://goauthentik.io/docs/ | ||
- https://github.com/goauthentik/authentik | ||
keywords: | ||
- proxy | ||
- oauth | ||
|
@@ -16,16 +16,13 @@ keywords: | |
- ldap | ||
- idp | ||
- sp | ||
version: 2022.10.0 | ||
appVersion: 2022.10.0 | ||
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg | ||
version: 2022.11.0 | ||
appVersion: 2022.11.1 | ||
icon: https://goauthentik.io/img/icon.png | ||
maintainers: | ||
- name: BeryJu | ||
email: [email protected] | ||
url: https://github.com/BeryJu | ||
- name: dirtycajunrice | ||
email: [email protected] | ||
url: https://github.com/dirtycajunrice | ||
- name: authentik Team | ||
email: [email protected] | ||
url: https://goauthentik.io | ||
dependencies: | ||
- name: postgresql | ||
version: 10.16.2 | ||
|
@@ -41,24 +38,29 @@ dependencies: | |
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: upgrade to authentik 2022.10.0 | ||
artifacthub.io/license: GPL-3.0-only | ||
description: upgrade to authentik 2022.11.1 | ||
artifacthub.io/license: MIT | ||
artifacthub.io/links: | | ||
- name: Github | ||
url: https://github.com/goauthentik/authentik | ||
- name: Docs | ||
url: https://goauthentik.io/docs/ | ||
artifacthub.io/maintainers: | | ||
- name: Jens L. BeryJu | ||
email: [email protected] | ||
url: https://beryju.org | ||
- name: Nicholas St. Germain | ||
email: [email protected] | ||
url: https://github.com/dirtycajunrice | ||
- name: authentik Team | ||
email: [email protected] | ||
url: https://goauthentik.io | ||
artifacthub.io/images: | | ||
- name: authentik | ||
image: ghcr.io/goauthentik/server:2022.10.0 | ||
image: ghcr.io/goauthentik/server:2022.11.1 | ||
whitelisted: true | ||
- name: authentik-outpost-proxy | ||
image: ghcr.io/goauthentik/proxy:2022.10.0 | ||
image: ghcr.io/goauthentik/proxy:2022.11.1 | ||
whitelisted: true | ||
- name: authentik-outpost-ldap | ||
image: ghcr.io/goauthentik/ldap:2022.10.0 | ||
image: ghcr.io/goauthentik/ldap:2022.11.1 | ||
whitelisted: true | ||
artifacthub.io/screenshots: | | ||
- title: User interface | ||
url: https://goauthentik.io/img/screen_apps_light.jpg | ||
- title: Admin interface | ||
url: https://goauthentik.io/img/screen_admin_light.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
|
||
[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord) | ||
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/goauthentik/helm/Lint%20and%20Test%20Chart?label=cid&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml) | ||
![Version: 2022.10.0](https://img.shields.io/badge/Version-2022.10.0-informational?style=for-the-badge) | ||
![AppVersion: 2022.10.0](https://img.shields.io/badge/AppVersion-2022.10.0-informational?style=for-the-badge) | ||
![Version: 2022.11.0](https://img.shields.io/badge/Version-2022.11.0-informational?style=for-the-badge) | ||
![AppVersion: 2022.11.1](https://img.shields.io/badge/AppVersion-2022.11.1-informational?style=for-the-badge) | ||
|
||
authentik is an open-source Identity Provider focused on flexibility and versatility | ||
|
||
|
@@ -44,13 +44,12 @@ redis: | |
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| BeryJu | <[email protected]> | <https://github.com/BeryJu> | | ||
| dirtycajunrice | <[email protected]> | <https://github.com/dirtycajunrice> | | ||
| authentik Team | <[email protected]> | <https://goauthentik.io/> | | ||
## Source Code | ||
* <https://github.com/goauthentik/authentik> | ||
* <https://goauthentik.io/docs/> | ||
* <https://github.com/goauthentik/authentik> | ||
## Requirements | ||
|
@@ -85,13 +84,6 @@ redis: | |
| authentik.postgresql.name | string | `authentik` | postgresql Database name | | ||
| authentik.postgresql.password | string | `""` | | | ||
| authentik.postgresql.port | int | `5432` | | | ||
| authentik.postgresql.s3_backup.access_key | string | `""` | optional S3 backup, access key | | ||
| authentik.postgresql.s3_backup.bucket | string | `""` | optional S3 backup, bucket | | ||
| authentik.postgresql.s3_backup.host | string | `""` | optional S3 backup, host, including protocol (https://minio.domain.tld) | | ||
| authentik.postgresql.s3_backup.insecure_skip_verify | bool | `false` | optional S3 backup, set to `true` to disable SSL certificate verification | | ||
| authentik.postgresql.s3_backup.location | string | `"/"` | optional S3 backup, location in the bucket | | ||
| authentik.postgresql.s3_backup.region | string | `""` | optional S3 backup, region | | ||
| authentik.postgresql.s3_backup.secret_key | string | `""` | optional S3 backup, secret key | | ||
| authentik.postgresql.user | string | `authentik` | postgresql Username | | ||
| authentik.redis.host | string | `{{ .Release.Name }}-redis-master` | set the redis hostname to talk to | | ||
| authentik.redis.password | string | `""` | | | ||
|
@@ -110,7 +102,7 @@ redis: | |
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.pullSecrets | list | `[]` | | | ||
| image.repository | string | `"ghcr.io/goauthentik/server"` | | | ||
| image.tag | string | `"2022.9.0"` | | | ||
| image.tag | string | `"2022.11.1"` | | | ||
| ingress.annotations | object | `{}` | | | ||
| ingress.enabled | bool | `false` | | | ||
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters