From be619c013884617745399400d0654bf2e6136d98 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 6 Jun 2025 17:55:47 +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 93779c0..6f7d2e9 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: v5-no-cicd + tag: v6-no-cicd pullPolicy: IfNotPresent service: type: ClusterIP @@ -21,7 +21,7 @@ frontend: backend: image: repository: harbor.dvirlabs.com/my-apps/navix-back - tag: v1-no-cicd + tag: v2-no-cicd pullPolicy: IfNotPresent service: type: ClusterIP