trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

fix(helm): update authentik ( 2024.10.2 → 2024.10.4 ) #378

Closed monosense-arc[bot] closed 1 week ago

monosense-arc[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
authentik (source) patch 2024.10.2 -> 2024.10.4

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

goauthentik/helm (authentik) ### [`v2024.10.4`](https://redirect.github.com/goauthentik/helm/releases/tag/authentik-2024.10.4) [Compare Source](https://redirect.github.com/goauthentik/helm/compare/authentik-2024.10.2...authentik-2024.10.4) authentik is an open-source Identity Provider focused on flexibility and versatility #### What's Changed - bump to 2024.10.3 by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/goauthentik/helm/pull/302](https://redirect.github.com/goauthentik/helm/pull/302) **Full Changelog**: https://github.com/goauthentik/helm/compare/authentik-2024.10.2...authentik-2024.10.4

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 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 has been generated by Renovate Bot.

monosense-arc[bot] commented 1 week ago
--- kubernetes/main/apps/security/authentik/app Kustomization: flux-system/authentik HelmRelease: security/authentik

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

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

     spec:
       chart: authentik
       sourceRef:
         kind: HelmRepository
         name: authentik
         namespace: flux-system
-      version: 2024.10.2
+      version: 2024.10.4
   dependsOn:
   - name: external-secrets
     namespace: external-secrets
   interval: 30m
   values:
     authentik:
monosense-arc[bot] commented 1 week ago
--- HelmRelease: security/authentik Deployment: security/authentik-server

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

@@ -26,18 +26,18 @@

         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: 495080dae2b8d19b5b7a675dfd9a7c5ea0bc2c913b5e90f81954c90d6c50bc89
+        checksum/secret: 0bb7eae1fe1c553f5dfb52b37fb92f75ce3bd4d7c062a324d7fb85895587c197
     spec:
       terminationGracePeriodSeconds: 30
       containers:
       - name: server
-        image: ghcr.io/goauthentik/server:2024.10.2
+        image: ghcr.io/goauthentik/server:2024.10.4
         imagePullPolicy: IfNotPresent
         args:
         - server
         env:
         - name: TZ
           value: Asia/Jakarta
--- HelmRelease: security/authentik Deployment: security/authentik-worker

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

@@ -26,19 +26,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: 495080dae2b8d19b5b7a675dfd9a7c5ea0bc2c913b5e90f81954c90d6c50bc89
+        checksum/secret: 0bb7eae1fe1c553f5dfb52b37fb92f75ce3bd4d7c062a324d7fb85895587c197
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
       - name: worker
-        image: ghcr.io/goauthentik/server:2024.10.2
+        image: ghcr.io/goauthentik/server:2024.10.4
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env:
         - name: TZ
           value: Asia/Jakarta