Skip to content

Commit

Permalink
Merge pull request #20 from goauthentik/v2.2.0
Browse files Browse the repository at this point in the history
V2.2.0
  • Loading branch information
BeryJu committed Sep 2, 2021
2 parents 9cc9ace + 79bca70 commit 965a150
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 40 deletions.
34 changes: 21 additions & 13 deletions README.md
@@ -1,18 +1,17 @@
# authentik
<p align="center">
<img src="https://goauthentik.io/img/icon_top_brand_colour.svg" height="150" alt="authentik logo">
</p>

![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square)
---

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-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

**Homepage:** <https://goauthentik.io>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| BeryJu | jens@beryju.org | https://github.com/BeryJu |
| dirtycajunrice | nick@cajun.pro | https://github.com/dirtycajunrice |

## Example values to get started:

```yaml
Expand Down Expand Up @@ -40,6 +39,13 @@ redis:
enabled: true
```

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| BeryJu | jens@beryju.org | https://github.com/BeryJu |
| dirtycajunrice | nick@cajun.pro | https://github.com/dirtycajunrice |

## Source Code

* <https://github.com/goauthentik/authentik>
Expand All @@ -58,8 +64,9 @@ redis:
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | affinity applied to the deployments |
| authentik.authentik.geoip | string | `"/geoip/GeoLite2-City.mmdb"` | |
| authentik.email.from | string | `""` | Email from address, can either be in the format "foo@bar.baz" or "Authentik <foo@bar.baz>" |
| authentik.authentik | object | `{"geoip":"/geoip/GeoLite2-City.mmdb"}` | Deprecated, use `authentik.geoip` instead of `authentik.authentik.geoip` |
| authentik.avatars | string | `"gravatar"` | Mode for the avatars. Defaults to gravatar. Possible options 'gravatar' and 'none' |
| authentik.email.from | string | `""` | Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>" |
| authentik.email.host | string | `""` | SMTP Server emails are sent from, fully optional |
| authentik.email.password | string | `""` | SMTP credentials, when left empty, not authentication will be done |
| authentik.email.port | int | `587` | |
Expand All @@ -70,6 +77,7 @@ redis:
| authentik.error_reporting.enabled | bool | `false` | This sends anonymous usage-data, stack traces on errors and performance data to sentry.beryju.org, and is fully opt-in |
| authentik.error_reporting.environment | string | `"k8s"` | This is a string that is sent to sentry with your error reports |
| authentik.error_reporting.send_pii | bool | `false` | Send PII (Personally identifiable information) data to sentry |
| authentik.geoip | string | `"/geoip/GeoLite2-City.mmdb"` | Path for the geoip database. If the file doesn't exist, GeoIP features are disabled. |
| authentik.log_level | string | `"info"` | Log level for server and worker |
| authentik.outposts.docker_image_base | string | `"ghcr.io/goauthentik/%(type)s:%(version)s"` | Template used for managed outposts. The following placeholders can be used %(type)s - the type of the outpost %(version)s - version of your authentik install %(build_hash)s - only for beta versions, the build hash of the image |
| authentik.postgresql.host | string | `{{ .Release.Name }}-postgresql` | set the postgresql hostname to talk to if unset and .Values.postgresql.enabled == true, will generate the default |
Expand All @@ -95,9 +103,9 @@ redis:
| geoip.image | string | `"maxmindinc/geoipupdate:v4.7"` | |
| geoip.licenseKey | string | `""` | sign up under https://www.maxmind.com/en/geolite2/signup |
| geoip.updateInterval | int | `8` | number of hours between update runs |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"2021.7.3"` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2021.8.4"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
16 changes: 10 additions & 6 deletions charts/authentik/Chart.yaml
Expand Up @@ -16,8 +16,8 @@ keywords:
- ldap
- idp
- sp
version: 2.1.0
appVersion: 2021.7.3
version: 2.2.0
appVersion: 2021.8.4
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
- name: BeryJu
Expand All @@ -41,7 +41,11 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: App version update to 2021.7.3
description: App version update to 2021.8.4
- kind: added
description: Make avatar mode configurable
- kind: deprecated
description: Deprecate authentik.authentik fields
artifacthub.io/license: GPL-3.0-only
artifacthub.io/links: |
- name: Github
Expand All @@ -57,8 +61,8 @@ annotations:
url: https://github.com/dirtycajunrice
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2021.7.3
image: ghcr.io/goauthentik/server:2021.8.4
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2021.7.3
image: ghcr.io/goauthentik/proxy:2021.8.4
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2021.7.3
image: ghcr.io/goauthentik/ldap:2021.8.4
34 changes: 21 additions & 13 deletions charts/authentik/README.md
@@ -1,18 +1,17 @@
# authentik
<p align="center">
<img src="https://goauthentik.io/img/icon_top_brand_colour.svg" height="150" alt="authentik logo">
</p>

![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2021.7.3](https://img.shields.io/badge/AppVersion-2021.7.3-informational?style=flat-square)
---

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-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

**Homepage:** <https://goauthentik.io>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| BeryJu | jens@beryju.org | https://github.com/BeryJu |
| dirtycajunrice | nick@cajun.pro | https://github.com/dirtycajunrice |

## Example values to get started:

```yaml
Expand Down Expand Up @@ -40,6 +39,13 @@ redis:
enabled: true
```

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| BeryJu | jens@beryju.org | https://github.com/BeryJu |
| dirtycajunrice | nick@cajun.pro | https://github.com/dirtycajunrice |

## Source Code

* <https://github.com/goauthentik/authentik>
Expand All @@ -58,8 +64,9 @@ redis:
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | affinity applied to the deployments |
| authentik.authentik.geoip | string | `"/geoip/GeoLite2-City.mmdb"` | |
| authentik.email.from | string | `""` | Email from address, can either be in the format "foo@bar.baz" or "Authentik <foo@bar.baz>" |
| authentik.authentik | object | `{"geoip":"/geoip/GeoLite2-City.mmdb"}` | Deprecated, use `authentik.geoip` instead of `authentik.authentik.geoip` |
| authentik.avatars | string | `"gravatar"` | Mode for the avatars. Defaults to gravatar. Possible options 'gravatar' and 'none' |
| authentik.email.from | string | `""` | Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>" |
| authentik.email.host | string | `""` | SMTP Server emails are sent from, fully optional |
| authentik.email.password | string | `""` | SMTP credentials, when left empty, not authentication will be done |
| authentik.email.port | int | `587` | |
Expand All @@ -70,6 +77,7 @@ redis:
| authentik.error_reporting.enabled | bool | `false` | This sends anonymous usage-data, stack traces on errors and performance data to sentry.beryju.org, and is fully opt-in |
| authentik.error_reporting.environment | string | `"k8s"` | This is a string that is sent to sentry with your error reports |
| authentik.error_reporting.send_pii | bool | `false` | Send PII (Personally identifiable information) data to sentry |
| authentik.geoip | string | `"/geoip/GeoLite2-City.mmdb"` | Path for the geoip database. If the file doesn't exist, GeoIP features are disabled. |
| authentik.log_level | string | `"info"` | Log level for server and worker |
| authentik.outposts.docker_image_base | string | `"ghcr.io/goauthentik/%(type)s:%(version)s"` | Template used for managed outposts. The following placeholders can be used %(type)s - the type of the outpost %(version)s - version of your authentik install %(build_hash)s - only for beta versions, the build hash of the image |
| authentik.postgresql.host | string | `{{ .Release.Name }}-postgresql` | set the postgresql hostname to talk to if unset and .Values.postgresql.enabled == true, will generate the default |
Expand All @@ -95,9 +103,9 @@ redis:
| geoip.image | string | `"maxmindinc/geoipupdate:v4.7"` | |
| geoip.licenseKey | string | `""` | sign up under https://www.maxmind.com/en/geolite2/signup |
| geoip.updateInterval | int | `8` | number of hours between update runs |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"2021.7.3"` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2021.8.4"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
17 changes: 12 additions & 5 deletions charts/authentik/README.md.gotmpl
@@ -1,14 +1,19 @@
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}
<p align="center">
<img src="https://goauthentik.io/img/icon_top_brand_colour.svg" height="150" alt="authentik logo">
</p>

---

{{ template "chart.badgesSection" . }}
[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-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" . }}

{{ template "chart.description" . }}

{{ template "chart.homepageLine" . }}

{{ template "chart.maintainersSection" . }}

## Example values to get started:

```yaml
Expand Down Expand Up @@ -36,6 +41,8 @@ redis:
enabled: true
```

{{ template "chart.maintainersSection" . }}

{{ template "chart.sourcesSection" . }}

{{ template "chart.requirementsSection" . }}
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.7.3
tag: 2021.8.4
pullPolicy: IfNotPresent

ingress:
Expand Down
9 changes: 7 additions & 2 deletions charts/authentik/values.yaml
Expand Up @@ -7,7 +7,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2021.7.3
tag: 2021.8.4
pullPolicy: IfNotPresent

ingress:
Expand All @@ -22,13 +22,18 @@ ingress:
pathType: Prefix

authentik:
# -- Deprecated, use `authentik.geoip` instead of `authentik.authentik.geoip`
authentik:
geoip: /geoip/GeoLite2-City.mmdb
# -- Log level for server and worker
log_level: info
# -- Secret key used for cookie singing and unique user IDs,
# don't change this after the first install
secret_key: ""
# -- Path for the geoip database. If the file doesn't exist, GeoIP features are disabled.
geoip: /geoip/GeoLite2-City.mmdb
# -- Mode for the avatars. Defaults to gravatar. Possible options 'gravatar' and 'none'
avatars: gravatar
email:
# -- SMTP Server emails are sent from, fully optional
host: ""
Expand All @@ -43,7 +48,7 @@ authentik:
use_ssl: false
# -- Connection timeout
timeout: 30
# -- Email from address, can either be in the format "foo@bar.baz" or "Authentik <foo@bar.baz>"
# -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"
from: ""
outposts:
# -- Template used for managed outposts. The following placeholders can be used
Expand Down

0 comments on commit 965a150

Please sign in to comment.