From dd10b74690583a2dbb7d89f1b25355d0c1593b6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 01:08:09 -0400 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/radarr docker tag to v4.4.4 (#346) * chore(deps): update lscr.io/linuxserver/radarr docker tag to v4.4.4 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/radarr/config.json | 9 ++++++--- apps/radarr/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/radarr/config.json b/apps/radarr/config.json index e508ed84..02847ed0 100644 --- a/apps/radarr/config.json +++ b/apps/radarr/config.json @@ -5,9 +5,12 @@ "exposable": true, "port": 8088, "id": "radarr", - "tipi_version": 4, - "version": "4.3.2", - "categories": ["media", "utilities"], + "tipi_version": 5, + "version": "4.4.4", + "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", diff --git a/apps/radarr/docker-compose.yml b/apps/radarr/docker-compose.yml index bc898f90..65f35f67 100644 --- a/apps/radarr/docker-compose.yml +++ b/apps/radarr/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: radarr: - image: lscr.io/linuxserver/radarr:4.3.2 + image: lscr.io/linuxserver/radarr:4.4.4 container_name: radarr environment: - PUID=1000