Nxtgauge GitOps Configuration
|
All checks were successful
sync-to-forgejo / sync (push) Successful in 15s
GitHub->Forgejo sync (sync-to-forgejo.yml) had been failing since 2026-07-10 because it used a rebase-then-push strategy that assumed Forgejo was always a fast-forward mirror of GitHub. FluxCD's own ImageUpdateAutomation commits directly to Forgejo (the repo Flux's GitRepository actually watches), so Forgejo had accumulated ~70 automated image-bump commits GitHub never saw, which made the rebase fail. Meanwhile GitHub had a handful of manually/CI-pushed gitops deploy commits Forgejo never received. This merge reconciles both histories without discarding either side; both remotes fast-forward to this commit. # Conflicts: # apps/nxtgauge-admin-solid/overlays/prod/release-patch.yaml # apps/nxtgauge-frontend-solid/overlays/prod/release-patch.yaml |
||
|---|---|---|
| .github/workflows | ||
| apps | ||
| clusters/production | ||
| docs | ||
| ops | ||
| scripts | ||
| .ci-trigger | ||
| .sops.yaml | ||
| .test_push | ||
| OTP_ISSUE_FIX_PROMPT.md | ||
| ROUTE_ISSUE_ANALYSIS.md | ||