This commit is contained in:
2023-10-23 20:53:50 +02:00
parent 2a0a2a3b22
commit 897238b8a8
21 changed files with 789 additions and 786 deletions

View File

@@ -4,10 +4,10 @@ kind: Deployment
metadata:
name: authentik-worker
labels:
helm.sh/chart: authentik-2023.6.3
helm.sh/chart: authentik-2023.8.3
app.kubernetes.io/name: authentik
app.kubernetes.io/instance: authentik
app.kubernetes.io/version: "2023.6.1"
app.kubernetes.io/version: "2023.8.3"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: "worker"
spec:
@@ -22,9 +22,9 @@ spec:
app.kubernetes.io/name: authentik
app.kubernetes.io/instance: authentik
app.kubernetes.io/component: "worker"
app.kubernetes.io/version: "2023.6.1"
app.kubernetes.io/version: "2023.8.3"
annotations:
goauthentik.io/config-checksum: 39339b4fd4c8511ca989fe40932e07b38befc9e3642eab092900cdde5cdf8f37
goauthentik.io/config-checksum: 08cc036af634e14e21493747fd10c37a9e31a9ed71f8e668884f7dfc86a936bd
spec:
serviceAccountName: authentik
enableServiceLinks: true
@@ -32,7 +32,7 @@ spec:
{}
containers:
- name: authentik
image: "ghcr.io/goauthentik/server:2023.6.1"
image: "ghcr.io/goauthentik/server:2023.8.3"
imagePullPolicy: "IfNotPresent"
args: ["worker"]
env: