fix: align sync job image tag with deployment

This commit is contained in:
OpenClaw Sub-agent
2026-02-13 18:06:05 +11:00
parent d05043f762
commit 06c7b9a4ff
+1 -1
View File
@@ -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