Fix override values and base values for my-recipes app
This commit is contained in:
parent
9e67e8411a
commit
aecfee1ded
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user