renovate: install required tooling before post-upgrade running helm/render-all.sh
All checks were successful
/ diff-and-deploy (push) Successful in 2m17s
All checks were successful
/ diff-and-deploy (push) Successful in 2m17s
This commit is contained in:
parent
96c671b509
commit
93812c38b0
2 changed files with 9 additions and 1 deletions
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
gitAuthor: 'Renovate Bot <renovatebot@janky.solutions>',
|
||||
platform: 'gitea',
|
||||
allowScripts: true,
|
||||
allowedPostUpgradeCommands: [
|
||||
allowedCommands: [
|
||||
".*"
|
||||
]
|
||||
};
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue