break: switch from k0s to k3s (in docker)

- 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

🤖
This commit is contained in:
Sebastian Mark 2024-09-02 22:10:32 +02:00
parent 844c77e7a9
commit 5421b15d4e
8 changed files with 98 additions and 128 deletions

View file

@ -8,16 +8,19 @@
"customType": "regex",
"description": "ArgoCD",
"fileMatch": [
"k0s-config\\.yaml$"
"^argocd-bootstrap/.*\\.yml$"
],
"matchStrings": [
"\\s+version:\\s(?<currentValue>.*)\\s+#\\s+depName=(?<depName>.*)\\s+repoUrl=(?<registryUrl>.*)"
"\\s+chart:\\s(?<depName>.*)",
"\\s+repo:\\s(?<registryUrl>.*)",
"\\s+version:\\s(?<currentValue>.*)"
],
"matchStringsStrategy": "combination",
"datasourceTemplate": "helm"
},
{
"customType": "regex",
"description": "Baseline",
"description": "Baseline Manifests",
"fileMatch": [
"\\.jsonnet$"
],