Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update authentik ( 2024.10.5 → 2024.12.0 ) #1729

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Update Change
authentik (source) minor 2024.10.5 -> 2024.12.0

Release Notes

goauthentik/helm (authentik)

v2024.12.0

Compare Source

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

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.10.5-1...authentik-2024.12.0


Configuration

📅 Schedule: Branch creation - "on monday,on wednesday,on friday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from martinohmann as a code owner December 20, 2024 00:39
@renovate renovate bot added the type/minor label Dec 20, 2024
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Dec 20, 2024
Copy link

kustomization changes in kubernetes/main

--- kubernetes/main/apps/identity/authentik/app Kustomization: flux-system/authentik HelmRelease: identity/authentik

+++ kubernetes/main/apps/identity/authentik/app Kustomization: flux-system/authentik HelmRelease: identity/authentik

@@ -13,13 +13,13 @@

     spec:
       chart: authentik
       sourceRef:
         kind: HelmRepository
         name: authentik
         namespace: flux-system
-      version: 2024.10.5
+      version: 2024.12.0
   interval: 2h
   values:
     authentik:
       email:
         from: Authentik <..PLACEHOLDER_SECRET_SMTP_DEFAULT_SENDER_ADDRESS..>
         host: smtp-relay.default.svc.cluster.local

Copy link

helmrelease changes in kubernetes/main

--- HelmRelease: identity/authentik Deployment: identity/authentik-server

+++ HelmRelease: identity/authentik Deployment: identity/authentik-server

@@ -24,24 +24,24 @@

         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
       annotations:
-        checksum/secret: fb1204253382c2d7156b2680c56b60459fdc767de6c757921183642ba78fd65a
+        checksum/secret: 45847d73aa541334503a504191acb67307c5d30a20c5faad86914fa2e57fa5a5
     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
         image: ghcr.io/onedr0p/postgres-init:16.6@sha256:c1d3a845d47fe1aeebd110fefb5f43f54c4735aec1d2b0c01de8d4d5e8cdd6a4
         name: init-db
       containers:
       - name: server
-        image: ghcr.io/goauthentik/server:2024.10.5
+        image: ghcr.io/goauthentik/server:2024.12.0
         imagePullPolicy: IfNotPresent
         args:
         - server
         env:
         - name: AUTHENTIK_LISTEN__HTTP
           value: 0.0.0.0:9000
--- HelmRelease: identity/authentik Deployment: identity/authentik-worker

+++ HelmRelease: identity/authentik Deployment: identity/authentik-worker

@@ -24,19 +24,19 @@

         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
       annotations:
-        checksum/secret: fb1204253382c2d7156b2680c56b60459fdc767de6c757921183642ba78fd65a
+        checksum/secret: 45847d73aa541334503a504191acb67307c5d30a20c5faad86914fa2e57fa5a5
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
       - name: worker
-        image: ghcr.io/goauthentik/server:2024.10.5
+        image: ghcr.io/goauthentik/server:2024.12.0
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env: null
         envFrom:
         - secretRef:

@martinohmann martinohmann merged commit c8112f7 into main Dec 20, 2024
7 checks passed
@renovate renovate bot deleted the renovate/main-authentik-2024.x branch December 20, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant