dstewen / flux-cluster

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

feat(helm): update chart authentik to 2024.8.0 #1328

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) minor 2024.6.4 -> 2024.8.0

Release Notes

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

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
--- 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.6.4
+      version: 2024.8.0
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true
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: c502c430702d0b97246ec97cf3629e6fae1bbd24fc78f47b19947eddfa59b2ba
+        checksum/secret: ddbdd7ec856da23f88ae264c8df54e5be3f042d524e53e32608b11e51bafe0e5
         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.6.4
+        image: ghcr.io/goauthentik/server:2024.8.0
         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: c502c430702d0b97246ec97cf3629e6fae1bbd24fc78f47b19947eddfa59b2ba
+        checksum/secret: ddbdd7ec856da23f88ae264c8df54e5be3f042d524e53e32608b11e51bafe0e5
         secret.reloader.stakater.com/reload: authentik-secret
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
       - name: worker
-        image: ghcr.io/goauthentik/server:2024.6.4
+        image: ghcr.io/goauthentik/server:2024.8.0
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env: null
         envFrom:
         - secretRef:
self-hosted-test[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.