renovate: install required tooling before post-upgrade running helm/render-all.sh
All checks were successful
/ diff-and-deploy (push) Successful in 2m17s

This commit is contained in:
Finn 2025-01-28 13:30:09 -08:00
parent 96c671b509
commit 93812c38b0
2 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,7 @@ module.exports = {
gitAuthor: 'Renovate Bot <renovatebot@janky.solutions>',
platform: 'gitea',
allowScripts: true,
allowedPostUpgradeCommands: [
allowedCommands: [
".*"
]
};

View file

@ -7,5 +7,13 @@
"ignorePaths": [
"**/bundle.yaml"
]
},
"postUpgradeTasks": {
"commands": [
"install-tool kubectl v1.32.1",
"install-tool helm v3.17.0",
"helm/render-all.sh"
],
"executionMode": "update"
}
}