Try pull latest

This commit is contained in:
dvirlabs 2025-12-29 21:02:56 +02:00
parent 41270e8168
commit add56684d9

View File

@ -8,7 +8,7 @@ backend:
image:
repository: harbor.dvirlabs.com/my-apps/invy-backend
pullPolicy: IfNotPresent
tag: "master-ef79895"
tag: "latest"
service:
type: ClusterIP
port: 8000
@ -45,7 +45,7 @@ frontend:
image:
repository: harbor.dvirlabs.com/my-apps/invy-frontend
pullPolicy: IfNotPresent
tag: "master-ef79895"
tag: "latest"
service:
type: ClusterIP
port: 80