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

fix(helm): update authentik ( 2024.6.2 → 2024.6.3 ) #3335

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

mahoro-bot[bot]
Copy link
Contributor

@mahoro-bot mahoro-bot bot commented Aug 5, 2024

This PR contains the following updates:

Package Update Change
authentik (source) patch 2024.6.2 -> 2024.6.3

Release Notes

goauthentik/helm (authentik)

v2024.6.3

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.6.2...authentik-2024.6.3


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.

@mahoro-bot mahoro-bot bot requested a review from cbc02009 as a code owner August 5, 2024 18:26
@mahoro-bot mahoro-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Aug 5, 2024
@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented Aug 5, 2024

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

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

       chart: authentik
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: authentik
         namespace: flux-system
-      version: 2024.6.2
+      version: 2024.6.3
   interval: 30m
   values:
     authentik:
       email:
         port: 25
         use_tls: false

@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented Aug 5, 2024

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

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

@@ -26,24 +26,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: 594d6d3ec69a73e1f746d220806e6a9465476b2da080ee36f598a0c0cedf25ba
+        checksum/secret: a96759860b4c1ef80e7689d606a4bc7a5491e086c196351cbd467aba94143bd8
     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
         image: ghcr.io/onedr0p/postgres-init:16.3
         name: init-db
       containers:
       - name: server
-        image: ghcr.io/goauthentik/server:2024.6.2
+        image: ghcr.io/goauthentik/server:2024.6.3
         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

@@ -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: 594d6d3ec69a73e1f746d220806e6a9465476b2da080ee36f598a0c0cedf25ba
+        checksum/secret: a96759860b4c1ef80e7689d606a4bc7a5491e086c196351cbd467aba94143bd8
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
       - name: worker
-        image: ghcr.io/goauthentik/server:2024.6.2
+        image: ghcr.io/goauthentik/server:2024.6.3
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env: null
         envFrom:
         - secretRef:

@mahoro-bot mahoro-bot bot merged commit c108600 into main Aug 15, 2024
6 checks passed
@mahoro-bot mahoro-bot bot deleted the renovate/main-authentik-2024.x branch August 15, 2024 12:33
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