From 2fcb41addee38717edd3471255b3888ac7cb4b23 Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Wed, 16 Sep 2026 18:11:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8E=88=E6=9D=83=E5=8A=A8=E6=80=81=20Runner?= =?UTF-8?q?=20CI=20=E5=8F=91=E5=B8=83=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/zot/values.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/apps/zot/values.yaml b/apps/zot/values.yaml index d913d71..fabdb05 100644 --- a/apps/zot/values.yaml +++ b/apps/zot/values.yaml @@ -70,6 +70,40 @@ configFiles: }, "accessControl": { "repositories": { + "panxiao81/gitea-dynamic-runner-controller": { + "policies": [ + { + "users": [ + "spiffe://ddupan.top/ci/panxiao81/gitea-dynamic-runner/publish-images" + ], + "actions": [ + "read", + "create", + "update" + ] + } + ], + "defaultPolicy": [ + "read" + ] + }, + "panxiao81/gitea-dynamic-runner-runner": { + "policies": [ + { + "users": [ + "spiffe://ddupan.top/ci/panxiao81/gitea-dynamic-runner/publish-images" + ], + "actions": [ + "read", + "create", + "update" + ] + } + ], + "defaultPolicy": [ + "read" + ] + }, "**": { "policies": [ {