From e0dec56b1d2b9db596710c14fd27bf48c4da7f4a Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 5 Jun 2025 01:56:03 +0300 Subject: [PATCH] Fix helm --- navix-helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/navix-helm/values.yaml b/navix-helm/values.yaml index 252cf8d..a4f148e 100644 --- a/navix-helm/values.yaml +++ b/navix-helm/values.yaml @@ -1,6 +1,6 @@ frontend: image: - repository: harbor.dvirlabs.com/my-apps/navix-frontend + repository: harbor.dvirlabs.com/my-apps/navix-front tag: latest pullPolicy: IfNotPresent service: @@ -20,7 +20,7 @@ frontend: backend: image: - repository: harbor.dvirlabs.com/my-apps/navix-backend + repository: harbor.dvirlabs.com/my-apps/navix-back tag: latest pullPolicy: IfNotPresent service: