Compare commits
No commits in common. "fdfc9bc570498ab363f401f1844a4fc1388b2c62" and "597eaea71921f809b987a1a461a1d66c5dc4ae1d" have entirely different histories.
fdfc9bc570
...
597eaea719
2 changed files with 1 additions and 8 deletions
|
@ -29,7 +29,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- chart: woodpecker
|
- chart: woodpecker
|
||||||
repoURL: ghcr.io/woodpecker-ci/helm
|
repoURL: ghcr.io/woodpecker-ci/helm
|
||||||
targetRevision: 2.1.0
|
targetRevision: 2.0.3
|
||||||
helm:
|
helm:
|
||||||
releaseName: woodpecker
|
releaseName: woodpecker
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|
|
@ -18,13 +18,6 @@ server:
|
||||||
- hosts:
|
- hosts:
|
||||||
- woodpecker.ar21.de
|
- woodpecker.ar21.de
|
||||||
secretName: woodpecker-tls-key
|
secretName: woodpecker-tls-key
|
||||||
initContainers:
|
|
||||||
- name: fix-permissions
|
|
||||||
image: busybox
|
|
||||||
command: ["sh", "-c", "chown -R 1000:1000 /mnt"]
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /mnt
|
|
||||||
name: data
|
|
||||||
statefulSet:
|
statefulSet:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue