dstewen / flux-cluster

Template used for k3s flux environment imported 14/10/2023
MIT License
0 stars 0 forks source link

fix(helm): update chart authentik to 2024.8.1 #1342

Closed self-hosted-test[bot] closed 1 month ago

self-hosted-test[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
authentik (source) patch 2024.8.0 -> 2024.8.1

Release Notes

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

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.

github-actions[bot] commented 1 month ago
--- HelmRelease: security/authentik Deployment: security/authentik-server

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

@@ -25,25 +25,25 @@

         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: ddbdd7ec856da23f88ae264c8df54e5be3f042d524e53e32608b11e51bafe0e5
+        checksum/secret: a4f685c68bbec2d4c31c5f5a14a126dbdef73d5648ddbc680fb4e7d00042faea
         secret.reloader.stakater.com/reload: authentik-secret
     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
         image: ghcr.io/onedr0p/postgres-init:16.3@sha256:8ba3204f6b293dd168766009aae2ce4fa986a29b931c2d30ac1b30238ac750b8
         name: init-db
       containers:
       - name: server
-        image: ghcr.io/goauthentik/server:2024.8.0
+        image: ghcr.io/goauthentik/server:2024.8.1
         imagePullPolicy: IfNotPresent
         args:
         - server
         env:
         - name: AUTHENTIK_LISTEN__HTTP
           value: 0.0.0.0:9000
--- HelmRelease: security/authentik Deployment: security/authentik-worker

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

@@ -25,20 +25,20 @@

         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: ddbdd7ec856da23f88ae264c8df54e5be3f042d524e53e32608b11e51bafe0e5
+        checksum/secret: a4f685c68bbec2d4c31c5f5a14a126dbdef73d5648ddbc680fb4e7d00042faea
         secret.reloader.stakater.com/reload: authentik-secret
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
       - name: worker
-        image: ghcr.io/goauthentik/server:2024.8.0
+        image: ghcr.io/goauthentik/server:2024.8.1
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env: null
         envFrom:
         - secretRef:
github-actions[bot] commented 1 month ago
--- kubernetes/apps/security/authentik/app Kustomization: flux-system/authentik HelmRelease: security/authentik

+++ kubernetes/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.8.0
+      version: 2024.8.1
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true