Fix override values and base values for my-recipes app

This commit is contained in:
dvirlabs 2025-12-03 03:06:51 +02:00
parent 9e67e8411a
commit aecfee1ded
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Backend image
backend:
image:
repository: harbor.dvirlabs.com/my-recipes/my-recipes-backend
repository: harbor.dvirlabs.com/my-apps/my-recipes-backend
tag: v1.0.0
pullPolicy: IfNotPresent
replicas: 1
@ -9,7 +9,7 @@ backend:
# Frontend image
frontend:
image:
repository: registry.dvirlabs.com/my-recipes/frontend
repository: harbor.dvirlabs.com/my-apps/my-recipes/frontend
tag: v1.0.0
pullPolicy: IfNotPresent
replicas: 1

View File

@ -1,7 +1,7 @@
# Backend image
backend:
image:
repository: harbor.dvirlabs.com/my-recipes/my-recipes-backend
repository: harbor.dvirlabs.com/my-apps/my-recipes-backend
tag: master-35e1584
pullPolicy: IfNotPresent
replicas: 1
@ -9,7 +9,7 @@ backend:
# Frontend image
frontend:
image:
repository: registry.dvirlabs.com/my-recipes/my-recipes-frontend
repository: registry.dvirlabs.com/my-apps/my-recipes-frontend
tag: v1.0.0
pullPolicy: IfNotPresent
replicas: 1