disable post-upgrade task for now

This commit is contained in:
Finn 2024-10-14 10:39:55 -07:00
parent 2952eb74b4
commit c337e2551f
2 changed files with 1 additions and 10 deletions

View file

@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: renovate
image: renovate/renovate:38.121-full
image: ghcr.io/renovatebot/renovate:38.121-full
env:
- name: RENOVATE_CONFIG_FILE
value: /etc/renovate/config.js

View file

@ -7,14 +7,5 @@
"ignorePaths": [
"**/bundle.yaml"
]
},
"postUpgradeTasks": {
"commands": [
"./helm/render-all.sh"
],
"fileMatch": [
"helm/**"
],
"executionMode": "update"
}
}