mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
fix: align sync job image tag with deployment
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: sync-worker
|
||||
image: ghcr.io/wahyd4/links:latest # Note: Requires correct image path
|
||||
image: ghcr.io/wahyd4/links:main # Note: Requires correct image path
|
||||
command: ["python", "qdrant_sync.py"]
|
||||
env:
|
||||
- name: DJANGO_API
|
||||
|
||||
Reference in New Issue
Block a user