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
2ae7844ab2
Expose Fleet via port-forward on port 8585 instead of fleet.localhost
...
Helm Chart CI & Release / Lint Helm Chart (push) Failing after 30s
Helm Chart CI & Release / Release Helm Chart (push) Has been skipped
- Add make port-forward target (default: https://0.0.0.0:8585 )
- FLEET_PORT variable for custom port
- Update README with port-forward instructions
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-19 19:40:02 +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
8583d25aa3
Refactor FleetDM Stack Helm chart: remove MySQL and Redis dependencies, update values.yaml to use built-in Fleet subcharts, add logo image, and adjust Helm install timeout in Makefile.
2026-02-19 16:26:11 +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
4299febec3
Init
2026-02-19 15:57:19 +00:00