Skip to content

feat(helm)!: Update authentik-genmachine (2025.12.4 → 2026.2.2) (major)#1268

Merged
ixxeL2097 merged 2 commits into
mainfrom
renovate/major-2026-authentik-genmachine
May 13, 2026
Merged

feat(helm)!: Update authentik-genmachine (2025.12.4 → 2026.2.2) (major)#1268
ixxeL2097 merged 2 commits into
mainfrom
renovate/major-2026-authentik-genmachine

Conversation

@ixxel-bot

@ixxel-bot ixxel-bot Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
authentik (source) major 2025.12.42026.2.2
ghcr.io/goauthentik/server (source) major 2025.12.42026.2.2

Release Notes

goauthentik/helm (authentik)

v2026.2.2

Compare Source

authentik is an open-source Identity Provider focused on flexibility and versatility

What's Changed

Full Changelog: goauthentik/helm@authentik-2026.2.1...authentik-2026.2.2

v2026.2.1

Compare Source

authentik is an open-source Identity Provider focused on flexibility and versatility

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2026.2.0...authentik-2026.2.1


Full release notes for authentik

See https://docs.goauthentik.io/docs/releases/2026.2#fixed-in-202621

What's Changed

Full Changelog: goauthentik/authentik@version/2026.2.0...version/2026.2.1

v2026.2.0

Compare Source

authentik is an open-source Identity Provider focused on flexibility and versatility

What's Changed

New Contributors

Full Changelog: goauthentik/helm@authentik-2025.12.4...authentik-2026.2.0


Full release notes for authentik

See https://docs.goauthentik.io/docs/releases/2026.2

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@ixxel-bot ixxel-bot Bot added app/authentik Changes made to Authentik application env/genmachine Changes made in the Talos cluster renovate/docker type/major labels Feb 25, 2026
@ixxel-bot

ixxel-bot Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor Author
--- main/authentik_gitops_manifests_authentik_genmachine_app_manifest_main.yaml	2026-05-13 11:19:31.089391891 +0000
+++ pr/authentik_gitops_manifests_authentik_genmachine_app_manifest_pr.yaml	2026-05-13 11:19:30.418391506 +0000
@@ -76,26 +76,26 @@
     app.kubernetes.io/part-of: "authentik"
     app.kubernetes.io/version: "2.1.0"
 ---
 # Source: authentik/charts/authentik/templates/secret.yaml
 apiVersion: v1
 kind: Secret
 metadata:
   name: authentik
   namespace: "default"
   labels:
-    helm.sh/chart: "authentik-2025.12.4"
+    helm.sh/chart: "authentik-2026.2.2"
     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.12.5"
+    app.kubernetes.io/version: "2026.2.2"
 data:  
   AUTHENTIK_EMAIL__PORT: "NTg3"
   AUTHENTIK_EMAIL__TIMEOUT: "MzA="
   AUTHENTIK_EMAIL__USE_SSL: "ZmFsc2U="
   AUTHENTIK_EMAIL__USE_TLS: "ZmFsc2U="
   AUTHENTIK_ENABLED: "dHJ1ZQ=="
   AUTHENTIK_ERROR_REPORTING__ENABLED: "ZmFsc2U="
   AUTHENTIK_ERROR_REPORTING__ENVIRONMENT: "azhz"
   AUTHENTIK_ERROR_REPORTING__SEND_PII: "ZmFsc2U="
   AUTHENTIK_EVENTS__CONTEXT_PROCESSORS__ASN: "L2dlb2lwL0dlb0xpdGUyLUFTTi5tbWRi"
@@ -378,27 +378,27 @@
     app.kubernetes.io/name: postgresql
     app.kubernetes.io/component: primary
 ---
 # Source: authentik/charts/authentik/templates/server/service.yaml
 apiVersion: v1
 kind: Service
 metadata:
   name: authentik-server
   namespace: "default"
   labels:
-    helm.sh/chart: "authentik-2025.12.4"
+    helm.sh/chart: "authentik-2026.2.2"
     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.12.5"
+    app.kubernetes.io/version: "2026.2.2"
 spec:
   type: ClusterIP
   ports:
     - name: http
       protocol: TCP
       port: 80
       targetPort: 9000
     - name: https
       protocol: TCP
       port: 443
@@ -408,52 +408,52 @@
     app.kubernetes.io/instance: "authentik"
     app.kubernetes.io/component: "server"
 ---
 # Source: authentik/charts/authentik/templates/server/deployment.yaml
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: authentik-server
   namespace: "default"
   labels:
-    helm.sh/chart: "authentik-2025.12.4"
+    helm.sh/chart: "authentik-2026.2.2"
     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.12.5"
+    app.kubernetes.io/version: "2026.2.2"
 spec:
   replicas: 1
   revisionHistoryLimit: 3
   selector:
     matchLabels:
       app.kubernetes.io/name: "authentik"
       app.kubernetes.io/instance: "authentik"
       app.kubernetes.io/component: "server"
   template:
     metadata:
       labels:
-        helm.sh/chart: "authentik-2025.12.4"
+        helm.sh/chart: "authentik-2026.2.2"
         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.12.5"
+        app.kubernetes.io/version: "2026.2.2"
       annotations:
-        checksum/secret: 6defa3a260a9222af2e76a740b973cec17745d171fa1414cf61fd6693a67d705
+        checksum/secret: 7ffbf77e9c264cf0413aeb4f4ac8ecaffbd3c925071fdce23bc5c0311f7f374b
     spec:
       terminationGracePeriodSeconds: 30
       containers:
         - name: server
-          image: ghcr.io/goauthentik/server:2025.12.5
+          image: ghcr.io/goauthentik/server:2026.2.2
           imagePullPolicy: IfNotPresent
           args:
             - server
           env:
             - name: ADGUARD_ADMIN_PWD
               valueFrom:
                 secretKeyRef:
                   key: ADGUARD_ADMIN_PWD
                   name: adguard-creds
             - name: AUTHENTIK_IXXEL_PASSWORD
@@ -547,53 +547,53 @@
             secretName: authentik-pgsql-creds
       enableServiceLinks: true
 ---
 # Source: authentik/charts/authentik/templates/worker/deployment.yaml
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: authentik-worker
   namespace: "default"
   labels:
-    helm.sh/chart: "authentik-2025.12.4"
+    helm.sh/chart: "authentik-2026.2.2"
     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.5"
+    app.kubernetes.io/version: "2026.2.2"
 spec:
   replicas: 1
   revisionHistoryLimit: 3
   selector:
     matchLabels:
       app.kubernetes.io/name: "authentik"
       app.kubernetes.io/instance: "authentik"
       app.kubernetes.io/component: "worker"
   template:
     metadata:
       labels:
-        helm.sh/chart: "authentik-2025.12.4"
+        helm.sh/chart: "authentik-2026.2.2"
         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.5"
+        app.kubernetes.io/version: "2026.2.2"
       annotations:
-        checksum/secret: 6defa3a260a9222af2e76a740b973cec17745d171fa1414cf61fd6693a67d705
+        checksum/secret: 7ffbf77e9c264cf0413aeb4f4ac8ecaffbd3c925071fdce23bc5c0311f7f374b
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
         - name: worker
-          image: ghcr.io/goauthentik/server:2025.12.5
+          image: ghcr.io/goauthentik/server:2026.2.2
           imagePullPolicy: IfNotPresent
           args:
             - worker
           env:
             - name: ADGUARD_ADMIN_PWD
               valueFrom:
                 secretKeyRef:
                   key: ADGUARD_ADMIN_PWD
                   name: adguard-creds
             - name: AUTHENTIK_IXXEL_PASSWORD
@@ -886,27 +886,27 @@
           persistentVolumeClaim:
             claimName: pvc-authentik-pgsql-data
 ---
 # Source: authentik/charts/authentik/templates/server/ingress.yaml
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: authentik-server
   namespace: "default"
   labels:
-    helm.sh/chart: "authentik-2025.12.4"
+    helm.sh/chart: "authentik-2026.2.2"
     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.12.5"
+    app.kubernetes.io/version: "2026.2.2"
   annotations:
     cert-manager.io/cluster-issuer: fredcorp-ca
     cert-manager.io/common-name: authentik.talos-genmachine.fredcorp.com
     traefik.ingress.kubernetes.io/router.entrypoints: websecure
     traefik.ingress.kubernetes.io/service.scheme: https
 spec:
   ingressClassName: traefik
   rules:
     - host: "authentik.talos-genmachine.fredcorp.com"
       http:
 

@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-genmachine branch 6 times, most recently from b09d5cf to c9911dd Compare March 4, 2026 04:12
@ixxel-bot ixxel-bot Bot changed the title feat(helm)!: Update authentik-genmachine (2025.12.4 → 2026.2.0) (major) feat(helm)!: Update authentik-genmachine (2025.12.4 → 2026.2.1) (major) Mar 4, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-genmachine branch 5 times, most recently from 24936b0 to f5a4338 Compare March 10, 2026 04:27
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-genmachine branch 5 times, most recently from 6614059 to 5888723 Compare March 17, 2026 04:46
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-genmachine branch 3 times, most recently from 615cc70 to 38fa97d Compare March 20, 2026 04:31
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-genmachine branch 2 times, most recently from 23c5506 to 9ea76ba Compare April 8, 2026 04:41
@ixxel-bot ixxel-bot Bot changed the title feat(helm)!: Update authentik-genmachine (2025.12.4 → 2026.2.1) (major) feat(helm)!: Update authentik-genmachine (2025.12.4 → 2026.2.2) (major) Apr 8, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-genmachine branch 5 times, most recently from 4ff35e9 to 159d2d9 Compare April 14, 2026 05:17
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-genmachine branch 8 times, most recently from bad361f to 38f183d Compare April 21, 2026 05:21
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-genmachine branch 12 times, most recently from 6c7fc78 to 0b4db93 Compare April 25, 2026 15:29
ixxel-bot Bot and others added 2 commits April 30, 2026 12:34
| datasource | package                    | from      | to       |
| ---------- | -------------------------- | --------- | -------- |
| helm       | authentik                  | 2025.12.4 | 2026.2.2 |
| docker     | ghcr.io/goauthentik/server | 2025.12.4 | 2026.2.2 |


Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
Conflict was between main (2025.12.5 image tag) and this branch (2026.2.2).
Resolution: keep 2026.2.2 as the target version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app/authentik Changes made to Authentik application env/genmachine Changes made in the Talos cluster type/major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant