From 5b07157eeb0fa82eb2cde27bab494df160b490bb Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 12 Sep 2026 12:47:07 +1000 Subject: [PATCH] woodpecker: raise agent workspace PVC to 20Gi (#459) Woodpecker's k8s backend provisions a per-pipeline workspace PVC sized by WOODPECKER_BACKEND_K8S_VOLUME_SIZE. At 10G, large builds (e.g. .NET clone + build output) leave too little free space for tests that hard-require free disk headroom, failing purely on disk exhaustion. - raise WOODPECKER_BACKEND_K8S_VOLUME_SIZE from 10G to 20Gi Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/459 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- 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 e3adc5f..38dd360 100644 --- a/apps/overlays/au-syd1/woodpecker/values.yaml +++ b/apps/overlays/au-syd1/woodpecker/values.yaml @@ -4,7 +4,7 @@ agent: WOODPECKER_MAX_WORKFLOWS: "8" WOODPECKER_BACKEND_K8S_PRIORITY_CLASS: power WOODPECKER_BACKEND_K8S_STORAGE_CLASS: cephrbd-fast-delete - WOODPECKER_BACKEND_K8S_VOLUME_SIZE: 10G + WOODPECKER_BACKEND_K8S_VOLUME_SIZE: 20Gi WOODPECKER_BACKEND_K8S_STORAGE_RWX: false # Required from woodpecker 3.16.0 (GHSA-qf34-295c-26v8): step-level # serviceAccountName is gated behind this agent flag (default false).