Arion: Bump auth
authentik: 2024.6.3 -> 2024.6.4
This commit is contained in:
parent
a05e5a0b78
commit
f4377d2665
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
let
|
let
|
||||||
authentikImage = "ghcr.io/goauthentik/server:2024.6.3";
|
authentikImage = "ghcr.io/goauthentik/server:2024.6.4";
|
||||||
in {
|
in {
|
||||||
project.name = "auth";
|
project.name = "auth";
|
||||||
|
|
||||||
|
@ -33,7 +33,6 @@ in {
|
||||||
"diun.enable" = "true";
|
"diun.enable" = "true";
|
||||||
"diun.watch_repo" = "true";
|
"diun.watch_repo" = "true";
|
||||||
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
|
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
|
||||||
"diun.exclude_tags" = "\\b\\d{4,}\\b";
|
|
||||||
};
|
};
|
||||||
command = "server";
|
command = "server";
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Reference in a new issue