Skip to content

Commit

Permalink
Merge pull request #18 from goauthentik/v2.1.0
Browse files Browse the repository at this point in the history
bump app version
  • Loading branch information
BeryJu committed Aug 5, 2021
2 parents d3fbb0b + da7d20c commit 9cc9ace
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# authentik

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.6.4](https://img.shields.io/badge/AppVersion-2021.6.4-informational?style=flat-square)
![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)

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

Expand Down Expand Up @@ -97,7 +97,7 @@ redis:
| 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.5.4"` | |
| image.tag | string | `"2021.7.3"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
14 changes: 6 additions & 8 deletions charts/authentik/Chart.yaml
Expand Up @@ -16,8 +16,8 @@ keywords:
- ldap
- idp
- sp
version: 2.0.0
appVersion: 2021.6.4
version: 2.1.0
appVersion: 2021.7.3
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
- name: BeryJu
Expand All @@ -41,9 +41,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Breaking: Image value key is now repository
- kind: changed
description: App version update to 2021.6.4
description: App version update to 2021.7.3
artifacthub.io/license: GPL-3.0-only
artifacthub.io/links: |
- name: Github
Expand All @@ -59,8 +57,8 @@ annotations:
url: https://github.com/dirtycajunrice
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2021.5.4
image: ghcr.io/goauthentik/server:2021.7.3
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2021.5.4
image: ghcr.io/goauthentik/proxy:2021.7.3
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2021.5.4
image: ghcr.io/goauthentik/ldap:2021.7.3
4 changes: 2 additions & 2 deletions charts/authentik/README.md
@@ -1,6 +1,6 @@
# authentik

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2021.6.4](https://img.shields.io/badge/AppVersion-2021.6.4-informational?style=flat-square)
![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)

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

Expand Down Expand Up @@ -97,7 +97,7 @@ redis:
| 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.5.4"` | |
| image.tag | string | `"2021.7.3"` | |
| 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
Expand Up @@ -5,7 +5,7 @@ worker:

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

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/values.yaml
Expand Up @@ -7,7 +7,7 @@ worker:

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

ingress:
Expand Down

0 comments on commit 9cc9ace

Please sign in to comment.