Commit Graph

14 Commits

Author SHA1 Message Date
3715096e42 fix: basic auth secret (#13)
All checks were successful
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-traefik (push) Has been skipped
Deploy / deploy-crowdsec (push) Has been skipped
Reviewed-on: #13
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-12-28 10:24:25 +01:00
68eab31355 chore: Configure Renovate (#11)
All checks were successful
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-traefik (push) Has been skipped
Deploy / deploy-crowdsec (push) Has been skipped
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.gitea/workflows/deploy.yaml` (github-actions)
 * `.gitea/workflows/validate.yaml` (github-actions)
 * `crowdsec/helmfile.yaml` (helmfile)

### What to Expect

With your current configuration, Renovate will create 2 Pull Requests:

<details>
<summary>chore(deps): update helm release crowdsec to v0.21.1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/crowdsec-0.x`
  - Merge into: `main`
  - Upgrade [crowdsec](https://github.com/crowdsecurity/helm-charts) to `bed71079d69c52bd2d8442160adaa054259b2e1284c971c320661fc51bab44d3`

</details>

<details>
<summary>chore(deps): update actions/checkout action to v6</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-checkout-6.x`
  - Merge into: `main`
  - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v6`

</details>

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->

Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Reviewed-on: #11
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-12-28 10:19:36 +01:00
9fffa121dd feat: disable crowdsec (#12)
Some checks failed
Deploy / check-changes (push) Successful in 12s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-crowdsec (push) Has been skipped
Deploy / deploy-traefik (push) Failing after 8s
Reviewed-on: #12
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-12-28 10:17:04 +01:00
cd201803a1 feat: add crowdsec (#10)
Some checks failed
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-crowdsec (push) Successful in 13s
Deploy / deploy-traefik (push) Failing after 11m12s
Reviewed-on: #10
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-12-28 09:51:45 +01:00
1c33567e17 feat: add jellyfin volume on k3sh3 (#9)
All checks were successful
Deploy / check-changes (push) Successful in 14s
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-node-labels (push) Successful in 21s
Reviewed-on: #9
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-11-01 17:36:59 +01:00
6ef366d495 ci: feat restart coredns after deployment (#8)
All checks were successful
Deploy / check-changes (push) Successful in 13s
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-node-labels (push) Has been skipped
Reviewed-on: #8
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-05 20:57:39 +02:00
240b653a52 ci: fix node labels change check (#7)
All checks were successful
Deploy / check-changes (push) Successful in 12s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Reviewed-on: #7
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-05 20:54:36 +02:00
d360b8c970 feat: add coredns (#6)
All checks were successful
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Successful in 21s
Validate / validate-coredns (push) Successful in 7s
Validate / validate-node-lables (push) Successful in 20s
We had some inconsistencies with node configuration and dns hickups.
This feature moves the coredns config into our software versioning system.

Reviewed-on: #6
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-05 20:52:18 +02:00
8d836993c5 refactor: isolate use cases (#5)
All checks were successful
Deploy / check-changes (push) Successful in 12s
Deploy / deploy-node-labels (push) Has been skipped
Reviewed-on: #5
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-05 20:34:56 +02:00
00dc9dd939 docs: document labels (#3)
All checks were successful
Deploy / check-changes (push) Successful in 10s
Deploy / deploy (push) Has been skipped
Reviewed-on: #3
2025-10-03 18:53:04 +02:00
77370814e0 fix: update k3sh3 networking (#4)
All checks were successful
Deploy / check-changes (push) Successful in 10s
Deploy / deploy (push) Successful in 16s
Reviewed-on: #4
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-03 18:52:27 +02:00
8ae1a745ca feat: add previous k3sh2 labels (#2)
All checks were successful
Deploy / check-changes (push) Successful in 13s
Deploy / deploy (push) Successful in 19s
Reviewed-on: #2
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-09-26 21:11:35 +02:00
74600b3457 feat: add node labels (#1)
All checks were successful
Deploy / check-changes (push) Successful in 6s
Deploy / deploy (push) Successful in 18s
Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-09-26 21:08:48 +02:00
cddc32c15f Initial commit 2025-09-26 20:46:25 +02:00