Compare commits

..

11 commits

Author SHA1 Message Date
f9147665fb chore: update dependency k3s-io/k3s to v1.31.0+k3s1 2024-09-12 19:29:50 +02:00
c6a3574332 doc: fix markdown syntax 2024-09-12 19:29:50 +02:00
3c3cc604e6 feat(cert-manager): move LE issuer to later sync wave 2024-09-12 19:29:50 +02:00
13cded188f break: migrate back to bare-metal (and ansible)
- remove docker-compose.yml
- add ansible playbook for k3s and argocd deployment
- update renovate custom manager for k3s version
- update README.md with new instructions

🤖
2024-09-12 19:29:50 +02:00
8bc212d546 doc: add agent registration instructions
- add section on how to get existing server token
- add steps to create a new token
- add instructions on how to register an agent/worker

🤖
2024-09-12 19:29:50 +02:00
de0fabd0b1 refactor(argocd): split bootstrap files
- rename bootstrap files for clarification
- remove project and application from argocd-apps values
- add new YAML for project configuration
- add new YAML for application configuration
2024-09-12 19:29:50 +02:00
0794c89dba doc: add Zabbix Monitoring section
- add new section for Zabbix Monitoring in README.md
- provide link to Zabbix Kubernetes Monitoring documentation

🤖
2024-09-12 19:29:50 +02:00
72f4403752 refactor(manifests): move _templates into manifests path 2024-09-12 19:29:50 +02:00
3d1e3d3ae7 refactor(argocd): rename argocd-init -> argocd-bootstrap 2024-09-12 19:29:50 +02:00
1f1681cd43 doc(argo-cd): describe sync via Kubectl 2024-09-12 19:29:50 +02:00
5421b15d4e 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

🤖
2024-09-12 19:29:50 +02:00

View file

@ -20,7 +20,7 @@
"customType": "regex",
"description": "ArgoCD",
"fileMatch": [
"^argocd-init/.*\\.yml$"
"^argocd-bootstrap/.*\\.yml$"
],
"matchStrings": [
"\\s+chart:\\s(?<depName>.*)",