Skip to content

Commit

Permalink
bump to 2024.2.0-rc2 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
rissson committed Feb 19, 2024
1 parent 900becd commit a812ee5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions charts/authentik/Chart.yaml
@@ -1,7 +1,7 @@
---
apiVersion: v2
version: 2024.2.0-rc1
appVersion: 2024.2.0-rc1
version: 2024.2.0-rc2
appVersion: 2024.2.0-rc2
name: authentik
description: authentik is an open-source Identity Provider focused on flexibility and versatility
type: application
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: upgrade to authentik 2024.2.0-rc1
description: upgrade to authentik 2024.2.0-rc2
artifacthub.io/license: GPL
artifacthub.io/links: |
- name: GitHub
Expand All @@ -58,16 +58,16 @@ annotations:
url: https://goauthentik.io
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2024.2.0-rc1
image: ghcr.io/goauthentik/server:2024.2.0-rc2
whitelisted: true
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2024.2.0-rc1
image: ghcr.io/goauthentik/proxy:2024.2.0-rc2
whitelisted: true
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2024.2.0-rc1
image: ghcr.io/goauthentik/ldap:2024.2.0-rc2
whitelisted: true
- name: authentik-outpost-radius
image: ghcr.io/goauthentik/radius:2024.2.0-rc1
image: ghcr.io/goauthentik/radius:2024.2.0-rc2
whitelisted: true
artifacthub.io/screenshots: |
- title: User interface
Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/README.md
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: 2024.2.0-rc1](https://img.shields.io/badge/Version-2024.2.0-rc1-informational?style=for-the-badge)
![AppVersion: 2024.2.0-rc1](https://img.shields.io/badge/AppVersion-2024.2.0-rc1-informational?style=for-the-badge)
![Version: 2024.2.0-rc2](https://img.shields.io/badge/Version-2024.2.0-rc2-informational?style=for-the-badge)
![AppVersion: 2024.2.0-rc2](https://img.shields.io/badge/AppVersion-2024.2.0-rc2-informational?style=for-the-badge)

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

Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/README.md.gotmpl
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: 2024.2.0-rc1](https://img.shields.io/badge/Version-2024.2.0-rc1-informational?style=for-the-badge)
![AppVersion: 2024.2.0-rc1](https://img.shields.io/badge/AppVersion-2024.2.0-rc1-informational?style=for-the-badge)
![Version: 2024.2.0-rc2](https://img.shields.io/badge/Version-2024.2.0-rc2-informational?style=for-the-badge)
![AppVersion: 2024.2.0-rc2](https://img.shields.io/badge/AppVersion-2024.2.0-rc2-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

Expand Down

0 comments on commit a812ee5

Please sign in to comment.