Skip to content

Commit

Permalink
bump app ver
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Sep 21, 2021
1 parent d8b2b48 commit 7cae5ab
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge)
![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge)
![AppVersion: 2021.9.1](https://img.shields.io/badge/AppVersion-2021.9.1-informational?style=for-the-badge)

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

Expand Down Expand Up @@ -105,7 +105,7 @@ redis:
| geoip.updateInterval | int | `8` | number of hours between update runs |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2021.9.1-rc1"` | |
| image.tag | string | `"2021.9.1"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/authentik/Chart.yaml
Expand Up @@ -17,7 +17,7 @@ keywords:
- idp
- sp
version: 3.0.0
appVersion: 2021.9.1-rc1
appVersion: 2021.9.1
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
- name: BeryJu
Expand Down Expand Up @@ -61,8 +61,8 @@ annotations:
url: https://github.com/dirtycajunrice
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2021.9.1-rc1
image: ghcr.io/goauthentik/server:2021.9.1
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2021.9.1-rc1
image: ghcr.io/goauthentik/proxy:2021.9.1
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2021.9.1-rc1
image: ghcr.io/goauthentik/ldap:2021.9.1
4 changes: 2 additions & 2 deletions charts/authentik/README.md
Expand Up @@ -6,7 +6,7 @@

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge)
![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge)
![AppVersion: 2021.9.1](https://img.shields.io/badge/AppVersion-2021.9.1-informational?style=for-the-badge)

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

Expand Down Expand Up @@ -105,7 +105,7 @@ redis:
| geoip.updateInterval | int | `8` | number of hours between update runs |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2021.9.1-rc1"` | |
| image.tag | string | `"2021.9.1"` | |
| 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/README.md.gotmpl
Expand Up @@ -6,7 +6,7 @@

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=for-the-badge)
![AppVersion: 2021.9.1-rc1](https://img.shields.io/badge/AppVersion-2021.9.1-rc1-informational?style=for-the-badge)
![AppVersion: 2021.9.1](https://img.shields.io/badge/AppVersion-2021.9.1-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

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.9.1-rc1
tag: 2021.9.1
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.9.1-rc1
tag: 2021.9.1
pullPolicy: IfNotPresent

ingress:
Expand Down

0 comments on commit 7cae5ab

Please sign in to comment.