Merge pull request 'Update Helm release woodpecker to v2' (#323) from renovate/woodpecker-2.x into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #323
This commit is contained in:
commit
456bb3a54c
2 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,7 @@ spec:
|
|||
sources:
|
||||
- chart: woodpecker
|
||||
repoURL: https://woodpecker-ci.org/
|
||||
targetRevision: 1.6.2
|
||||
targetRevision: 2.0.0
|
||||
helm:
|
||||
releaseName: woodpecker
|
||||
valueFiles:
|
||||
|
|
|
@ -29,6 +29,7 @@ server:
|
|||
WOODPECKER_LOG_LEVEL: "error"
|
||||
extraSecretNamesForEnvFrom:
|
||||
- woodpecker-forgejo
|
||||
createAgentSecret: false
|
||||
agent:
|
||||
extraSecretNamesForEnvFrom:
|
||||
- woodpecker-forgejo
|
||||
|
@ -37,3 +38,4 @@ agent:
|
|||
WOODPECKER_MAX_WORKFLOWS: 2
|
||||
WOODPECKER_BACKEND_K8S_STORAGE_CLASS: 'longhorn-local'
|
||||
WOODPECKER_BACKEND_K8S_VOLUME_SIZE: 2G
|
||||
mapAgentSecret: false
|
||||
|
|
Loading…
Reference in a new issue