From 32b0a1117898c069797f3eacd3b9332e23e1105c Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 23:48:44 +0900 Subject: [PATCH] FIX(zot): add global anonymousPolicy for UI access - Add global anonymous read policy - Allow UI to load without authentication --- zot/helm-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index 104a8f8..600eee0 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -119,6 +119,7 @@ configMaps: } }, "accessControl": { + "anonymousPolicy": ["read"], "repositories": { "**": { "anonymousPolicy": ["read"],