Nothing Special   »   [go: up one dir, main page]

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

chore(deps): update helm release authentik to v2024.10.2 #1361

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Nov 14, 2024

This PR contains the following updates:

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

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: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) November 14, 2024 18:40
Copy link
--- . HelmRelease: auth/authentik Deployment: auth/authentik-worker

+++ . HelmRelease: auth/authentik Deployment: auth/authentik-worker

@@ -24,19 +24,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: b7eae26d9a94a7439414bd0f15703383d9d59c084bde9e3a87377c9a628ddb98
+        checksum/secret: bd61d7b08d318683cdf08d84f84bece2308d9e5a87239d0998772acf9cc711b0
     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: auth/authentik PrometheusRule: auth/authentik

+++ . HelmRelease: auth/authentik PrometheusRule: auth/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
--- . HelmRelease: auth/authentik Deployment: auth/authentik-server

+++ . HelmRelease: auth/authentik Deployment: auth/authentik-server

@@ -24,18 +24,18 @@

         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: b7eae26d9a94a7439414bd0f15703383d9d59c084bde9e3a87377c9a628ddb98
+        checksum/secret: bd61d7b08d318683cdf08d84f84bece2308d9e5a87239d0998772acf9cc711b0
     spec:
       terminationGracePeriodSeconds: 30
       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

Copy link
--- . Kustomization: flux-system/flux-system HelmRelease: auth/authentik

+++ . Kustomization: flux-system/flux-system HelmRelease: auth/authentik

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

   namespace: auth
 spec:
   interval: 1h
   chart:
     spec:
       chart: authentik
-      version: 2024.10.1
+      version: 2024.10.2
       sourceRef:
         kind: HelmRepository
         name: authentik
         namespace: auth
   values:
     server:

@renovate renovate bot merged commit 68ea3d0 into main Nov 14, 2024
2 checks passed
@renovate renovate bot deleted the renovate/authentik-2024.x branch November 14, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant