Skip to content

feat(helm)!: Update authentik-beelink (2025.12.4 → 2026.2.2) (major)#1267

Merged
ixxeL2097 merged 1 commit into
mainfrom
renovate/major-2026-authentik-beelink
May 13, 2026
Merged

feat(helm)!: Update authentik-beelink (2025.12.4 → 2026.2.2) (major)#1267
ixxeL2097 merged 1 commit into
mainfrom
renovate/major-2026-authentik-beelink

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/beelink Changes made in the k0s 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_beelink_app_manifest_main.yaml	2026-05-13 11:29:29.189205815 +0000
+++ pr/authentik_gitops_manifests_authentik_beelink_app_manifest_pr.yaml	2026-05-13 11:29:28.135190455 +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"
@@ -439,27 +439,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
@@ -469,52 +469,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: AUTHENTIK_BOOTSTRAP_PASSWORD
               valueFrom:
                 secretKeyRef:
                   key: password
                   name: authentik-bootstrap
             - name: AUTHENTIK_BOOTSTRAP_TOKEN
@@ -598,53 +598,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: AUTHENTIK_BOOTSTRAP_PASSWORD
               valueFrom:
                 secretKeyRef:
                   key: password
                   name: authentik-bootstrap
             - name: AUTHENTIK_BOOTSTRAP_TOKEN
@@ -927,27 +927,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.k0s-fullstack.fredcorp.com
     traefik.ingress.kubernetes.io/router.entrypoints: websecure
     traefik.ingress.kubernetes.io/service.scheme: https
 spec:
   ingressClassName: traefik
   rules:
     - host: "authentik.k0s-fullstack.fredcorp.com"
       http:
 

@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-beelink branch 6 times, most recently from 4acadb4 to 8a672da Compare March 4, 2026 04:12
@ixxel-bot ixxel-bot Bot changed the title feat(helm)!: Update authentik-beelink (2025.12.4 → 2026.2.0) (major) feat(helm)!: Update authentik-beelink (2025.12.4 → 2026.2.1) (major) Mar 4, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-beelink branch 5 times, most recently from 75bfb43 to e2fec68 Compare March 10, 2026 04:27
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-beelink branch 5 times, most recently from ab9dc2c to 659ee6c Compare March 17, 2026 04:46
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-beelink branch 3 times, most recently from 6d2aee4 to 2035c87 Compare March 20, 2026 04:31
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-beelink branch 3 times, most recently from 0b27b84 to 6a6a432 Compare April 8, 2026 04:41
@ixxel-bot ixxel-bot Bot changed the title feat(helm)!: Update authentik-beelink (2025.12.4 → 2026.2.1) (major) feat(helm)!: Update authentik-beelink (2025.12.4 → 2026.2.2) (major) Apr 8, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-beelink branch 5 times, most recently from 5a8214c to 998935b Compare April 14, 2026 05:16
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-beelink branch 8 times, most recently from c25a61d to 4512bf7 Compare April 21, 2026 05:21
@ixxel-bot ixxel-bot Bot force-pushed the renovate/major-2026-authentik-beelink branch 12 times, most recently from 0109ac9 to 9859810 Compare April 25, 2026 15:29
| 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>
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/beelink Changes made in the k0s cluster type/major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant