Skip to content

Commit 17a817e

Browse files
authored
bump to 2025.4.0 (#342)
1 parent eceb86b commit 17a817e

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
## authentik Chart
1111

12-
![Version: 2025.2.4](https://img.shields.io/badge/Version-2025.2.4-informational?style=for-the-badge)
13-
![AppVersion: 2025.2.4](https://img.shields.io/badge/AppVersion-2025.2.4-informational?style=for-the-badge)
12+
![Version: 2025.4.0](https://img.shields.io/badge/Version-2025.4.0-informational?style=for-the-badge)
13+
![AppVersion: 2025.4.0](https://img.shields.io/badge/AppVersion-2025.4.0-informational?style=for-the-badge)
1414

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

charts/authentik/Chart.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: v2
3-
version: 2025.2.4
4-
appVersion: 2025.2.4
3+
version: 2025.4.0
4+
appVersion: 2025.4.0
55
name: authentik
66
description: authentik is an open-source Identity Provider focused on flexibility and versatility
77
type: application
@@ -39,13 +39,13 @@ dependencies:
3939
condition: redis.enabled
4040
- name: authentik-remote-cluster
4141
repository: https://charts.goauthentik.io
42-
version: 2.0.0
42+
version: 2.1.0
4343
condition: serviceAccount.create
4444
alias: serviceAccount
4545
annotations:
4646
artifacthub.io/changes: |
4747
- kind: changed
48-
description: upgrade to authentik 2025.2.4
48+
description: upgrade to authentik 2025.4.0
4949
artifacthub.io/license: GPL
5050
artifacthub.io/links: |
5151
- name: GitHub
@@ -58,19 +58,19 @@ annotations:
5858
url: https://goauthentik.io
5959
artifacthub.io/images: |
6060
- name: authentik
61-
image: ghcr.io/goauthentik/server:2025.2.4
61+
image: ghcr.io/goauthentik/server:2025.4.0
6262
whitelisted: true
6363
- name: authentik-outpost-proxy
64-
image: ghcr.io/goauthentik/proxy:2025.2.4
64+
image: ghcr.io/goauthentik/proxy:2025.4.0
6565
whitelisted: true
6666
- name: authentik-outpost-ldap
67-
image: ghcr.io/goauthentik/ldap:2025.2.4
67+
image: ghcr.io/goauthentik/ldap:2025.4.0
6868
whitelisted: true
6969
- name: authentik-outpost-radius
70-
image: ghcr.io/goauthentik/radius:2025.2.4
70+
image: ghcr.io/goauthentik/radius:2025.4.0
7171
whitelisted: true
7272
- name: authentik-outpost-rac
73-
image: ghcr.io/goauthentik/rac:2025.2.4
73+
image: ghcr.io/goauthentik/rac:2025.4.0
7474
whitelisted: true
7575
artifacthub.io/screenshots: |
7676
- title: User interface

charts/authentik/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
88
[![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)
9-
![Version: 2025.2.4](https://img.shields.io/badge/Version-2025.2.4-informational?style=for-the-badge)
10-
![AppVersion: 2025.2.4](https://img.shields.io/badge/AppVersion-2025.2.4-informational?style=for-the-badge)
9+
![Version: 2025.4.0](https://img.shields.io/badge/Version-2025.4.0-informational?style=for-the-badge)
10+
![AppVersion: 2025.4.0](https://img.shields.io/badge/AppVersion-2025.4.0-informational?style=for-the-badge)
1111

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

@@ -91,7 +91,7 @@ The secret `authentik-postgres-credentials` must have `username` and `password`
9191

9292
| Repository | Name | Version |
9393
|------------|------|---------|
94-
| https://charts.goauthentik.io | serviceAccount(authentik-remote-cluster) | 2.0.0 |
94+
| https://charts.goauthentik.io | serviceAccount(authentik-remote-cluster) | 2.1.0 |
9595
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.6.3 |
9696
| oci://registry-1.docker.io/bitnamicharts | redis | 20.11.5 |
9797

charts/authentik/README.md.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
88
[![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)
9-
![Version: 2025.2.4](https://img.shields.io/badge/Version-2025.2.4-informational?style=for-the-badge)
10-
![AppVersion: 2025.2.4](https://img.shields.io/badge/AppVersion-2025.2.4-informational?style=for-the-badge)
9+
![Version: 2025.4.0](https://img.shields.io/badge/Version-2025.4.0-informational?style=for-the-badge)
10+
![AppVersion: 2025.4.0](https://img.shields.io/badge/AppVersion-2025.4.0-informational?style=for-the-badge)
1111

1212
{{ template "chart.deprecationWarning" . }}
1313

0 commit comments

Comments
 (0)