k8s-cluster icon indicating copy to clipboard operation
k8s-cluster copied to clipboard

feat(helm): update chart authentik ( 2024.2.3 → 2024.4.1 )

Open samip5-bot[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Update Change
authentik (source) minor 2024.2.3 -> 2024.4.1

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


Release Notes

goauthentik/helm (authentik)

v2024.4.1

Compare Source

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

What's Changed

Full Changelog: https://github.com/goauthentik/helm/compare/authentik-2024.4.0...authentik-2024.4.1

v2024.4.0

Compare Source

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

What's Changed

New Contributors

Full Changelog: https://github.com/goauthentik/helm/compare/authentik-2024.2.3...authentik-2024.4.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.


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

This PR has been generated by Renovate Bot.

samip5-bot[bot] avatar Apr 24 '24 20:04 samip5-bot[bot]

--- k8s/nebula/apps/security/authentik/app Kustomization: flux-system/authentik HelmRelease: security/authentik

+++ k8s/nebula/apps/security/authentik/app Kustomization: flux-system/authentik HelmRelease: security/authentik

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

       chart: authentik
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: authentik-charts
         namespace: flux-system
-      version: 2024.2.3
+      version: 2024.4.2
   dependsOn:
   - name: redis
     namespace: databases
   install:
     remediation:
       retries: 5

samip5-bot[bot] avatar Apr 24 '24 20:04 samip5-bot[bot]

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

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

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

         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: 6213658584b603f4d8279fca1f3f2e5cc3ceee78e45aa7672019ffc01bdd92ab
+        checksum/secret: d0ebf7b1d19be9fb70c1e404d1994ba48ae9c3f289e26102d75e8a82121b56d0
     spec:
       terminationGracePeriodSeconds: 30
       containers:
       - name: server
         image: ghcr.io/goauthentik/server:2024.4.1
         imagePullPolicy: IfNotPresent
--- HelmRelease: security/authentik Deployment: security/authentik-worker

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

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

         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: 6213658584b603f4d8279fca1f3f2e5cc3ceee78e45aa7672019ffc01bdd92ab
+        checksum/secret: d0ebf7b1d19be9fb70c1e404d1994ba48ae9c3f289e26102d75e8a82121b56d0
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
       - name: worker
         image: ghcr.io/goauthentik/server:2024.4.1
@@ -37,12 +37,42 @@

         args:
         - worker
         env: null
         envFrom:
         - secretRef:
             name: authentik
+        livenessProbe:
+          exec:
+            command:
+            - ak
+            - healthcheck
+          failureThreshold: 3
+          initialDelaySeconds: 5
+          periodSeconds: 10
+          successThreshold: 1
+          timeoutSeconds: 1
+        readinessProbe:
+          exec:
+            command:
+            - ak
+            - healthcheck
+          failureThreshold: 3
+          initialDelaySeconds: 5
+          periodSeconds: 10
+          successThreshold: 1
+          timeoutSeconds: 1
+        startupProbe:
+          exec:
+            command:
+            - ak
+            - healthcheck
+          failureThreshold: 60
+          initialDelaySeconds: 30
+          periodSeconds: 10
+          successThreshold: 1
+          timeoutSeconds: 1
         resources:
           limits:
             memory: 1Gi
           requests:
             cpu: 50m
             memory: 512Mi

samip5-bot[bot] avatar Apr 24 '24 20:04 samip5-bot[bot]