Ashwin Kumar Sivakumar
e27f82e996
fix(flux): add namespace to all app overlays
2026-06-08 20:59:38 +05:30
Rimuru (Hermes Agent)
3119172f96
fix: add imagePullSecrets and pin all rust services to working e6d85ffc tag
2026-06-08 16:48:06 +05:30
Rimuru (Hermes Agent)
d9f052d253
fix: pin users to working image hash e6d85ffc (retagged from gateway)
2026-06-08 16:30:53 +05:30
Rimuru (Hermes Agent)
dd85e25e54
fix: use high-performance-latest tag for gateway and users (rebuilt images available)
2026-06-08 02:37:22 +05:30
Rimuru (Hermes Agent)
c95ed3e333
fix: use working image tag 486d1a8 for users and gateway
2026-06-07 22:57:46 +05:30
Rimuru (Hermes Agent)
c79b53b40c
fix: remove duplicate newTag for nxtgauge-rust-users
2026-06-07 22:53:50 +05:30
Rimuru (Hermes Agent)
bdef723550
fix: add back newTag for nxtgauge-rust-users
2026-06-07 22:50:58 +05:30
Rimuru (Hermes Agent)
e756e085a0
Revert "fix: update users image tag to current HEAD with Ask Ash Phase 1"
...
This reverts commit d05260fbae .
2026-06-07 22:49:58 +05:30
Rimuru (Hermes Agent)
d05260fbae
fix: update users image tag to current HEAD with Ask Ash Phase 1
2026-06-07 22:32:12 +05:30
Tracewebstudio Dev
830304d55e
fix(backend): revert gateway and users to d084491 for OTP support
...
- Gateway: d084491 (includes legacy OTP endpoint support)
- Users: d084491 (includes v1 API routing)
2026-04-17 17:05:43 +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
696dfb55ee
feat: update backend to d084491 with v1 API support
...
- Add /api/v1/users routing to gateway and users service
- Support legacy resend-otp endpoint for backward compatibility
2026-04-16 18:06: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
2da68c2256
feat: update backend to f3d686d with email logo fix
2026-04-16 17:22:28 +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
Tracewebstudio Dev
df08998631
fix: update users to d29c755 and frontend to 6f31fb0
...
- users: fix user create INSERT to include password_hash parameter
- frontend: fix signup to send first_name and last_name instead of full_name
2026-04-16 10:36:00 +02:00
Tracewebstudio Dev
3b54006b19
fix: update users to 52ed6d7 with support ticket INSERT fix
2026-04-16 10:29:32 +02:00
Tracewebstudio Dev
1f367e9023
feat: update frontend to fe81ce5 with AI chat widget
2026-04-15 20:03:58 +02:00
Tracewebstudio Dev
24a069643e
fix: update users to ebc0a29 with corrected Ollama defaults
2026-04-15 19:55:12 +02:00
Tracewebstudio Dev
f50a147e17
feat: add nxtgauge-ai-assistant to gitops and update users to 430711a
...
- Add nxtgauge-ai-assistant deployment, service, and kustomization overlays
- Update users service to commit 430711a with AI endpoints
- Set NXTGAUGE_USERS_URL and AI_SERVICE_KEY env vars
2026-04-15 18:24:39 +02:00
Tracewebstudio Dev
25adc1d07b
fix: pin users image to commit 4fa5005 for immutable deploy
2026-04-15 16:51:29 +02:00
Tracewebstudio Dev
eebcec1465
fix: resolve merge conflict in kustomization.yaml
2026-04-15 13:50:45 +02:00
Ashwin Kumar Sivakumar
400e43ee08
fix(gitops): unblock backend argocd kustomize render and tag jobs/leads images
2026-04-13 22:19:45 +05:30
Tracewebstudio Dev
de4df47d38
fix: revert to registry.nxtgauge.com:5000 for all services
...
Reverting ghcr.io changes - production uses internal registry.
Updated:
- jobs-deployment.yaml: ghcr.io → registry.nxtgauge.com:5000/nxtgauge-rust-jobs
- leads-deployment.yaml: ghcr.io → registry.nxtgauge.com:5000/nxtgauge-rust-leads
- overlays/prod/kustomization.yaml: all images back to registry.nxtgauge.com:5000
- Argo application: image-updater back to registry.nxtgauge.com:5000
2026-04-13 18:46:59 +02:00
Tracewebstudio Dev
09c894edc2
fix: update overlay images to ghcr.io and remove namespace from replica patch
...
The Kustomize build was failing because overlay images referenced
registry.nxtgauge.com:5000 but base deployments now use ghcr.io.
Also removed namespace from replicas-patch.yaml (namespace already removed from all base deployments)
2026-04-13 18:44:59 +02:00
Ashwin Kumar Sivakumar
156b2f32db
Fix backend manifests to use public registry
2026-04-12 20:16:27 +05:30
Ashwin Kumar
96bc5aa42a
fix(registry): use node-resolvable backend registry endpoint and add k3s registries runbook
2026-04-11 21:59:50 +02:00
Ashwin Kumar
d2e0a11ed7
fix(gitops): move backend rust images from ghcr to local registry
2026-04-11 20:54:28 +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