Use custom woodpecker image
This commit is contained in:
parent
a4a64011e3
commit
f9c8716904
@ -33,6 +33,15 @@ server:
|
|||||||
extraSecretNamesForEnvFrom:
|
extraSecretNamesForEnvFrom:
|
||||||
- woodpecker-postgres16-creds
|
- woodpecker-postgres16-creds
|
||||||
agent:
|
agent:
|
||||||
|
image:
|
||||||
|
# -- The image registry
|
||||||
|
registry: git.badhouseplants.net
|
||||||
|
# -- The image repository
|
||||||
|
repository: allanger/woodpecker-agent
|
||||||
|
# -- The pull policy for the image
|
||||||
|
pullPolicy: Always
|
||||||
|
# -- Overrides the image tag whose default is the chart appVersion.
|
||||||
|
tag: dev
|
||||||
enabled: true
|
enabled: true
|
||||||
extraSecretNamesForEnvFrom: []
|
extraSecretNamesForEnvFrom: []
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user