mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-25 18:20:40 +00:00
fix kubernetes regexmanager for custom image refs
This commit is contained in:
parent
b473778500
commit
8d1f4693f8
@ -38,10 +38,9 @@
|
|||||||
{
|
{
|
||||||
"fileMatch": ["flux/(.+/)patch(Cluster)\\.ya?ml$"],
|
"fileMatch": ["flux/(.+/)patch(Cluster)\\.ya?ml$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"^\\s+(imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+?)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?\\s"
|
"^\\s+(imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+?)(@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?\\s"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker"
|
||||||
"pinDigests": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user