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 = {