From 3a6d93bc3c4eb3a4ece372baececf80a1b7c57ba Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Apr 2026 20:48:46 +1000 Subject: [PATCH] feat: add woodpeckerci/plugin-docker-buildx to WOODPECKER_PLUGINS_PRIVILEGED (#87) Plugin is no longer privileged by default in Woodpecker; explicitly list both the standard and latest-insecure variants. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/87 --- 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