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 to 2024.10.2 #3044

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Nov 14, 2024

This PR contains the following updates:

Package Update Change
authentik (source) patch 2024.10.1 -> 2024.10.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

goauthentik/helm (authentik)

v2024.10.2

Compare Source

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

What's Changed

Full Changelog: goauthentik/helm@authentik-2024.10.1...authentik-2024.10.2


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.

@layla-bot layla-bot bot requested a review from kashalls as a code owner November 14, 2024 18:05
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Nov 14, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Nov 14, 2024

--- kubernetes/main/apps/default/authentik/app Kustomization: flux-system/authentik HelmRelease: default/authentik

+++ kubernetes/main/apps/default/authentik/app Kustomization: flux-system/authentik HelmRelease: default/authentik

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

     spec:
       chart: authentik
       sourceRef:
         kind: HelmRepository
         name: authentik
         namespace: flux-system
-      version: 2024.10.1
+      version: 2024.10.2
   install:
     remediation:
       retries: 3
   interval: 30m
   uninstall:
     keepHistory: false

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Nov 14, 2024

--- HelmRelease: default/authentik Deployment: default/authentik-server

+++ HelmRelease: default/authentik Deployment: default/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: 8419476701a25edbe67c0caa2b0e9eaa6c965899458e5f5f1062f8f2c7f7adc0
+        checksum/secret: cf81366def03467a88248c22e51e977a00a8d07240d4bd1c804741354237379b
     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
         image: ghcr.io/onedr0p/postgres-init:16.4
         imagePullPolicy: IfNotPresent
         name: init-db
       containers:
       - name: server
-        image: ghcr.io/goauthentik/server:2024.10.1
+        image: ghcr.io/goauthentik/server:2024.10.2
         imagePullPolicy: IfNotPresent
         args:
         - server
         env:
         - name: AUTHENTIK_LISTEN__HTTP
           value: 0.0.0.0:9000
--- HelmRelease: default/authentik Deployment: default/authentik-worker

+++ HelmRelease: default/authentik Deployment: default/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: 8419476701a25edbe67c0caa2b0e9eaa6c965899458e5f5f1062f8f2c7f7adc0
+        checksum/secret: cf81366def03467a88248c22e51e977a00a8d07240d4bd1c804741354237379b
     spec:
       serviceAccountName: authentik
       terminationGracePeriodSeconds: 30
       containers:
       - name: worker
-        image: ghcr.io/goauthentik/server:2024.10.1
+        image: ghcr.io/goauthentik/server:2024.10.2
         imagePullPolicy: IfNotPresent
         args:
         - worker
         env: null
         envFrom:
         - secretRef:
--- HelmRelease: default/authentik PrometheusRule: default/authentik

+++ HelmRelease: default/authentik PrometheusRule: default/authentik

@@ -141,17 +141,18 @@

       annotations:
         summary: Pending database migrations
         message: authentik instance {{ $labels.instance }} has pending database migrations
     - alert: FailedSystemTasks
       labels:
         severity: critical
-      expr: sum(increase(authentik_system_tasks{status="error"}[2h])) > 0
+      expr: sum(increase(authentik_system_tasks{status="error"}[2h])) by (task_name,
+        task_uid) > 0
       for: 2h
       annotations:
         summary: Failed system tasks
-        message: System task {{ $labels.task_name }} has failed
+        message: System task {{ $labels.task_name }}:{{ $labels.task_uid }} has failed
     - alert: DisconnectedOutposts
       labels:
         severity: critical
       expr: sum by (outpost) (max without (pid) (authentik_outposts_connected{uid!~"specific.*"}))  <
         1
       for: 30m

@kashalls kashalls merged commit ce320af into main Nov 15, 2024
11 checks passed
@layla-bot layla-bot bot deleted the renovate/authentik-2024.x branch November 15, 2024 02:30
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 renovate/helm type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant