mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
fix: use kubernetes manager for minio tenants
This commit is contained in:
parent
41a536b7f9
commit
c4e1d79c2b
@ -6,11 +6,11 @@
|
||||
"fileMatch": ["^flux/.+\\.ya?ml$"]
|
||||
},
|
||||
"helm-values": {
|
||||
"fileMatch": ["^flux/(.+/)patch(HelmRelease|Tenant)\\.ya?ml$"],
|
||||
"fileMatch": ["^flux/(.+/)patch(HelmRelease)\\.ya?ml$"],
|
||||
"pinDigests": true
|
||||
},
|
||||
"kubernetes": {
|
||||
"fileMatch": ["^flux/(.+/)patch(Deployment|Cluster)\\.ya?ml$"]
|
||||
"fileMatch": ["^flux/(.+/)patch(Deployment|Cluster|Tenant)\\.ya?ml$"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user