Arion: bump media stack versions

prowlarr: 1.15.0 -> 1.16.2
sonarr: 4.0.2 -> 4.0.4
radarr: 5.3.6 -> 5.4.6
autobrr: 1.40.1 -> 1.41.0
This commit is contained in:
GHOSCHT 2024-05-02 17:00:28 +02:00
parent b3feafcaef
commit 184495ae51
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -131,7 +131,7 @@
];
};
prowlarr.service = {
image = "linuxserver/prowlarr:1.15.0";
image = "linuxserver/prowlarr:1.16.2";
container_name = "prowlarr";
labels = {
"traefik.enable" = "true";
@ -157,7 +157,7 @@
restart = "always";
};
sonarr.service = {
image = "linuxserver/sonarr:4.0.2";
image = "linuxserver/sonarr:4.0.4";
container_name = "sonarr";
labels = {
"traefik.enable" = "true";
@ -185,7 +185,7 @@
restart = "always";
};
radarr.service = {
image = "linuxserver/radarr:5.3.6";
image = "linuxserver/radarr:5.4.6";
container_name = "radarr";
labels = {
"traefik.enable" = "true";
@ -213,7 +213,7 @@
restart = "always";
};
lidarr.service = {
image = "linuxserver/lidarr:2.1.7";
image = "linuxserver/lidarr:2.2.5";
container_name = "lidarr";
labels = {
"traefik.enable" = "true";
@ -293,7 +293,7 @@
restart = "always";
};
autobrr.service = {
image = "ghcr.io/autobrr/autobrr:v1.40.1";
image = "ghcr.io/autobrr/autobrr:v1.41.0";
container_name = "autobrr";
labels = {
"traefik.enable" = "true";