Skip to content

Commit

Permalink
bump to 2023.3.1 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Mar 16, 2023
1 parent 9d51c8a commit 3e4f3f2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 19 deletions.
27 changes: 15 additions & 12 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ sources:
- https://goauthentik.io/docs/
- https://github.com/goauthentik/authentik
keywords:
- proxy
- oauth
- authentication
- saml
- sso
- directory
- identity
- single-sign-on
- ldap
- idp
- ldap
- oauth
- oidc
- proxy
- saml
- scim
- single-sign-on
- sp
version: 2023.3.0
appVersion: 2023.3.0
- sso
version: 2023.3.1
appVersion: 2023.3.1
icon: https://goauthentik.io/img/icon.png
maintainers:
- name: authentik Team
Expand All @@ -38,7 +41,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: upgrade to authentik 2023.3.0
description: upgrade to authentik 2023.3.1
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: Github
Expand All @@ -51,13 +54,13 @@ annotations:
url: https://goauthentik.io
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2023.3.0
image: ghcr.io/goauthentik/server:2023.3.1
whitelisted: true
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2023.3.0
image: ghcr.io/goauthentik/proxy:2023.3.1
whitelisted: true
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2023.3.0
image: ghcr.io/goauthentik/ldap:2023.3.1
whitelisted: true
artifacthub.io/screenshots: |
- title: User interface
Expand Down
6 changes: 3 additions & 3 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/actions/workflow/status/goauthentik/helm/lint-test.yaml?branch=main&label=ci&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 2023.3.0](https://img.shields.io/badge/Version-2023.3.0-informational?style=for-the-badge)
![AppVersion: 2023.3.0](https://img.shields.io/badge/AppVersion-2023.3.0-informational?style=for-the-badge)
![Version: 2023.3.1](https://img.shields.io/badge/Version-2023.3.1-informational?style=for-the-badge)
![AppVersion: 2023.3.1](https://img.shields.io/badge/AppVersion-2023.3.1-informational?style=for-the-badge)

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

Expand Down Expand Up @@ -102,7 +102,7 @@ redis:
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets | list | `[]` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2023.3.0"` | |
| image.tag | string | `"2023.3.1"` | |
| 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/actions/workflow/status/goauthentik/helm/lint-test.yaml?branch=main&label=ci&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 2023.3.0](https://img.shields.io/badge/Version-2023.3.0-informational?style=for-the-badge)
![AppVersion: 2023.3.0](https://img.shields.io/badge/AppVersion-2023.3.0-informational?style=for-the-badge)
![Version: 2023.3.1](https://img.shields.io/badge/Version-2023.3.1-informational?style=for-the-badge)
![AppVersion: 2023.3.1](https://img.shields.io/badge/AppVersion-2023.3.1-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

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:
repository: ghcr.io/goauthentik/server
tag: 2023.3.0
tag: 2023.3.1
pullPolicy: IfNotPresent

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

image:
repository: ghcr.io/goauthentik/server
tag: 2023.3.0
tag: 2023.3.1
# -- optional container image digest
digest: ""
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 3e4f3f2

Please sign in to comment.