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 chart authentik ( 2024.12.2 → 2024.12.3 ) #5073

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jan 29, 2025

This PR contains the following updates:

Package Update Change
authentik (source) patch 2024.12.2 -> 2024.12.3

Release Notes

goauthentik/helm (authentik)

v2024.12.3

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.12.2...authentik-2024.12.3

| datasource | package   | from      | to        |
| ---------- | --------- | --------- | --------- |
| helm       | authentik | 2024.12.2 | 2024.12.3 |
@repo-jeeves repo-jeeves bot added renovate/helm Issue relates to a Renovate helm update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jan 29, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 29, 2025

--- kubernetes/main/apps/security/authentik/app Kustomization: security/authentik HelmRelease: security/authentik

+++ kubernetes/main/apps/security/authentik/app Kustomization: security/authentik HelmRelease: security/authentik

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

       chart: authentik
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: authentik-charts
         namespace: flux-system
-      version: 2024.12.2
+      version: 2024.12.3
   interval: 30m
   values:
     authentik:
       redis:
         db: 1
         host: dragonfly.dbms.svc.cluster.local

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 29, 2025

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

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

@@ -26,25 +26,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: 9ba5ffd54607f3b0abf36c074d7cc697e5b2eab74ac25c02ea2293f4d92dabbe
+        checksum/secret: 862a84208a9d8fcdb6c55b239a4e3d98086d29f42f099c2c6e0acb6c9ffb3510
         secret.reloader.stakater.com/reload: authentik-secret
     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
         image: ghcr.io/onedr0p/postgres-init:16.6@sha256:a37bbb04a0ea3f15b505c6f97637e7ae89bc66541ae23b8d3848024087980e76
         name: init-db
       containers:
       - name: server
-        image: ghcr.io/goauthentik/server:2024.12.2
+        image: ghcr.io/goauthentik/server:2024.12.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,20 +26,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: 9ba5ffd54607f3b0abf36c074d7cc697e5b2eab74ac25c02ea2293f4d92dabbe
+        checksum/secret: 862a84208a9d8fcdb6c55b239a4e3d98086d29f42f099c2c6e0acb6c9ffb3510
         secret.reloader.stakater.com/reload: authentik-secret
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
       - name: worker
-        image: ghcr.io/goauthentik/server:2024.12.2
+        image: ghcr.io/goauthentik/server:2024.12.3
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env: null
         envFrom:
         - secretRef:

@szinn szinn merged commit 03cd14a into main Jan 29, 2025
22 checks passed
@szinn szinn deleted the renovate/main-authentik-2024.x branch January 29, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/helm Issue relates to a Renovate helm update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant