Skip to content

Commit

Permalink
5.0 (#40)
Browse files Browse the repository at this point in the history
* bump k8s-common to 4.2

* bump version, use ghcr directly

* bump to 2021.12.2
  • Loading branch information
BeryJu authored Dec 21, 2021
1 parent aa4190e commit 538bd44
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

## authentik Chart

![Version: 4.0.3](https://img.shields.io/badge/Version-4.0.3-informational?style=for-the-badge)
![AppVersion: 2021.10.4](https://img.shields.io/badge/AppVersion-2021.10.4-informational?style=for-the-badge)
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=for-the-badge)
![AppVersion: 2021.12.3](https://img.shields.io/badge/AppVersion-2021.12.3-informational?style=for-the-badge)

See [README](./charts/authentik/README.md)

Expand Down
16 changes: 9 additions & 7 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: 4.0.3
appVersion: 2021.10.4
version: 5.0.0
appVersion: 2021.12.3
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
- name: BeryJu
Expand All @@ -37,11 +37,13 @@ dependencies:
condition: redis.enabled
- name: common
repository: https://library-charts.k8s-at-home.com
version: 2.4.0
version: 4.2.0
annotations:
artifacthub.io/changes: |
- kind: changed
description: use authentik.outposts.container_image_base to align with upstream config
description: upgrade to authentik 2021.12.3
- kind: changed
description: upgrade to latest k8s-at-home common chart
artifacthub.io/license: GPL-3.0-only
artifacthub.io/links: |
- name: Github
Expand All @@ -57,8 +59,8 @@ annotations:
url: https://github.com/dirtycajunrice
artifacthub.io/images: |
- name: authentik
image: goauthentik.io/server:2021.10.4
image: ghcr.io/goauthentik/server:2021.12.3
- name: authentik-outpost-proxy
image: goauthentik.io/proxy:2021.10.4
image: ghcr.io/goauthentik/proxy:2021.12.3
- name: authentik-outpost-ldap
image: goauthentik.io/ldap:2021.10.4
image: ghcr.io/goauthentik/ldap:2021.12.3
12 changes: 6 additions & 6 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 4.0.3](https://img.shields.io/badge/Version-4.0.3-informational?style=for-the-badge)
![AppVersion: 2021.10.4](https://img.shields.io/badge/AppVersion-2021.10.4-informational?style=for-the-badge)
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=for-the-badge)
![AppVersion: 2021.12.3](https://img.shields.io/badge/AppVersion-2021.12.3-informational?style=for-the-badge)

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

Expand Down Expand Up @@ -58,7 +58,7 @@ redis:
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 10.9.5 |
| https://charts.bitnami.com/bitnami | redis | 15.3.2 |
| https://library-charts.k8s-at-home.com | common | 2.4.0 |
| https://library-charts.k8s-at-home.com | common | 4.2.0 |
## Values
Expand All @@ -79,7 +79,7 @@ redis:
| 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.container_image_base | string | `"goauthentik.io/%(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.outposts.container_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 |
| authentik.postgresql.name | string | `authentik` | postgresql Database name |
| authentik.postgresql.password | string | `""` | |
Expand All @@ -106,8 +106,8 @@ redis:
| geoip.updateInterval | int | `8` | number of hours between update runs |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets | list | `[]` | |
| image.repository | string | `"goauthentik.io/server"` | |
| image.tag | string | `"2021.10.4"` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2021.12.3"` | |
| 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 @@ -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: 4.0.3](https://img.shields.io/badge/Version-4.0.3-informational?style=for-the-badge)
![AppVersion: 2021.10.4](https://img.shields.io/badge/AppVersion-2021.10.4-informational?style=for-the-badge)
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=for-the-badge)
![AppVersion: 2021.12.3](https://img.shields.io/badge/AppVersion-2021.12.3-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/ci/ct-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ worker:
replicas: 1

image:
repository: goauthentik.io/server
tag: 2021.10.4
repository: ghcr.io/goauthentik/server
tag: 2021.12.3
pullPolicy: IfNotPresent

ingress:
Expand Down
6 changes: 3 additions & 3 deletions charts/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ worker:
replicas: 1

image:
repository: goauthentik.io/server
tag: 2021.10.4
repository: ghcr.io/goauthentik/server
tag: 2021.12.3
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -56,7 +56,7 @@ authentik:
# %(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
container_image_base: goauthentik.io/%(type)s:%(version)s
container_image_base: ghcr.io/goauthentik/%(type)s:%(version)s
error_reporting:
# -- This sends anonymous usage-data, stack traces on errors and
# performance data to sentry.beryju.org, and is fully opt-in
Expand Down

0 comments on commit 538bd44

Please sign in to comment.