back to projects
$ cat ./projects/gitops-pipeline.md
GitOps CI/CD Pipeline
A reusable pipeline template for monorepos: build, test, sign, and deploy via Argo CD with progressive rollout.
- GitHub Actions
- Argo CD
- Argo Rollouts
- Cosign
- Helm
Each service gets a single workflow file that emits OCI images signed with Cosign, generates an SBOM, and writes the new tag into the deployment repo. Argo CD reconciles, Argo Rollouts handles canary, and the pipeline gates on Prometheus SLO burn-rate.