From f4377d26651dbddc9ae84a6d6808db6ec685b98a Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:03:59 +0200 Subject: [PATCH] Arion: Bump auth authentik: 2024.6.3 -> 2024.6.4 --- hosts/franz/arion/auth/arion-compose.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/franz/arion/auth/arion-compose.nix b/hosts/franz/arion/auth/arion-compose.nix index a7df765..40ddc4f 100644 --- a/hosts/franz/arion/auth/arion-compose.nix +++ b/hosts/franz/arion/auth/arion-compose.nix @@ -1,5 +1,5 @@ let - authentikImage = "ghcr.io/goauthentik/server:2024.6.3"; + authentikImage = "ghcr.io/goauthentik/server:2024.6.4"; in { project.name = "auth"; @@ -33,7 +33,6 @@ in { "diun.enable" = "true"; "diun.watch_repo" = "true"; "diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$"; - "diun.exclude_tags" = "\\b\\d{4,}\\b"; }; command = "server"; environment = {