Change front and back tag

This commit is contained in:
dvirlabs 2025-06-06 17:55:47 +03:00
parent 91511047b2
commit be619c0138

View File

@ -1,7 +1,7 @@
frontend: frontend:
image: image:
repository: harbor.dvirlabs.com/my-apps/navix-front repository: harbor.dvirlabs.com/my-apps/navix-front
tag: v5-no-cicd tag: v6-no-cicd
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
type: ClusterIP type: ClusterIP
@ -21,7 +21,7 @@ frontend:
backend: backend:
image: image:
repository: harbor.dvirlabs.com/my-apps/navix-back repository: harbor.dvirlabs.com/my-apps/navix-back
tag: v1-no-cicd tag: v2-no-cicd
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
type: ClusterIP type: ClusterIP