From 5e7a047f80a55e59c630673e3c2edd9958156e1f Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 6 Jun 2025 18:42:12 +0300 Subject: [PATCH] Change front and back tag --- manifests/navix/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/navix/values.yaml b/manifests/navix/values.yaml index 9a3d847..3aa7935 100644 --- a/manifests/navix/values.yaml +++ b/manifests/navix/values.yaml @@ -1,7 +1,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/navix-front - tag: latest + tag: v7-no-cicd pullPolicy: IfNotPresent service: type: ClusterIP @@ -23,7 +23,7 @@ frontend: backend: image: repository: harbor.dvirlabs.com/my-apps/navix-back - tag: latest + tag: v3-no-cicd pullPolicy: IfNotPresent service: type: ClusterIP