Commit graph

19 commits

Author SHA1 Message Date
Tracewebstudio Dev
471f1da66c fix: update ingress from test121 to test111 2026-05-19 14:14:47 +02:00
Tracewebstudio Dev
6eb14ec411 fix: use SHA tags instead of missing high-performance-latest tag
- nxtgauge-frontend-solid: f18c89d7fe73248a4cbe6a434dd243d88a25361b
- nxtgauge-admin-solid: ed368607182cba2d57b2987849bf887a9714da53
- nxtgauge-rust-gateway: 09075087f07ef70dc13281944c1f2ce4bf7c2a29

Fixes ImagePullBackOff on test121.nxtgauge.com
2026-05-05 18:52:14 +02:00
Tracewebstudio Dev
6ed66fce6f Use high-performance-latest tag instead of SHA in gitops
Switch image references from SHA pins to high-performance-latest tag
which is pushed on every CI build and never pruned.
2026-05-05 17:20:49 +02:00
Tracewebstudio Dev
914461a63b Fix ImagePullBackOff: update image tags to available SHA refs
- nxtgauge-frontend-solid: d084491 -> f18c89d7fe73248a4cbe6a434dd243d88a25361b
- nxtgauge-admin-solid: high-performance-latest -> ed368607182cba2d57b2987849bf887a9714da53
- nxtgauge-rust-gateway: high-performance-latest -> 09075087f07ef70dc13281944c1f2ce4bf7c2a29

Update ArgoCD image-updater annotations to match new tags.
2026-05-05 16:34:44 +02:00
Ashwin Kumar Sivakumar
1a38ffd6f1 fix: revert frontend to d084491 for OTP fixes 2026-04-18 01:56:27 +05:30
Ashwin Kumar Sivakumar
f6e8c72e62 fix: add TLS for test121 ingress 2026-04-17 23:45:34 +05:30
Ashwin Kumar Sivakumar
17f299346c chore: single owner for nxtgauge namespace 2026-04-17 21:21:37 +05:30
Tracewebstudio Dev
84060bfdc9 fix(frontend): deploy route fix bb6db6c
- Frontend now calls correct /api/auth paths instead of /api/gateway/api/auth
- Fixes OTP verification and signup flow
2026-04-17 17:00:29 +02:00
Ashwin Kumar Sivakumar
75acea11eb fix: registry ingress + woodpecker pulls + registry dns overrides 2026-04-17 05:25:04 +05:30
Tracewebstudio Dev
39e69a374a fix: update all services to latest commits with crane-based builds
- Backend: 9444056 - crane mirror base images, then build
- Frontend: d26f0bf - crane mirror node:20-alpine, then build
- Admin: e044d4c - crane mirror node:20-alpine, then build
- AI: 6f94539 - crane mirror base images, then build
- All repos now use crane to mirror base images before building
2026-04-16 21:33:26 +02:00
Tracewebstudio Dev
7ef7df4965 fix: update frontend to 2d7117a, admin to a13dce5, ai to 320e683
- frontend: use registry.nxtgauge.com/node:20-alpine
- admin: use registry.nxtgauge.com/node:20-alpine
- ai: use registry.nxtgauge.com/rust:1.87-alpine and alpine:3.20
- All images now use internal registry to avoid Docker Hub rate limits
- Update kustomization.yaml tags and admin base deployment image
- Remove ghcr.io references from admin gitops

Images needed in registry.nxtgauge.com:
- node:20-alpine
- rust:1.87-alpine
- alpine:3.20
2026-04-16 19:34:39 +02:00
Tracewebstudio Dev
555b4dcd8a fix: update frontend to 152f918 and backend users to 31d4570
- frontend: fix resend-otp API endpoint path
- backend: update company name and address in email footer
2026-04-16 17:30:16 +02:00
Tracewebstudio Dev
16e0e98f67 fix: update frontend tag to a365e1f with devDependencies fix 2026-04-16 11:12:36 +02:00
Tracewebstudio Dev
09efa1a944 fix(frontend): update registry to registry.nxtgauge.com and fix duplicate entries
- Change frontend image from ghcr.io to registry.nxtgauge.com
- Remove duplicate frontend-solid entry in backend-rust kustomization
- Update frontend tag to 80fb6aa with multi-stage Dockerfile fix
2026-04-16 10:48:25 +02:00
Ashwin Kumar Sivakumar
ceebc13e79 fix(gitops): align smtp to zeptomail across apps and finalize api env config 2026-04-13 22:23:20 +05:30
Tracewebstudio Dev
7ed7b47fd1 fix(k8s): correct gateway port from 8000 to 9100 in frontend config 2026-04-12 18:03:14 +02:00
Ashwin Kumar
a3f08182ab fix(ingress): restrict frontend solid host to test121 only 2026-04-11 15:30:56 +02:00
Ashwin Kumar
72f30f8d39 fix(ingress): route test121 host to frontend solid service 2026-04-11 15:29:49 +02:00
Ashwin Kumar
abfa43f85f feat: add K8s manifests and ArgoCD Applications for new Rust/SolidStart stack
Adds Kustomize base+prod overlays for nxtgauge-frontend-solid,
nxtgauge-admin-solid, and nxtgauge-backend-rust (18 services).
ArgoCD Image Updater configured for auto-deploy on high-performance-latest tag.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 00:48:46 +02:00