chore(arr): Update images

This commit is contained in:
Tibo De Peuter 2025-09-11 11:27:37 +02:00
parent 74e4e8dcd6
commit 07a97f360c
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -243,7 +243,7 @@ in {
port = 6767; port = 6767;
in lib.mkIf cfg.bazarr.enable { in lib.mkIf cfg.bazarr.enable {
hostname = "bazarr"; hostname = "bazarr";
image = "ghcr.io/hotio/bazarr:release-1.4.4"; image = "ghcr.io/hotio/bazarr:release-1.5.2";
autoStart = true; autoStart = true;
ports = lib.mkIf cfg.bazarr.exposePorts [ ports = lib.mkIf cfg.bazarr.exposePorts [
"${toString port}:${toString port}/tcp" "${toString port}:${toString port}/tcp"
@ -279,7 +279,7 @@ in {
port = 9696; port = 9696;
in lib.mkIf cfg.prowlarr.enable { in lib.mkIf cfg.prowlarr.enable {
hostname = "prowlarr"; hostname = "prowlarr";
image = "ghcr.io/hotio/prowlarr:release-1.23.1.4708"; image = "ghcr.io/hotio/prowlarr:release-2.0.5.5160";
autoStart = true; autoStart = true;
ports = lib.mkIf cfg.prowlarr.exposePorts [ ports = lib.mkIf cfg.prowlarr.exposePorts [
"${toString port}:${toString port}/tcp" "${toString port}:${toString port}/tcp"
@ -310,7 +310,7 @@ in {
port = 10095; port = 10095;
in lib.mkIf cfg.qbittorrent.enable { in lib.mkIf cfg.qbittorrent.enable {
hostname = "qbittorrent"; hostname = "qbittorrent";
image = "ghcr.io/hotio/qbittorrent:release-4.6.7"; image = "ghcr.io/hotio/qbittorrent:release-5.1.2";
autoStart = true; autoStart = true;
ports = lib.mkIf cfg.qbittorrent.exposePorts [ ports = lib.mkIf cfg.qbittorrent.exposePorts [
"${toString port}:${toString port}/tcp" "${toString port}:${toString port}/tcp"
@ -343,7 +343,7 @@ in {
port = 7878; port = 7878;
in lib.mkIf cfg.radarr.enable { in lib.mkIf cfg.radarr.enable {
hostname = "radarr"; hostname = "radarr";
image = "ghcr.io/hotio/radarr:release-5.9.1.9070"; image = "ghcr.io/hotio/radarr:release-5.28.0.10205";
autoStart = true; autoStart = true;
ports = lib.mkIf cfg.radarr.exposePorts [ ports = lib.mkIf cfg.radarr.exposePorts [
"${toString port}:${toString port}/tcp" "${toString port}:${toString port}/tcp"
@ -377,7 +377,7 @@ in {
port = 8989; port = 8989;
in lib.mkIf cfg.sonarr.enable { in lib.mkIf cfg.sonarr.enable {
hostname = "sonarr"; hostname = "sonarr";
image = "ghcr.io/hotio/sonarr:release-4.0.9.2244"; image = "ghcr.io/hotio/sonarr:release-4.0.15.2941";
autoStart = true; autoStart = true;
ports = lib.mkIf cfg.sonarr.exposePorts [ ports = lib.mkIf cfg.sonarr.exposePorts [
"${toString port}:${toString port}/tcp" "${toString port}:${toString port}/tcp"