mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
update(woodpecker): next
This commit is contained in:
parent
f8b778abc2
commit
b1432d59c1
2 changed files with 16 additions and 5 deletions
|
@ -1,19 +1,30 @@
|
|||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-agent
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "latest"
|
||||
tag: "next"
|
||||
|
||||
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:
|
||||
- woodpecker-secret
|
||||
|
||||
podAnnotations: {}
|
||||
serviceAccount:
|
||||
create: true
|
||||
rbac:
|
||||
create: true
|
||||
|
||||
podSecurityContext:
|
||||
fsGroup: 2000
|
||||
|
|
|
@ -5,7 +5,7 @@ image:
|
|||
repository: woodpeckerci/woodpecker-server
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "latest"
|
||||
tag: "next"
|
||||
|
||||
env:
|
||||
WOODPECKER_OPEN: "false"
|
||||
|
|
Loading…
Reference in a new issue