From e6fa9eddfae15d89eaf2b71f97617b2273c95664 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 8 May 2026 11:52:33 +0200 Subject: [PATCH] fix: use hours for pulledWithin --- templates/zot/config.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zot/config.json.j2 b/templates/zot/config.json.j2 index 01d5a24..6d9b6ae 100644 --- a/templates/zot/config.json.j2 +++ b/templates/zot/config.json.j2 @@ -13,7 +13,7 @@ "deleteReferrers": true, "deleteUntagged": true, "keepTags": [{ - "pulledWithin": "60d" + "pulledWithin": "1440h" }] } ]