mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-24 22:10:38 +00:00
feat: add kubernetes regexmanager for custom image refs
This commit is contained in:
parent
3c8c70387a
commit
b473778500
@ -33,5 +33,15 @@
|
|||||||
"datasources": ["kubernetes-api"],
|
"datasources": ["kubernetes-api"],
|
||||||
"enabled": false
|
"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
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user