try helm render-all in container

This commit is contained in:
Finn 2024-10-14 09:46:02 -07:00
parent 1c8d507ca4
commit b3b63977af
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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/**"