Automated Manifest Update (#4223)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #4223 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 #4223.
This commit is contained in:
@@ -4,13 +4,13 @@ metadata:
|
||||
name: authentik-worker
|
||||
namespace: "authentik"
|
||||
labels:
|
||||
helm.sh/chart: "authentik-2025.12.4"
|
||||
helm.sh/chart: "authentik-2026.2.0"
|
||||
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.12.4"
|
||||
app.kubernetes.io/version: "2026.2.0"
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 3
|
||||
@@ -22,21 +22,21 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
helm.sh/chart: "authentik-2025.12.4"
|
||||
helm.sh/chart: "authentik-2026.2.0"
|
||||
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.12.4"
|
||||
app.kubernetes.io/version: "2026.2.0"
|
||||
annotations:
|
||||
checksum/secret: 68e05bfc5934d8ef8923a7556865d6b9b0ddb7abb94ca9160c38cd8b477bca28
|
||||
checksum/secret: ad1b48a91ebb013d28a9e70da3b51f2c62869dd0da0246694113dbc7b4551a93
|
||||
spec:
|
||||
serviceAccountName: authentik
|
||||
terminationGracePeriodSeconds: 30
|
||||
containers:
|
||||
- name: worker
|
||||
image: ghcr.io/goauthentik/server:2025.12.4
|
||||
image: ghcr.io/goauthentik/server:2026.2.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- worker
|
||||
|
||||
Reference in New Issue
Block a user