feat: add kubernetes regexmanager for custom image refs

This commit is contained in:
Robert Kaussow 2023-03-21 16:07:26 +01:00
parent 3c8c70387a
commit b473778500
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 10 additions and 0 deletions

View File

@ -33,5 +33,15 @@
"datasources": ["kubernetes-api"],
"enabled": false
}
],
"regexManagers": [
{
"fileMatch": ["flux/(.+/)patch(Cluster)\\.ya?ml$"],
"matchStrings": [
"^\\s+(imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+?)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?\\s"
],
"datasourceTemplate": "docker",
"pinDigests": true
}
]
}