Skip to content

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

Open
pipelines-github-app[bot] wants to merge 1 commit intomainfrom
renovate/major-2026-authentik-beelink
Open

feat(helm)!: Update authentik-beelink (2025.12.4 → 2026.2.1) (major)#1267
pipelines-github-app[bot] wants to merge 1 commit intomainfrom
renovate/major-2026-authentik-beelink

Conversation

@pipelines-github-app
Copy link
Contributor

@pipelines-github-app pipelines-github-app bot commented Feb 25, 2026

This PR contains the following updates:

Package Update Change
authentik (source) major 2025.12.4 -> 2026.2.1
ghcr.io/goauthentik/server (source) major 2025.12.4 -> 2026.2.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

goauthentik/helm (authentik)

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


Configuration

📅 Schedule: 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 Renovate Bot.

@pipelines-github-app pipelines-github-app bot added app/authentik Changes made to Authentik application env/beelink Changes made in the k0s cluster renovate/docker Changes related to docker image update renovate/helm Changes related to Helm Chart update type/major labels Feb 25, 2026
@pipelines-github-app
Copy link
Contributor Author

pipelines-github-app bot commented Feb 25, 2026

--- main/authentik_gitops_manifests_authentik_beelink_app_manifest_main.yaml	2026-03-10 04:27:41.261135529 +0000
+++ pr/authentik_gitops_manifests_authentik_beelink_app_manifest_pr.yaml	2026-03-10 04:27:40.184119927 +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.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.12.4"
+    app.kubernetes.io/version: "2026.2.1"
 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.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.12.4"
+    app.kubernetes.io/version: "2026.2.1"
 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.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.12.4"
+    app.kubernetes.io/version: "2026.2.1"
 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.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.12.4"
+        app.kubernetes.io/version: "2026.2.1"
       annotations:
-        checksum/secret: 5361af467cf7a12d61604cd2ead5086e039b36bffba45bacdd4c8c6f99ac4670
+        checksum/secret: 03762bfa842dd03081808b584ec999a0847d7c4fe0b7c3f4385995a0d2b5e0dc
     spec:
       terminationGracePeriodSeconds: 30
       containers:
         - name: server
-          image: ghcr.io/goauthentik/server:2025.12.4
+          image: ghcr.io/goauthentik/server:2026.2.1
           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.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.12.4"
+    app.kubernetes.io/version: "2026.2.1"
 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.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.12.4"
+        app.kubernetes.io/version: "2026.2.1"
       annotations:
-        checksum/secret: 5361af467cf7a12d61604cd2ead5086e039b36bffba45bacdd4c8c6f99ac4670
+        checksum/secret: 03762bfa842dd03081808b584ec999a0847d7c4fe0b7c3f4385995a0d2b5e0dc
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
         - name: worker
-          image: ghcr.io/goauthentik/server:2025.12.4
+          image: ghcr.io/goauthentik/server:2026.2.1
           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.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.12.4"
+    app.kubernetes.io/version: "2026.2.1"
   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:
 

@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-2026-authentik-beelink branch 6 times, most recently from 4acadb4 to 8a672da Compare March 4, 2026 04:12
@pipelines-github-app pipelines-github-app 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
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-2026-authentik-beelink branch 4 times, most recently from 7b03787 to 75bfb43 Compare March 7, 2026 04:18
| datasource | package                    | from      | to       |
| ---------- | -------------------------- | --------- | -------- |
| helm       | authentik                  | 2025.12.4 | 2026.2.1 |
| docker     | ghcr.io/goauthentik/server | 2025.12.4 | 2026.2.1 |


Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
@pipelines-github-app pipelines-github-app bot force-pushed the renovate/major-2026-authentik-beelink branch from 75bfb43 to e2fec68 Compare March 10, 2026 04:27
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 renovate/docker Changes related to docker image update renovate/helm Changes related to Helm Chart update type/major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants