fix(renovate): update REAMDE
All checks were successful
Helm / helm-lint (push) Successful in 7s
Helm / helm-unittest (push) Successful in 18s

This commit is contained in:
2025-09-20 17:25:44 +02:00
parent 387547e813
commit 796c257d0a
3 changed files with 27 additions and 3 deletions

View File

@@ -64,5 +64,16 @@
"patch"
]
}
]
],
"postUpgradeTasks": {
"commands": [
"install-tool node",
"make readme"
],
"fileFilters": [
"README.md",
"values.yaml"
],
"executionMode": "update"
}
}