Skip to content

Commit

Permalink
remove helm-requirements because we're not using helmv2
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed May 29, 2024
1 parent 927ae9c commit 40868f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"description": "Bump helm chart versions by a patch when updating values files. Digests, pins, rollbacks, replacements and pinDigest updates are deliberately ignored since in our use case, these need a manual decision about the version bump for the chart. This can be removed when https://github.com/renovatebot/renovate/issues/8231 is implemented and enabled.",
"matchManagers": ["helm-values", "regex", "helm-requirements"],
"matchManagers": ["helm-values", "regex"],
"postUpgradeTasks": {
"commands": [
"bash scripts/bump-chart-version.sh '{{{parentDir}}}' '{{{updateType}}}'"
Expand Down

0 comments on commit 40868f6

Please sign in to comment.