Commit graph

14 commits

Author SHA1 Message Date
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
Tracewebstudio Dev
d6317d82a2 fix: use high-performance-latest tag instead of pruned SHA for gateway/users 2026-05-01 21:41:32 +02:00
Ashwin Kumar Sivakumar
c844a69904 fix: use specific commits for OTP fixes instead of high-performance-latest
- Frontend: bb6db6c (contains OTP endpoint fix)
- Gateway: d084491 (contains legacy OTP support)
- Backend users: d084491 (contains v1 API routing)
- ArgoCD Image Updater was overriding kustomization settings
- This fixes the signup OTP email not being sent
2026-04-18 01:55:24 +05:30
Tracewebstudio Dev
d25605178d Revert "gitops: fix migrate job hook and track migrate image"
This reverts commit 0c92767030.
2026-04-17 13:57:48 +02:00
Tracewebstudio Dev
0c92767030 gitops: fix migrate job hook and track migrate image 2026-04-17 13:24:35 +02:00
Tracewebstudio Dev
eebcec1465 fix: resolve merge conflict in kustomization.yaml 2026-04-15 13:50:45 +02:00
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
dc5aacb03c fix: update jobs/leads to use ghcr.io and add Argo image-updater config
- Switch jobs/leads deployments from registry.nxtgauge.com:5000 to ghcr.io/traceworks2023
- Add jobs and leads to argocd-image-updater image list with digest strategy
- All services now tracked by Argo image-updater for automatic updates
2026-04-13 18:22:40 +02:00
Ashwin Kumar Sivakumar
30cc2d4e31 Point backend image updater to private registry 2026-04-12 19:33:28 +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
b8a8c5b346 fix(argocd): standardize backend image-list repos to hyphen names 2026-04-11 15:04:15 +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