Commit graph

88 commits

Author SHA1 Message Date
github-actions[bot]
f049fe13f9 chore(gitops): deploy backend video-editors@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 18:36:12 +00:00
github-actions[bot]
7206eac3b5 chore(gitops): deploy backend gateway@ba63736e4674f4266686dacf8428c272b622cc54 2026-06-14 18:34:51 +00:00
github-actions[bot]
b58ea9686a chore(gitops): deploy backend developers@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 18:30:52 +00:00
github-actions[bot]
f551f2fd80 chore(gitops): deploy backend tutors@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 18:28:51 +00:00
github-actions[bot]
512b4c2fff chore(gitops): deploy backend makeup-artists@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 18:28:00 +00:00
github-actions[bot]
f2aef18557 chore(gitops): deploy backend photographers@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 18:19:22 +00:00
github-actions[bot]
54941acac8 chore(gitops): deploy backend employees@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 18:15:15 +00:00
github-actions[bot]
7f41caa749 chore(gitops): deploy backend payments@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 18:11:49 +00:00
github-actions[bot]
77e79f3b42 chore(gitops): deploy backend customers@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 18:09:33 +00:00
github-actions[bot]
e0670ec67d chore(gitops): deploy backend job-seekers@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 18:02:10 +00:00
github-actions[bot]
f492b8cbac chore(gitops): deploy backend users@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 17:56:13 +00:00
github-actions[bot]
23ac9893df chore(gitops): deploy backend companies@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 17:54:59 +00:00
github-actions[bot]
a32bea8e6c chore(gitops): deploy backend leads@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 17:51:38 +00:00
github-actions[bot]
d0c53c55e3 chore(gitops): deploy backend jobs@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 17:45:17 +00:00
github-actions[bot]
9db438458e chore(gitops): deploy backend gateway@74dad77614edf3e990f3a78016ddf6d303d5ada3 2026-06-14 17:42:58 +00:00
Ashwin Kumar Sivakumar
af4b237255 chore(gitops): align app pulls with ghcr deployments 2026-06-14 22:49:25 +05:30
Ashwin Kumar Sivakumar
0aa349ee20 fix(gitops): roll out users login demo fix 2026-06-14 16:06:26 +05:30
Ashwin Kumar Sivakumar
b8981cdb32 fix(gitops): restore remaining backend rust services 2026-06-14 06:59:58 +05:30
Ashwin Kumar Sivakumar
27eebe905e fix(flux): pin backend rust releases to digests 2026-06-14 01:20:33 +05:30
Ashwin Kumar Sivakumar
cbc7fb42e6 fix: restore all services after registry wipe
- Fix PostgreSQL endpoints (now auto-creating correctly)
- Fix Forgejo DB connection
- Update retention to keep 10 SHA tags (was 2, too aggressive)
- Update all deployments to use available tags
- Add missing base images to registry (alpine, node, rust, python)
- Protect base images from retention deletion
2026-06-13 00:25:51 +05:30
Ashwin Kumar Sivakumar
d04c4d0df8 fix: use per-service SHA tags for all rust backend services 2026-06-12 04:04:25 +05:30
Ashwin Kumar Sivakumar
e5a633233a fix: use stable SHA tag in overlay to prevent downtime on restart 2026-06-12 03:55:46 +05:30
Ashwin Kumar Sivakumar
5755e8fbcb fix: use stable SHA tag instead of high-performance-latest 2026-06-12 03:53:25 +05:30
Ashwin Kumar Sivakumar
c48166401a Add Backblaze B2 credentials to backend secrets 2026-06-12 03:33:46 +05:30
Ashwin Kumar Sivakumar
c4a7e1e330 chore: remove argocd and standardize on flux 2026-06-11 17:17:42 +05:30
Ashwin Kumar Sivakumar
7da5fa15f0 fix(backend): update rust deployments to use high-performance-latest tag 2026-06-11 02:48:42 +05:30
Ashwin Kumar Sivakumar
4034c413c6 fix(config): add BEECEPTOR_URL for payments service 2026-06-11 01:17:15 +05:30
Ashwin Kumar Sivakumar
37a589fa87 fix(backend): add PORT env to all rust deployments (was crashing on boot)
16 of 20 rust services had no PORT env var set; their main.rs calls
std::env::var('PORT').expect('PORT must be a valid u16') which panicked
on startup. This commit adds env.PORT matching the existing containerPort
for each service. Service ports: gateway=9100 users=9101 companies=9102
jobs=9103 job_seekers=9104 customers=9105 employees=9106 photographers=9107
tutors=9108 makeup_artists=9109 developers=9110 video_editors=9111
graphic_designers=9112 social_media_managers=9113 fitness_trainers=9114
catering_services=9115 payments=9116 ugc_content_creators=9117 leads=9118
2026-06-11 01:17:15 +05:30
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)
8ffeca7458 fix: add imagePullSecrets regcred to users deployment pod template 2026-06-08 16:38:57 +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
Rimuru (Hermes Agent)
f6229741fb fix: update ingress from test121 to test111 2026-06-07 15:29:29 +05:30
Ashwin Kumar Sivakumar
2043ef4ac4 fix: add TLS for admin/api ingresses 2026-04-18 01:00:43 +05:30
Ashwin Kumar Sivakumar
1afae405f4 fix: restore registry pull secret for nxtgauge pods 2026-04-17 21:32:40 +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
Tracewebstudio Dev
8ce4a6062e Remove k8s-migration-job from kustomization 2026-04-17 14:09:47 +02:00
Tracewebstudio Dev
f764192256 Remove database migration jobs 2026-04-17 14:08:48 +02:00
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
Ashwin Kumar Sivakumar
1b4ef92083 fix: run db migrations as Argo PreSync hook + add openobserve collector/alerts 2026-04-17 17:10:37 +05:30
Tracewebstudio Dev
0c92767030 gitops: fix migrate job hook and track migrate image 2026-04-17 13:24:35 +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