From 809c25692aed053293afcbc5b43ba3aaaef857d5 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Apr 2026 20:47:33 +1000 Subject: [PATCH] feat: add woodpeckerci/plugin-docker-buildx to WOODPECKER_PLUGINS_PRIVILEGED Plugin is no longer privileged by default in Woodpecker; explicitly list both the standard and latest-insecure variants. --- apps/overlays/au-syd1/woodpecker/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/overlays/au-syd1/woodpecker/values.yaml b/apps/overlays/au-syd1/woodpecker/values.yaml index f7cffcf..f0a5575 100644 --- a/apps/overlays/au-syd1/woodpecker/values.yaml +++ b/apps/overlays/au-syd1/woodpecker/values.yaml @@ -26,7 +26,7 @@ server: WOODPECKER_OPEN: "true" WOODPECKER_ADMIN: "unkinben" WOODPECKER_DISABLE_USER_AGENT_REGISTRATION: "true" - WOODPECKER_PLUGINS_PRIVILEGED: "woodpeckerci/plugin-docker-buildx:latest-insecure" + WOODPECKER_PLUGINS_PRIVILEGED: "woodpeckerci/plugin-docker-buildx,woodpeckerci/plugin-docker-buildx:latest-insecure" extraSecretNamesForEnvFrom: - woodpecker-gitea - woodpecker-postgres-credentials -- 2.47.3