Skip to content

Commit

Permalink
Merge pull request #11 from goauthentik/1.0.1
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
BeryJu committed May 26, 2021
2 parents 1b402ee + 52914be commit 6c971a0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# authentik

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0--RC7-informational?style=flat-square) ![AppVersion: 2021.5.3](https://img.shields.io/badge/AppVersion-2021.5.3-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 2021.5.4](https://img.shields.io/badge/AppVersion-2021.5.4-informational?style=flat-square)

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

Expand Down Expand Up @@ -95,7 +95,7 @@ redis:
| geoip.schedule | string | `"0 */8 * * *"` | |
| image.name | string | `"ghcr.io/goauthentik/server"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"2021.5.3"` | |
| image.tag | string | `"2021.5.4"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
17 changes: 5 additions & 12 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: 1.0.0
appVersion: 2021.5.3
version: 1.0.1
appVersion: 2021.5.4
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
- name: BeryJu
Expand All @@ -39,13 +39,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 2.4.0
annotations:
artifacthub.io/changes: |
- kind: added
description: all values under authentik: are now template-able
- kind: added
description: add more docs
- kind: fixed
description: update images in Chart.yaml file
artifacthub.io/license: GPL-3.0-only
artifacthub.io/links: |
- name: Github
Expand All @@ -61,8 +54,8 @@ annotations:
url: https://github.com/dirtycajunrice
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2021.5.3
image: ghcr.io/goauthentik/server:2021.5.4
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2021.5.3
image: ghcr.io/goauthentik/proxy:2021.5.4
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2021.5.3
image: ghcr.io/goauthentik/ldap:2021.5.4
4 changes: 2 additions & 2 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# authentik

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0--RC7-informational?style=flat-square) ![AppVersion: 2021.5.3](https://img.shields.io/badge/AppVersion-2021.5.3-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 2021.5.4](https://img.shields.io/badge/AppVersion-2021.5.4-informational?style=flat-square)

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

Expand Down Expand Up @@ -95,7 +95,7 @@ redis:
| geoip.schedule | string | `"0 */8 * * *"` | |
| image.name | string | `"ghcr.io/goauthentik/server"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"2021.5.3"` | |
| image.tag | string | `"2021.5.4"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
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:
name: ghcr.io/goauthentik/server
tag: 2021.5.3
tag: 2021.5.4
pullPolicy: IfNotPresent

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

image:
name: ghcr.io/goauthentik/server
tag: 2021.5.3
tag: 2021.5.4
pullPolicy: IfNotPresent

ingress:
Expand Down Expand Up @@ -186,5 +186,6 @@ postgresql:
redis:
# -- enable the bundled bitnami redis chart
enabled: false
architecture: standalone
auth:
enabled: false

0 comments on commit 6c971a0

Please sign in to comment.