Nxtgauge GitOps Configuration
Find a file
sync-test c9fd51d5bc
All checks were successful
sync-to-github / sync (push) Successful in 39s
fix(containerd-cleanup): use k3s-bundled ctr, bring under gitops management
The prune step called bare 'ctr', which has never existed as a
standalone binary on these k3s nodes - only the k3s binary itself
(bundling 'k3s ctr'/'k3s crictl' subcommands) lives at
/usr/local/bin. The failure was silently swallowed by '|| true',
so the CronJob has been reporting Complete every 10 minutes for
68 days while doing nothing; node disk sat at 83% used.

Verified live: patched the CronJob's command to invoke
/usr/local/bin/k3s ctr directly, manually triggered a run, confirmed
it actually prunes now (deleted ~75 dangling images).

This CronJob and its ServiceAccount previously existed only as a
manually-applied live object, not tracked in git. Adding the
manifests here and wiring them into clusters/production so Flux
manages it going forward instead of it silently drifting again.
2026-08-15 23:41:59 +05:30
.forgejo/workflows ci: fix secret name for github mirror sync 2026-08-04 01:44:52 +05:30
.github/workflows fix(ci): make sync-to-forgejo tolerate Forgejo-only commits 2026-07-13 22:01:41 +05:30
apps chore(gitops): update users image for 4f1f4f733d5c4a103109f1a94a48cc3ea207eaa5 2026-08-15 17:19:01 +00:00
clusters/production fix(containerd-cleanup): use k3s-bundled ctr, bring under gitops management 2026-08-15 23:41:59 +05:30
docs feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates 2026-06-15 06:15:41 +05:30
ops fix(containerd-cleanup): use k3s-bundled ctr, bring under gitops management 2026-08-15 23:41:59 +05:30
scripts fix(ci): add ai-assistant to deployment scripts 2026-07-06 03:49:11 +05:30
.ci-trigger ci: trigger build 2026-07-07 21:52:58 +00:00
.sops.yaml Encrypt all secrets with SOPS, add Flux decryption support, rotate JWT_SECRET/AI_SERVICE_KEY 2026-07-02 17:56:28 +05:30
.test_push test push 2026-06-08 18:13:19 +05:30
OTP_ISSUE_FIX_PROMPT.md chore: remove argocd and standardize on flux 2026-06-11 17:17:42 +05:30
ROUTE_ISSUE_ANALYSIS.md chore: remove argocd and standardize on flux 2026-06-11 17:17:42 +05:30