Compare commits

..

11 commits

Author SHA1 Message Date
e2c78fb69a chore: update dependency k3s-io/k3s to v1.31.0+k3s1 2024-09-05 18:29:44 +00:00
6694527236 doc: fix markdown syntax 2024-09-05 20:24:16 +02:00
4e81b3dc8f feat(cert-manager): move LE issuer to later sync wave 2024-09-05 20:24:08 +02:00
caa10cc8fa 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-05 20:24:01 +02:00
6e5423ffb4 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-04 14:08:33 +02:00
24e08ab096 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-04 14:08:33 +02:00
1e3c674e89 doc: add Zabbix Monitoring section
- add new section for Zabbix Monitoring in README.md
- provide link to Zabbix Kubernetes Monitoring documentation

🤖
2024-09-04 14:08:33 +02:00
566c55aaee refactor(manifests): move _templates into manifests path 2024-09-04 14:08:33 +02:00
de60e45171 refactor(argocd): rename argocd-init -> argocd-bootstrap 2024-09-04 14:08:33 +02:00
d034522a43 doc(argo-cd): describe sync via Kubectl 2024-09-04 14:08:33 +02:00
8b7b24f840 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-04 14:08:28 +02:00

View file

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