nxtgauge-gitops/apps/forgejo
Ashwin Kumar Sivakumar c633dd4ea2 Sync forgejo runner-deployment.yaml with live cluster state, drop exposed password
This file had drifted badly from the actual running DaemonSet - the
live cluster already moved off the standalone registry.nxtgauge.com
mirror (now decommissioned, confirmed dead: internal DNS routes it to
Traefik with no matching ingress) onto ci.nxtgauge.com's built-in
registry. That migration was done directly against the cluster and
never reflected back to git, leaving a stale REGISTRY_PASSWORD literal
("Ashwin@2026") in this file that doesn't exist in the live DaemonSet
at all. Replaces the file with the actual live spec and adds the two
ConfigMaps (docker-daemon-config, registry-cert) it depends on, which
were also missing from the repo. Not applying this to the cluster -
the differences are purely cosmetic (mount ordering, stale
annotations) and would trigger a pointless restart of healthy runners.
2026-07-02 19:17:07 +05:30
..
deployment.yaml feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates 2026-06-15 06:15:41 +05:30
runner-deployment.yaml Sync forgejo runner-deployment.yaml with live cluster state, drop exposed password 2026-07-02 19:17:07 +05:30
runner-docker-daemon-config.yaml Sync forgejo runner-deployment.yaml with live cluster state, drop exposed password 2026-07-02 19:17:07 +05:30
runner-registry-cert.yaml Sync forgejo runner-deployment.yaml with live cluster state, drop exposed password 2026-07-02 19:17:07 +05:30