chore(gitops): reconcile GitHub and Forgejo histories after stalled sync
All checks were successful
sync-to-forgejo / sync (push) Successful in 15s
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
This commit is contained in:
commit
5d4309314d
2 changed files with 2 additions and 2 deletions
|
|
@ -9,4 +9,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: admin-solid
|
||||
image: ci.nxtgauge.com/ashwin/nxtgauge-admin-solid:high-performance-latest # {"$imagepolicy": "flux-system:nxtgauge-admin-solid"}
|
||||
image: ci.nxtgauge.com/ashwin/nxtgauge-admin-solid@sha256:e56570ac2a51346b251217875843ad77af71a0d549604454804e2346b8fb35a8
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: frontend-solid
|
||||
image: ci.nxtgauge.com/ashwin/nxtgauge-frontend-solid:sha-3d6a81d # {"$imagepolicy": "flux-system:nxtgauge-frontend-solid"}
|
||||
image: ci.nxtgauge.com/ashwin/nxtgauge-frontend-solid@sha256:861bd51cd1faeb2b1e72433256d2b349b7ec8750f0827aa074087a89a39eb97f
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue