Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to 2024.10.1 (goauthentik#298)
Browse files Browse the repository at this point in the history
gergosimonyi authored and ChandonPierre committed Nov 15, 2024
1 parent 6297641 commit 54195f7
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@

## authentik Chart

![Version: 2024.10.0](https://img.shields.io/badge/Version-2024.10.0-informational?style=for-the-badge)
![AppVersion: 2024.10.0](https://img.shields.io/badge/AppVersion-2024.10.0-informational?style=for-the-badge)
![Version: 2024.10.1](https://img.shields.io/badge/Version-2024.10.1-informational?style=for-the-badge)
![AppVersion: 2024.10.1](https://img.shields.io/badge/AppVersion-2024.10.1-informational?style=for-the-badge)

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

16 changes: 8 additions & 8 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
version: 2024.10.0
appVersion: 2024.10.0
version: 2024.10.1
appVersion: 2024.10.1
name: authentik
description: authentik is an open-source Identity Provider focused on flexibility and versatility
type: application
@@ -45,7 +45,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: upgrade to authentik 2024.10.0
description: upgrade to authentik 2024.10.1
artifacthub.io/license: GPL
artifacthub.io/links: |
- name: GitHub
@@ -58,19 +58,19 @@ annotations:
url: https://goauthentik.io
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2024.10.0
image: ghcr.io/goauthentik/server:2024.10.1
whitelisted: true
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2024.10.0
image: ghcr.io/goauthentik/proxy:2024.10.1
whitelisted: true
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2024.10.0
image: ghcr.io/goauthentik/ldap:2024.10.1
whitelisted: true
- name: authentik-outpost-radius
image: ghcr.io/goauthentik/radius:2024.10.0
image: ghcr.io/goauthentik/radius:2024.10.1
whitelisted: true
- name: authentik-outpost-rac
image: ghcr.io/goauthentik/rac:2024.10.0
image: ghcr.io/goauthentik/rac:2024.10.1
whitelisted: true
artifacthub.io/screenshots: |
- title: User interface
4 changes: 2 additions & 2 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
@@ -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: 2024.10.0](https://img.shields.io/badge/Version-2024.10.0-informational?style=for-the-badge)
![AppVersion: 2024.10.0](https://img.shields.io/badge/AppVersion-2024.10.0-informational?style=for-the-badge)
![Version: 2024.10.1](https://img.shields.io/badge/Version-2024.10.1-informational?style=for-the-badge)
![AppVersion: 2024.10.1](https://img.shields.io/badge/AppVersion-2024.10.1-informational?style=for-the-badge)

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

4 changes: 2 additions & 2 deletions charts/authentik/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -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: 2024.10.0](https://img.shields.io/badge/Version-2024.10.0-informational?style=for-the-badge)
![AppVersion: 2024.10.0](https://img.shields.io/badge/AppVersion-2024.10.0-informational?style=for-the-badge)
![Version: 2024.10.1](https://img.shields.io/badge/Version-2024.10.1-informational?style=for-the-badge)
![AppVersion: 2024.10.1](https://img.shields.io/badge/AppVersion-2024.10.1-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

0 comments on commit 54195f7

Please sign in to comment.