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 @@
image:
repository: my-apps/tunedrop
tag: latest
backend:
image:
repository: my-apps/tunedrop-backend
pullPolicy: IfNotPresent
tag: latest
ingress:
enabled: true

View File

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