From 744ec42ab0ca71b1d5caf450ff2297d19a49cf65 Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Fri, 1 May 2026 21:38:49 +0200 Subject: [PATCH] fix: use high-performance-latest tag instead of SHA (SHA was pruned) --- apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml index 85ca94f..0f5ba1c 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml @@ -9,9 +9,9 @@ patches: name: nxtgauge-rust-gateway images: - name: registry.nxtgauge.com/nxtgauge-rust-gateway - newTag: d084491 + newTag: high-performance-latest - name: registry.nxtgauge.com/nxtgauge-rust-users - newTag: d084491 + newTag: high-performance-latest - name: registry.nxtgauge.com/nxtgauge-frontend-solid newTag: high-performance-latest - name: registry.nxtgauge.com/nxtgauge-rust-companies