mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-24 22:10:38 +00:00
feat: add regex manager for env vars from config maps
This commit is contained in:
parent
66fc8e445e
commit
e72513796c
@ -40,7 +40,14 @@
|
||||
{
|
||||
"fileMatch": ["^flux/(.+/)patches/(postgresCluster)\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"\\s+(imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+?)(@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?\\s"
|
||||
"\\s+(?:imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^flux/(.+/)patches/(config)\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
".+(?:_IMAGE):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user