Upgrade woodpecker

This commit is contained in:
dvirlabs 2025-08-05 03:47:34 +03:00
parent e1aee10488
commit b8558bd5b7

View File

@ -37,6 +37,11 @@ server:
mountPath: /var/lib/woodpecker
storageClass: local-path-infra
image:
repository: woodpeckerci/woodpecker-agent
tag: v3.8.0
pullPolicy: IfNotPresent
agent:
kind: Deployment
enabled: true
@ -46,6 +51,11 @@ agent:
WOODPECKER_BACKEND_K8S_NAMESPACE: dev-tools
securityContext:
privileged: true
image:
repository: woodpeckerci/woodpecker-agent
tag: v3.8.0
pullPolicy: IfNotPresent
persistence: