diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2ae0823b498..1e1552bfd29 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,13 +31,6 @@ "commitMessageTopic": "container image {{depName}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}", "matchUpdateTypes": ["major", "minor", "patch", "digest"], - "postUpgradeTasks": { - "commands": [ - "sed -i \"s/^version:.*/version: $(grep '^version:' Chart.yaml | awk '{print $2}' | awk -F '[.\"]' '{$NF = $NF + 1;} 1' | sed 's/ /./g')/\" Chart.yaml", - ], - "fileFilters": ["Chart.yaml"], - "executionMode": "branch" - }, }, // // helm deps