Sebastian Mark
5421b15d4e
- replace k0s with k3s in docker-compose.yml
- remove k0s-config.yaml
- remove metallb-address-pool
- update .renovaterc.json to match new file structure
- add new argocd-init files for k3s
- update README to reflect changes
🤖
36 lines
941 B
JSON
36 lines
941 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>infrastructure/renovate-config"
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"description": "ArgoCD",
|
|
"fileMatch": [
|
|
"^argocd-bootstrap/.*\\.yml$"
|
|
],
|
|
"matchStrings": [
|
|
"\\s+chart:\\s(?<depName>.*)",
|
|
"\\s+repo:\\s(?<registryUrl>.*)",
|
|
"\\s+version:\\s(?<currentValue>.*)"
|
|
],
|
|
"matchStringsStrategy": "combination",
|
|
"datasourceTemplate": "helm"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"description": "Baseline Manifests",
|
|
"fileMatch": [
|
|
"\\.jsonnet$"
|
|
],
|
|
"matchStrings": [
|
|
"\\s+chart::\\s\\\"(?<depName>.*)\\\",",
|
|
"\\s+repo::\\s\\\"(?<registryUrl>.*)\\\",",
|
|
"\\s+version::\\s\\\"(?<currentValue>.*)\\\","
|
|
],
|
|
"matchStringsStrategy": "combination",
|
|
"datasourceTemplate": "helm"
|
|
}
|
|
]
|
|
}
|