From 98ce371bb33fc91f64f1639cdc2820d65be55dc1 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 16 Jan 2026 19:23:32 +0000 Subject: [PATCH] Automated Manifest Update (#3258) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3258 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../authentik/Deployment-authentik-server.yaml | 12 ++++++------ .../authentik/Deployment-authentik-worker.yaml | 12 ++++++------ .../authentik/HTTPRoute-authentik-server.yaml | 4 ++-- .../authentik/PrometheusRule-authentik.yaml | 4 ++-- .../cl01tl/manifests/authentik/Secret-authentik.yaml | 4 ++-- .../authentik/Service-authentik-server-metrics.yaml | 4 ++-- .../authentik/Service-authentik-server.yaml | 4 ++-- .../authentik/ServiceMonitor-authentik-server.yaml | 4 ++-- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/clusters/cl01tl/manifests/authentik/Deployment-authentik-server.yaml b/clusters/cl01tl/manifests/authentik/Deployment-authentik-server.yaml index 6396b942d..4df1ee217 100644 --- a/clusters/cl01tl/manifests/authentik/Deployment-authentik-server.yaml +++ b/clusters/cl01tl/manifests/authentik/Deployment-authentik-server.yaml @@ -4,13 +4,13 @@ metadata: name: authentik-server 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: "server" 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,20 +22,20 @@ 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: "server" 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: terminationGracePeriodSeconds: 30 containers: - name: server - image: ghcr.io/goauthentik/server:2025.10.3 + image: ghcr.io/goauthentik/server:2025.12.1 imagePullPolicy: IfNotPresent args: - server diff --git a/clusters/cl01tl/manifests/authentik/Deployment-authentik-worker.yaml b/clusters/cl01tl/manifests/authentik/Deployment-authentik-worker.yaml index 956dc76ad..187c28015 100644 --- a/clusters/cl01tl/manifests/authentik/Deployment-authentik-worker.yaml +++ b/clusters/cl01tl/manifests/authentik/Deployment-authentik-worker.yaml @@ -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 diff --git a/clusters/cl01tl/manifests/authentik/HTTPRoute-authentik-server.yaml b/clusters/cl01tl/manifests/authentik/HTTPRoute-authentik-server.yaml index 899c341c0..a9f9d05f6 100644 --- a/clusters/cl01tl/manifests/authentik/HTTPRoute-authentik-server.yaml +++ b/clusters/cl01tl/manifests/authentik/HTTPRoute-authentik-server.yaml @@ -4,13 +4,13 @@ metadata: name: authentik-server 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: "server" 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: parentRefs: - group: gateway.networking.k8s.io diff --git a/clusters/cl01tl/manifests/authentik/PrometheusRule-authentik.yaml b/clusters/cl01tl/manifests/authentik/PrometheusRule-authentik.yaml index e5f523241..cc6b8c759 100644 --- a/clusters/cl01tl/manifests/authentik/PrometheusRule-authentik.yaml +++ b/clusters/cl01tl/manifests/authentik/PrometheusRule-authentik.yaml @@ -4,12 +4,12 @@ metadata: name: authentik 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/managed-by: "Helm" app.kubernetes.io/part-of: "authentik" - app.kubernetes.io/version: "2025.10.3" + app.kubernetes.io/version: "2025.12.1" spec: groups: - name: authentik Aggregate request counters diff --git a/clusters/cl01tl/manifests/authentik/Secret-authentik.yaml b/clusters/cl01tl/manifests/authentik/Secret-authentik.yaml index 1186b9c5a..1999841f0 100644 --- a/clusters/cl01tl/manifests/authentik/Secret-authentik.yaml +++ b/clusters/cl01tl/manifests/authentik/Secret-authentik.yaml @@ -4,12 +4,12 @@ metadata: name: authentik 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/managed-by: "Helm" app.kubernetes.io/part-of: "authentik" - app.kubernetes.io/version: "2025.10.3" + app.kubernetes.io/version: "2025.12.1" data: AUTHENTIK_EMAIL__PORT: "NTg3" AUTHENTIK_EMAIL__TIMEOUT: "MzA=" diff --git a/clusters/cl01tl/manifests/authentik/Service-authentik-server-metrics.yaml b/clusters/cl01tl/manifests/authentik/Service-authentik-server-metrics.yaml index 1c9a11d45..088c98230 100644 --- a/clusters/cl01tl/manifests/authentik/Service-authentik-server-metrics.yaml +++ b/clusters/cl01tl/manifests/authentik/Service-authentik-server-metrics.yaml @@ -4,13 +4,13 @@ metadata: name: authentik-server-metrics 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: "server-metrics" 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: type: ClusterIP ports: diff --git a/clusters/cl01tl/manifests/authentik/Service-authentik-server.yaml b/clusters/cl01tl/manifests/authentik/Service-authentik-server.yaml index 739d1cfb5..4c4cb0a84 100644 --- a/clusters/cl01tl/manifests/authentik/Service-authentik-server.yaml +++ b/clusters/cl01tl/manifests/authentik/Service-authentik-server.yaml @@ -4,13 +4,13 @@ metadata: name: authentik-server 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: "server" 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: type: ClusterIP ports: diff --git a/clusters/cl01tl/manifests/authentik/ServiceMonitor-authentik-server.yaml b/clusters/cl01tl/manifests/authentik/ServiceMonitor-authentik-server.yaml index 3d2f53b04..69c8e500d 100644 --- a/clusters/cl01tl/manifests/authentik/ServiceMonitor-authentik-server.yaml +++ b/clusters/cl01tl/manifests/authentik/ServiceMonitor-authentik-server.yaml @@ -4,13 +4,13 @@ metadata: name: authentik-server 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: "server-metrics" 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: endpoints: - port: metrics