Automated Manifest Update (#3258)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #3258 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3258.
This commit is contained in:
@@ -4,13 +4,13 @@ metadata:
|
||||
name: authentik-worker
|
||||
namespace: "authentik"
|
||||
labels:
|
||||
helm.sh/chart: "authentik-2025.10.3"
|
||||
helm.sh/chart: "authentik-2025.12.1"
|
||||
app.kubernetes.io/name: "authentik"
|
||||
app.kubernetes.io/instance: "authentik"
|
||||
app.kubernetes.io/component: "worker"
|
||||
app.kubernetes.io/managed-by: "Helm"
|
||||
app.kubernetes.io/part-of: "authentik"
|
||||
app.kubernetes.io/version: "2025.10.3"
|
||||
app.kubernetes.io/version: "2025.12.1"
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 3
|
||||
@@ -22,21 +22,21 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
helm.sh/chart: "authentik-2025.10.3"
|
||||
helm.sh/chart: "authentik-2025.12.1"
|
||||
app.kubernetes.io/name: "authentik"
|
||||
app.kubernetes.io/instance: "authentik"
|
||||
app.kubernetes.io/component: "worker"
|
||||
app.kubernetes.io/managed-by: "Helm"
|
||||
app.kubernetes.io/part-of: "authentik"
|
||||
app.kubernetes.io/version: "2025.10.3"
|
||||
app.kubernetes.io/version: "2025.12.1"
|
||||
annotations:
|
||||
checksum/secret: 81023a537ff1b052b9aa8885a264a3bc8d874319f2925e0905ff49b51381495c
|
||||
checksum/secret: a62d2991999b23c5469919025e75ddddf7da78b65876b9570e27b51015e1160a
|
||||
spec:
|
||||
serviceAccountName: authentik
|
||||
terminationGracePeriodSeconds: 30
|
||||
containers:
|
||||
- name: worker
|
||||
image: ghcr.io/goauthentik/server:2025.10.3
|
||||
image: ghcr.io/goauthentik/server:2025.12.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- worker
|
||||
|
||||
Reference in New Issue
Block a user