Bump Arion
This commit is contained in:
parent
84907a451f
commit
cffa1eb33b
6 changed files with 14 additions and 14 deletions
hosts/franz/arion
auth
dns
headscale
infrastructure
media
minio
|
@ -1,5 +1,5 @@
|
|||
let
|
||||
authentikImage = "ghcr.io/goauthentik/server:2024.12.3";
|
||||
authentikImage = "ghcr.io/goauthentik/server:2025.2.2";
|
||||
in
|
||||
{
|
||||
project.name = "auth";
|
||||
|
|
|
@ -23,7 +23,7 @@ in
|
|||
|
||||
services = {
|
||||
pihole.service = {
|
||||
image = "pihole/pihole:2025.02.4";
|
||||
image = "pihole/pihole:2025.03.0";
|
||||
container_name = "pihole";
|
||||
environment = {
|
||||
TZ = "Europe/Berlin";
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
services = {
|
||||
headscale.service = {
|
||||
image = "headscale/headscale:0.24.3-debug";
|
||||
image = "headscale/headscale:0.25.1";
|
||||
container_name = "headscale";
|
||||
restart = "always";
|
||||
command = "serve";
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
services = {
|
||||
traefik.service = {
|
||||
image = "traefik:3.3.3";
|
||||
image = "traefik:3.3.4";
|
||||
container_name = "traefik";
|
||||
useHostStore = true;
|
||||
ports = [
|
||||
|
@ -56,7 +56,7 @@
|
|||
];
|
||||
};
|
||||
crowdsec.service = {
|
||||
image = "crowdsecurity/crowdsec:v1.6.5";
|
||||
image = "crowdsecurity/crowdsec:v1.6.6";
|
||||
container_name = "crowdsec";
|
||||
environment = {
|
||||
GID = "1000";
|
||||
|
@ -136,7 +136,7 @@
|
|||
];
|
||||
};
|
||||
diun.service = {
|
||||
image = "crazymax/diun:4.28";
|
||||
image = "crazymax/diun:4.29";
|
||||
container_name = "diun";
|
||||
restart = "always";
|
||||
volumes = [
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
services = {
|
||||
jellyfin.service = {
|
||||
image = "lscr.io/linuxserver/jellyfin:10.10.5";
|
||||
image = "lscr.io/linuxserver/jellyfin:10.10.6";
|
||||
container_name = "jellyfin";
|
||||
ports = [
|
||||
"8096:8096"
|
||||
|
@ -46,7 +46,7 @@
|
|||
];
|
||||
};
|
||||
navidrome.service = {
|
||||
image = "deluan/navidrome:0.54.4";
|
||||
image = "deluan/navidrome:0.55.1";
|
||||
container_name = "navidrome";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -154,7 +154,7 @@
|
|||
];
|
||||
};
|
||||
prowlarr.service = {
|
||||
image = "lscr.io/linuxserver/prowlarr:1.30.2";
|
||||
image = "lscr.io/linuxserver/prowlarr:1.32.2";
|
||||
container_name = "prowlarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -185,7 +185,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
sonarr.service = {
|
||||
image = "lscr.io/linuxserver/sonarr:4.0.12";
|
||||
image = "lscr.io/linuxserver/sonarr:4.0.14";
|
||||
container_name = "sonarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -218,7 +218,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
radarr.service = {
|
||||
image = "lscr.io/linuxserver/radarr:5.18.4";
|
||||
image = "lscr.io/linuxserver/radarr:5.20.2";
|
||||
container_name = "radarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -315,7 +315,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
jellyseerr.service = {
|
||||
image = "fallenbagel/jellyseerr:2.3.0";
|
||||
image = "fallenbagel/jellyseerr:2.5.1";
|
||||
container_name = "jellyseerr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -340,7 +340,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
autobrr.service = {
|
||||
image = "ghcr.io/autobrr/autobrr:v1.58.0";
|
||||
image = "ghcr.io/autobrr/autobrr:v1.60.0";
|
||||
container_name = "autobrr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
services = {
|
||||
minio.service = {
|
||||
image = "bitnami/minio:2024.12.18";
|
||||
image = "bitnami/minio:2025.3.12";
|
||||
container_name = "minio";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue