feat(helm)!: Update authentik-beelink (2025.12.4 → 2026.2.1) (major)#1267
Open
pipelines-github-app[bot] wants to merge 1 commit intomainfrom
Open
feat(helm)!: Update authentik-beelink (2025.12.4 → 2026.2.1) (major)#1267pipelines-github-app[bot] wants to merge 1 commit intomainfrom
pipelines-github-app[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- 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:
|
4acadb4 to
8a672da
Compare
7b03787 to
75bfb43
Compare
| 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>
75bfb43 to
e2fec68
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2025.12.4->2026.2.12025.12.4->2026.2.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
goauthentik/helm (authentik)
v2026.2.1Compare 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
2026.2release notes (cherry-pick #20539 to version-2026.2) by @authentik-automation[bot] in goauthentik/authentik#20542reasonchange to versions repo bump (cherry-pick #20562 to version-2026.2) by @gergosimonyi in goauthentik/authentik#205692026.2.1(cherry-pick #20659 to version-2026.2) by @authentik-automation[bot] in goauthentik/authentik#20695Full Changelog: goauthentik/authentik@version/2026.2.0...version/2026.2.1
v2026.2.0Compare 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
07f41cetoc10cd2cby @dependabot[bot] in goauthentik/authentik#18822Tokenlist by @gergosimonyi in goauthentik/authentik#18684c10cd2cto2f19fc1by @dependabot[bot] in goauthentik/authentik#188565d35fb8to8e8f9c8by @dependabot[bot] in goauthentik/authentik#188552f19fc1to189345aby @dependabot[bot] in goauthentik/authentik#18897189345ato10dadf1by @dependabot[bot] in goauthentik/authentik#18927npm linkby @GirlBossRush in goauthentik/authentik#19016fb01117toad85427in /website by @dependabot[bot] in goauthentik/authentik#19112ad85427toca871a8in /website by @dependabot[bot] in goauthentik/authentik#19126ccfd9dato03729a7in /website by @dependabot[bot] in goauthentik/authentik#19125Configuration
📅 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.
This PR has been generated by Renovate Bot.