fix: fix kubernetes manifest image versioning (#3)

This commit is contained in:
Robert Kaussow 2022-12-19 21:45:36 +01:00 committed by GitHub
parent 443f00a4f0
commit 8628270984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"
}