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
@ -47,6 +52,11 @@ agent:
securityContext:
privileged: true
image:
repository: woodpeckerci/woodpecker-agent
tag: v3.8.0
pullPolicy: IfNotPresent
persistence:
enabled: false