0
0
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:
Robert Kaussow 2024-11-10 21:45:06 +01:00
parent 47890caee9
commit 17d96cbf77
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

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