fix: use correct image for qdrant sync cronjob

This commit is contained in:
OpenClaw Sub-agent
2026-02-13 17:20:33 +11:00
parent 89a4d01e34
commit 8d5b02e240
+2 -2
View File
@@ -2,7 +2,7 @@ apiVersion: batch/v1
kind: CronJob
metadata:
name: links-qdrant-sync
namespace: links
namespace: ai
spec:
schedule: "0 0 * * *"
successfulJobsHistoryLimit: 3
@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: sync-worker
image: ghcr.io/your-username/links:latest # Note: Requires correct image path
image: ghcr.io/wahyd4/links:latest # Note: Requires correct image path
command: ["python", "qdrant_sync.py"]
env:
- name: DJANGO_API