Fix README: Gitea Actions reference, add verification-log to structure
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 10s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-19 19:52:10 +00:00
parent d5b2bd2aa4
commit 46cc76b316
+6 -5
View File
@@ -135,7 +135,7 @@ For production, configure proper TLS and a stable DNS name for agents.
## Enhancements implemented ## 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`) 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 3. **`fleet prepare db`** — Handled by `autoApplySQLMigrations: true` in the Fleet Helm chart
@@ -149,12 +149,13 @@ tech-task/
│ ├── values.yaml │ ├── values.yaml
│ ├── certs/ # TLS certs (generated by make install) │ ├── certs/ # TLS certs (generated by make install)
│ └── charts/ # Dependencies (run make deps) │ └── charts/ # Dependencies (run make deps)
├── Makefile # cluster, install, uninstall, verify, clean ├── Makefile # cluster, install, uninstall, verify, port-forward, clean
├── README.md ├── README.md
├── .github/workflows/ # CI for Helm chart releases ├── .github/workflows/ # Gitea Actions CI for Helm chart lint & release
└── docs/ # Theoretical part └── docs/ # Theoretical part
├── architecture-design-company-inc.md ├── architecture-design-company-inc.md
── architecture-hld.md ── architecture-hld.md
└── verification-log.md
``` ```
## Theoretical Part ## Theoretical Part
@@ -162,4 +163,4 @@ tech-task/
The architectural design document for "Company Inc." is in `docs/`: The architectural design document for "Company Inc." is in `docs/`:
- [Architecture Design Document](docs/architecture-design-company-inc.md) — 12 page design (convert to PDF for submission) - [Architecture Design Document](docs/architecture-design-company-inc.md) — 12 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)