From 6d310890f25b5491dc4e4c347ed659ea5ba28680 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 17 Jul 2023 09:20:36 +0000 Subject: [PATCH] Set allowed versions for prowlarr Need to avoid the old incorrect tags. --- source-urls.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source-urls.json b/source-urls.json index 7a97d33..1fcbd33 100644 --- a/source-urls.json +++ b/source-urls.json @@ -41,7 +41,8 @@ { "packageNames": ["ghcr.io/linuxserver/prowlarr"], "sourceUrl": "https://github.com/linuxserver/docker-prowlarr", - "respectLatest": true + "respectLatest": true, + "allowedVersions": "<=1.8.1200 || >=1.9.0" }, { "packageNames": ["kizaing/kavita"],