Update ghcr.io/woodpecker-ci/helm/woodpecker Docker tag to v2.1.0 #536
2 changed files with 8 additions and 1 deletions
|
@ -29,7 +29,7 @@ spec:
|
|||
sources:
|
||||
- chart: woodpecker
|
||||
repoURL: ghcr.io/woodpecker-ci/helm
|
||||
targetRevision: 2.0.3
|
||||
targetRevision: 2.1.0
|
||||
helm:
|
||||
releaseName: woodpecker
|
||||
valueFiles:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue