mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-14 08:20:39 +00:00
feat: handle container images in kubernetes env vars
This commit is contained in:
parent
47890caee9
commit
17d96cbf77
@ -49,7 +49,8 @@
|
||||
],
|
||||
"matchStrings": [
|
||||
"\\s+(?:imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?",
|
||||
"\\s+(?:image):\\s+&\\S+\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?"
|
||||
"\\s+(?:image):\\s+&\\S+\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?",
|
||||
"- name:.+_IMAGE\\n\\s*value:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user