disable post-upgrade task for now
This commit is contained in:
parent
2952eb74b4
commit
c337e2551f
2 changed files with 1 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -7,14 +7,5 @@
|
|||
"ignorePaths": [
|
||||
"**/bundle.yaml"
|
||||
]
|
||||
},
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"./helm/render-all.sh"
|
||||
],
|
||||
"fileMatch": [
|
||||
"helm/**"
|
||||
],
|
||||
"executionMode": "update"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue