authentik: upgrade to 2026.5.2

This commit is contained in:
2026-06-03 12:18:29 +02:00
parent 0dd2d4e52c
commit b8e8a6820b
3 changed files with 2 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: authentik
image: ghcr.io/goauthentik/server:2026.2.1
image: ghcr.io/goauthentik/server:2026.5.2
command: ["ak"]
args: ["server"]
ports:

View File

@@ -19,7 +19,7 @@ spec:
runAsUser: 0
containers:
- name: authentik
image: ghcr.io/goauthentik/server:2026.2.1
image: ghcr.io/goauthentik/server:2026.5.2
command: ["ak"]
args: ["worker"]
env:

View File

@@ -1,12 +0,0 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pelican-mariadb-pvc
namespace: pelican
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 5Gi