From 46cc76b3166a1dc4af8635c29c4fc71b59131259 Mon Sep 17 00:00:00 2001 From: Andriy Oblivantsev Date: Thu, 19 Feb 2026 19:52:10 +0000 Subject: [PATCH] Fix README: Gitea Actions reference, add verification-log to structure Co-authored-by: Cursor --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d60edcd..cec862b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ For production, configure proper TLS and a stable DNS name for agents. ## Enhancements implemented -1. **Basic CI pipeline** — GitHub Actions releases new Helm chart versions (see [.github/workflows/release.yaml](.github/workflows/release.yaml)) +1. **Basic CI pipeline** — Gitea Actions lint on push, release on tag (see [.github/workflows/release.yaml](.github/workflows/release.yaml)) 2. **Exposed Fleet UI** — `make port-forward` on port 8585 (+ ingress `fleet.localhost`) 3. **`fleet prepare db`** — Handled by `autoApplySQLMigrations: true` in the Fleet Helm chart @@ -149,12 +149,13 @@ tech-task/ │ ├── values.yaml │ ├── certs/ # TLS certs (generated by make install) │ └── charts/ # Dependencies (run make deps) -├── Makefile # cluster, install, uninstall, verify, clean +├── Makefile # cluster, install, uninstall, verify, port-forward, clean ├── README.md -├── .github/workflows/ # CI for Helm chart releases +├── .github/workflows/ # Gitea Actions CI for Helm chart lint & release └── docs/ # Theoretical part ├── architecture-design-company-inc.md - └── architecture-hld.md + ├── architecture-hld.md + └── verification-log.md ``` ## Theoretical Part @@ -162,4 +163,4 @@ tech-task/ The architectural design document for "Company Inc." is in `docs/`: - [Architecture Design Document](docs/architecture-design-company-inc.md) — 1–2 page design (convert to PDF for submission) -- [High-Level Diagram Reference](docs/architecture-hld.md) — Mermaid source and draw.io guide for HLD +- [High-Level Diagram](docs/architecture-hld.md) — Mermaid diagrams (infra, CI/CD, network security)