nxtgauge-gitops/apps/nxtgauge-ai-assistant
Claude (via ashwin) 90a703c4f5
Some checks failed
sync-to-forgejo / sync (push) Failing after 7m18s
fix(gitops): stop tracking ai-assistant via Flux ImagePolicy, pin explicit digest
The ImagePolicy for this image uses alphabetical ordering, which always
resolved to the literal tag "latest" (it sorts after any hex SHA) rather
than tracking the newest build - Flux's ImageUpdateAutomation was
reverting this file to :latest every 2 minutes, racing with and
clobbering the specific-digest commits our own CI already writes
correctly (the same pattern nxtgauge-backend-rust's 20 services already
use, none of which rely on Flux's automatic image tracking either).
Remove the $imagepolicy marker so CI's explicit write is the sole source
of truth, and pin to the currently-running, verified-good digest.
2026-07-17 02:10:58 +05:30
..
base fix(k8s): use forgejo-regcred for ai-assistant deployment 2026-07-06 03:52:35 +05:30
overlays/prod fix(gitops): stop tracking ai-assistant via Flux ImagePolicy, pin explicit digest 2026-07-17 02:10:58 +05:30