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.0 → 2024.12.1 ) #2992

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

ishioni-bot[bot]
Copy link
Contributor

@ishioni-bot ishioni-bot bot commented Dec 23, 2024

This PR contains the following updates:

Package Update Change
authentik (source) patch 2024.12.0 -> 2024.12.1

Release Notes

goauthentik/helm (authentik)

v2024.12.1

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.12.0...authentik-2024.12.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.


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

This PR has been generated by Renovate Bot.

| datasource | package   | from      | to        |
| ---------- | --------- | --------- | --------- |
| helm       | authentik | 2024.12.0 | 2024.12.1 |
@ishioni-bot ishioni-bot bot requested a review from ishioni as a code owner December 23, 2024 20:03
@ishioni-bot ishioni-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/talos size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 23, 2024
@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Dec 23, 2024

--- kubernetes/talos/apps/security/authentik/app Kustomization: flux-system/security-authentik HelmRelease: security/authentik

+++ kubernetes/talos/apps/security/authentik/app Kustomization: flux-system/security-authentik HelmRelease: security/authentik

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

     spec:
       chart: authentik
       sourceRef:
         kind: HelmRepository
         name: authentik
         namespace: flux-system
-      version: 2024.12.0
+      version: 2024.12.1
   interval: 30m
   values:
     authentik:
       error_reporting:
         enabled: false
       log_level: debug

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Dec 23, 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: d055642c4061d3cda3991a71812ee72d5bd50c97d673d70b6b0746407b10ecc9
+        checksum/secret: b265ca8a54035be71cbf6788bc00c5f5588b65f37fb4e5ca548e2a2ba5479e50
     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
         image: ghcr.io/onedr0p/postgres-init:16.6
         name: init-db
       containers:
       - name: server
-        image: ghcr.io/goauthentik/server:2024.12.0
+        image: ghcr.io/goauthentik/server:2024.12.1
         imagePullPolicy: IfNotPresent
         args:
         - server
         env:
         - name: AUTHENTIK_SESSION_STORAGE
           value: db
--- 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: d055642c4061d3cda3991a71812ee72d5bd50c97d673d70b6b0746407b10ecc9
+        checksum/secret: b265ca8a54035be71cbf6788bc00c5f5588b65f37fb4e5ca548e2a2ba5479e50
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
       - name: worker
-        image: ghcr.io/goauthentik/server:2024.12.0
+        image: ghcr.io/goauthentik/server:2024.12.1
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env:
         - name: AUTHENTIK_SESSION_STORAGE
           value: db

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Dec 23, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.05s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.26s
✅ YAML prettier 1 0 0.38s
✅ YAML yamllint 1 0 0.34s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@ishioni ishioni merged commit 62ec14f into master Dec 23, 2024
13 checks passed
@ishioni ishioni deleted the renovate/authentik-2024.x branch December 23, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory cluster/talos dep/patch renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant