0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-06-02 18:19:40 +02:00

fix: fix kubernetes manifest image versioning

This commit is contained in:
Robert Kaussow 2022-12-19 21:44:56 +01:00
parent 443f00a4f0
commit a17a274d31
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -26,7 +26,7 @@
{
"fileMatch": ["^flux/.+\\.yaml$"],
"matchStrings": [
"# renovate:\\n\\s+image:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+)\"?'?"
"# renovate:\\n\\s+image:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+?)\"?'?\\s"
],
"datasourceTemplate": "docker"
}