mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-21 23:10:40 +00:00
fix: fix digest pinning for custom kubernetes image resources
This commit is contained in:
parent
93242db8ca
commit
4ff5d889e3
@ -32,6 +32,11 @@
|
||||
"description": "Disable kubernetes-api datasource",
|
||||
"datasources": ["kubernetes-api"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPaths": ["flux/**/patchCluster.yaml"],
|
||||
"pinDigests": true
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
@ -40,8 +45,7 @@
|
||||
"matchStrings": [
|
||||
"\\s+(imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+?)(@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?\\s"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"pinDigests": true
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user