Update ghcr.io/woodpecker-ci/helm/woodpecker Docker tag to v2.1.0 #536

Merged
tom merged 2 commits from renovate/ghcr.io-woodpecker-ci-helm-woodpecker-2.x into main 2025-01-14 20:43:32 +01:00
Showing only changes of commit 404778639d - Show all commits

View file

@ -18,6 +18,13 @@ server:
- hosts:
- woodpecker.ar21.de
secretName: woodpecker-tls-key
initContainers:
- name: fix-permissions
image: busybox
command: ["sh", "-c", "chown -R 1000:1000 /mnt"]
volumeMounts:
- mountPath: /mnt
name: data
statefulSet:
replicaCount: 1
env: