This commit is contained in:
Nikolai Rodionov 2025-02-07 12:51:28 +01:00
parent 90117f3d9b
commit 7771572725
No known key found for this signature in database
GPG Key ID: 0639A45505F3BFA6

View File

@ -7,7 +7,7 @@
"helmfile.yaml"
],
"matchStrings": [
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)"
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentValue>.*)"
],
"autoReplaceStringTemplate": "{{indentation}}path: git::{{repoURL}}ref={{newDigest}}",
"currentValueTemplate": "main",