chore: Update manifests after change
This commit is contained in:
@@ -4,13 +4,13 @@ metadata:
|
||||
name: authentik-worker
|
||||
namespace: "authentik"
|
||||
labels:
|
||||
helm.sh/chart: "authentik-2026.2.3"
|
||||
helm.sh/chart: "authentik-2026.5.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: "2026.2.3"
|
||||
app.kubernetes.io/version: "2026.5.0"
|
||||
spec:
|
||||
replicas: 2
|
||||
revisionHistoryLimit: 3
|
||||
@@ -22,21 +22,21 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
helm.sh/chart: "authentik-2026.2.3"
|
||||
helm.sh/chart: "authentik-2026.5.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: "2026.2.3"
|
||||
app.kubernetes.io/version: "2026.5.0"
|
||||
annotations:
|
||||
checksum/secret: c3f3fe8cb6c7524f44fadde8e238c9c4ed11ec5c4de6959ac70f0ba9148ab3b1
|
||||
checksum/secret: cc1c7eca2c3060a0e4a9c705a21e11c57f0a477f6f83775a44ec124f97686d47
|
||||
spec:
|
||||
serviceAccountName: authentik
|
||||
terminationGracePeriodSeconds: 30
|
||||
containers:
|
||||
- name: worker
|
||||
image: ghcr.io/goauthentik/server:2026.2.3
|
||||
image: ghcr.io/goauthentik/server:2026.5.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- worker
|
||||
@@ -66,10 +66,6 @@ spec:
|
||||
secretKeyRef:
|
||||
key: password
|
||||
name: authentik-postgresql-18-cluster-app
|
||||
- name: AUTHENTIK_LISTEN__HTTP
|
||||
value: "0.0.0.0:9000"
|
||||
- name: AUTHENTIK_LISTEN__METRICS
|
||||
value: "0.0.0.0:9300"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: authentik
|
||||
|
||||
Reference in New Issue
Block a user