Scaffold a dedicated public GitOps repo BenchFinity/benchfinity-cd (Kustomize base/ + overlays/production/), modeled on the Kof22/Website-CD pattern, that wraps the published OCI Helm chart oci://ghcr.io/benchfinity/charts/benchfinity (the app repo only builds the image + publishes the chart; the CD repo is the single source ArgoCD syncs).
Key tasks
gh repo create BenchFinity/benchfinity-cd --public; base/ + overlays/production/ + argocd/ layout.
- ArgoCD Application with inline per-env Helm values (wrap the OCI chart; do not re-vendor manifests).
- Document: image is public → no
imagePullSecret; keep OCI refs lowercase.
See docs/ROADMAP.md → Increment 0.1. Pairs with the prod-deploy issue.
Scaffold a dedicated public GitOps repo
BenchFinity/benchfinity-cd(Kustomizebase/+overlays/production/), modeled on theKof22/Website-CDpattern, that wraps the published OCI Helm chartoci://ghcr.io/benchfinity/charts/benchfinity(the app repo only builds the image + publishes the chart; the CD repo is the single source ArgoCD syncs).Key tasks
gh repo create BenchFinity/benchfinity-cd --public;base/+overlays/production/+argocd/layout.imagePullSecret; keep OCI refs lowercase.See
docs/ROADMAP.md→ Increment 0.1. Pairs with the prod-deploy issue.