From 3373b5480c7fa1fba94da47845101d3d92bbda86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 08:38:06 +0000 Subject: [PATCH] chore(deps): update ghcr.io/linuxserver/radarr docker tag to v5.6.0 (#3551) --- apps/radarr/config.json | 14 ++++---------- apps/radarr/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/apps/radarr/config.json b/apps/radarr/config.json index f6412b7f..ab056583 100644 --- a/apps/radarr/config.json +++ b/apps/radarr/config.json @@ -5,19 +5,13 @@ "exposable": true, "port": 8088, "id": "radarr", - "tipi_version": 14, - "version": "5.5.3", - "categories": [ - "media", - "utilities" - ], + "tipi_version": 15, + "version": "5.6.0", + "categories": ["media", "utilities"], "description": "Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.", "short_desc": "Movie collection manager for Usenet and BitTorrent users.", "author": "radarr.video", "source": "https://github.com/Radarr/Radarr", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/radarr/docker-compose.yml b/apps/radarr/docker-compose.yml index 559f511d..00606862 100644 --- a/apps/radarr/docker-compose.yml +++ b/apps/radarr/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: radarr: - image: ghcr.io/linuxserver/radarr:5.5.3 + image: ghcr.io/linuxserver/radarr:5.6.0 container_name: radarr environment: - PUID=1000