try helm render-all in container
This commit is contained in:
parent
1c8d507ca4
commit
b3b63977af
2 changed files with 2 additions and 2 deletions
|
@ -28,3 +28,4 @@ data:
|
|||
RENOVATE_ENDPOINT: 'https://git.janky.solutions'
|
||||
RENOVATE_GIT_AUTHOR: 'Renovate Bot <renovatebot@janky.solutions>'
|
||||
RENOVATE_PLATFORM: gitea
|
||||
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: docker run --rm -v $(pwd):/infra -w /infra git.devhack.net/devhack/containers/deployer:latest -- ./helm/render-all.sh
|
||||
|
|
|
@ -8,10 +8,9 @@
|
|||
"**/bundle.yaml"
|
||||
]
|
||||
},
|
||||
"allowedPostUpgradeCommands": ["./helm/render-all.sh"],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"./helm/render-all.sh"
|
||||
"docker run --rm -v $(pwd):/infra -w /infra git.devhack.net/devhack/containers/deployer:latest -- ./helm/render-all.sh"
|
||||
],
|
||||
"fileFilters": [
|
||||
"helm/**"
|
||||
|
|
Loading…
Reference in a new issue