From c541a56b2b5da4992f10fb652adedd7f2ff55eb8 Mon Sep 17 00:00:00 2001 From: Codex Date: Fri, 29 May 2026 11:49:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=B9=E9=BD=90=20G14=20BuildKit=20si?= =?UTF-8?q?decar=20=E5=AE=89=E5=85=A8=E4=B8=8A=E4=B8=8B=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/templates/tekton/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/templates/tekton/pipeline.yaml b/deploy/templates/tekton/pipeline.yaml index aecd373..956b4dd 100644 --- a/deploy/templates/tekton/pipeline.yaml +++ b/deploy/templates/tekton/pipeline.yaml @@ -123,6 +123,9 @@ spec: - name: no_proxy value: hyueapi.com,.hyueapi.com,127.0.0.1,localhost,::1,10.42.0.0/16,10.43.0.0/16,.svc,.cluster.local securityContext: + allowPrivilegeEscalation: true + appArmorProfile: + type: Unconfined seccompProfile: type: Unconfined runAsUser: 1000