Fix image repository

This commit is contained in:
dvirlabs 2025-07-10 09:47:39 +03:00
parent 0c2b79bc2a
commit 57ad8cefee
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
backend:
image: image:
repository: my-apps/tunedrop repository: my-apps/tunedrop-backend
tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest
ingress: ingress:
enabled: true enabled: true

View File

@ -1,6 +1,6 @@
backend: backend:
image: image:
repository: my-apps/tunedrop repository: my-apps/tunedrop-backend
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest tag: latest