Commit Graph

11 Commits

Author SHA1 Message Date
e6176999c1 Add containerisation strategy details and CI image build step
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 10s
Helm Chart CI & Release / Semantic Release (push) Failing after 9s
Expand architecture doc section 4.5 with image building process,
container registry management, and deployment pipeline prose.
Add Docker build & push to Gitea OCI registry in CI workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 21:19:31 +00:00
a44aef5381 Simplify docs exclusion: use paths-ignore on push trigger
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 10s
Helm Chart CI & Release / Semantic Release (push) Successful in 10s
Replace in-job file check with paths-ignore filter.
Workflow won't trigger at all for docs-only changes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 20:58:48 +00:00
4a278b1419 Fix CI checkout: use token auth for git clone
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Semantic Release (push) Successful in 10s
Repo requires authentication; use gitea.token in clone URLs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 20:56:50 +00:00
698c977511 Skip release for docs-only changes
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 10s
Helm Chart CI & Release / Semantic Release (push) Successful in 10s
Semantic release now checks changed files and skips tag/publish
when only docs, README, STATUS, AGENTS, or .gitignore are modified.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 20:54:42 +00:00
25d4610903 Fix release: use Gitea API directly instead of gitea-release-action
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Semantic Release (push) Successful in 10s
The action requires Node 18+ (Headers API) but runner uses Node 16.
Use curl against Gitea API for release creation and asset upload.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 20:02:43 +00:00
9c3caeef17 Add semantic release: auto-version on push to master
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 2m24s
Helm Chart CI & Release / Semantic Release (push) Failing after 12s
- Patch bump for regular commits/fixes (0.1.0 → 0.1.1)
- Major bump when merging feature/* branches (0.1.1 → 1.0.0)
- Auto-tags, updates Chart.yaml version, packages and publishes

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 19:59:18 +00:00
2ee57f0093 Fix CI lint: remove head pipe that causes SIGPIPE exit 141
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 10s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
helm template piped to head -20 exits with 141 when head closes early.
Redirect to /dev/null instead - lint result is what matters.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 19:43:04 +00:00
dddfd432a7 Fix Gitea Actions: replace actions/checkout with manual git clone
Helm Chart CI & Release / Lint Helm Chart (push) Failing after 11s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
Runner job containers cannot resolve internal 'gitea' hostname.
Use public URL (git.produktor.io) for checkout instead.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 19:42:20 +00:00
3ff3a30838 Fix Gitea workflow: remove path filter, add server_url for release
Helm Chart CI & Release / Lint Helm Chart (push) Failing after 36s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 17:14:26 +00:00
b5c22e84ec Configure Gitea Actions for Helm chart CI and release
Helm Chart CI & Release / Lint Helm Chart (push) Failing after 39s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
- Replace GitHub chart-releaser with Gitea-compatible workflow
- Lint job: helm lint, template validation on push to main/master
- Release job: package and publish to Gitea releases on tag push (v*)
- Use gitea-release-action for creating releases
- Support both main and master branches

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 17:13:53 +00:00
cd358ce28a Add initial Helm chart for FleetDM Stack with MySQL and Redis, including README, CI pipeline, and architecture documentation. Update .gitignore for local development files. 2026-02-19 16:25:44 +00:00