From df0899863184bee44e3323b90d9480eefb30d3d9 Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Thu, 16 Apr 2026 10:36:00 +0200 Subject: [PATCH] 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 --- apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml index b665041..2756c63 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml @@ -11,7 +11,9 @@ images: - name: registry.nxtgauge.com/nxtgauge-rust-gateway newTag: high-performance-latest - name: registry.nxtgauge.com/nxtgauge-rust-users - newTag: 52ed6d7 + newTag: d29c755 + - name: registry.nxtgauge.com/nxtgauge-frontend-solid + newTag: 6f31fb0 - name: registry.nxtgauge.com/nxtgauge-frontend-solid newTag: fe81ce5 - name: registry.nxtgauge.com/nxtgauge-rust-companies