update(woodpecker): next

This commit is contained in:
nold 2022-11-22 22:04:11 +01:00
parent f8b778abc2
commit b1432d59c1
2 changed files with 16 additions and 5 deletions

View file

@ -1,19 +1,30 @@
replicaCount: 2 replicaCount: 1
image: image:
registry: docker.io registry: docker.io
repository: woodpeckerci/woodpecker-agent repository: woodpeckerci/woodpecker-agent
pullPolicy: Always pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "latest" tag: "next"
env: env:
WOODPECKER_SERVER: "woodpecker-server.woodpecker-server.svc.cluster.local:9000" WOODPECKER_SERVER: "woodpecker-server.woodpecker.svc.cluster.local:9000"
WOODPECKER_BACKEND: kubernetes
WOODPECKER_BACKEND_K8S_NAMESPACE: woodpecker-agent
WOODPECKER_BACKEND_K8S_STORAGE_CLASS: "ssd"
WOODPECKER_BACKEND_K8S_VOLUME_SIZE: 10G
WOODPECKER_BACKEND_K8S_STORAGE_RWX: false
dind:
enabled: false
extraSecretNamesForEnvFrom: extraSecretNamesForEnvFrom:
- woodpecker-secret - woodpecker-secret
podAnnotations: {} serviceAccount:
create: true
rbac:
create: true
podSecurityContext: podSecurityContext:
fsGroup: 2000 fsGroup: 2000

View file

@ -5,7 +5,7 @@ image:
repository: woodpeckerci/woodpecker-server repository: woodpeckerci/woodpecker-server
pullPolicy: Always pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "latest" tag: "next"
env: env:
WOODPECKER_OPEN: "false" WOODPECKER_OPEN: "false"