chore(deps): update helm release authentik to v2026.8.0 - #173
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update helm release authentik to v2026.8.0#173renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Helm Template Diff —
|
Owner
Renovate Review:
|
| Check | Result |
|---|---|
| Inputs | Complete — ### Release Notes section present and a matching rendered-diff comment (03-apps-apps-authentik). |
| Description vs. diff | Consistent — 03_apps/apps/authentik/app.yaml helm.version changed 2026.5.6 → 2026.8.0, exactly matching the table; single file, no scope creep. |
| Rendered diff | Full, no truncation — 38 changed lines across ConfigMap, Server Service, Server Deployment, and Worker Deployment: helm.sh/chart/app.kubernetes.io/version label bumps, the ghcr.io/goauthentik/server image tag, and a checksum/secret annotation change on both Deployments (see Details). No resources added/removed. |
| Changelog vs. config | No overlap — repeated postgresql chart tag bumps (v18.8.1 → v18.8.11) target the chart's bundled Postgres/Redis subcharts, which this deployment doesn't use: 03_apps/apps/authentik/values.yaml provisions Postgres externally via a PostgresDatabase CRD (additionalObjects) and file-mounted creds (authentik.postgresql.host/user/password: file:///mnt/pgcreds/...), and confirmed by the rendered diff itself showing zero Postgres/Redis resources. The two genuine chart-template changes (render automountServiceAccountToken when set to false, avoid mounting envFrom secret if secret configuration disabled) don't intersect live config either — serviceAccount.create: false is set but no automountServiceAccountToken key is overridden, and this deployment's secret config is enabled (AUTHENTIK_SECRET_KEY via global.env secretKeyRef), so neither behavior change applies here. |
Details:
checksum/secretannotation moved5a4f27f1...→04aecd4e...on bothauthentik-serverandauthentik-workerDeployments — this is the standard Helm "restart pods when the templated Secret content changes" pattern. Since no secret values changed in this repo's own diff (only the chart version), this is consistent with the chart's ownenvFrom secrettemplate logic changing between 2026.5.6 and 2026.8.0 (per theavoid mounting envFrom secret if secret configuration disabledchangelog item) rather than a live secret rotation — expect a one-time rolling restart of both Deployments on merge, not a config-value change.- No
Role/ClusterRole/CRD resources appear in the diff — nothing to flag under §4.5/§6.6.
Why LOW: cosmetic/annotation-only rendered diff, no breaking changelog items, and the changelog's only non-trivial items (bundled Postgres bumps) target a subchart this deployment doesn't use.
Generated by Claude Code
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:
2026.5.6→2026.8.0Release Notes
goauthentik/helm (authentik)
v2026.8.0Compare Source
authentik is an open-source Identity Provider focused on flexibility and versatility
See https://docs.goauthentik.io/releases/2026.8
What's Changed
New Contributors
Full Changelog: goauthentik/helm@authentik-2026.5.6...authentik-2026.8.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.