fix: use fully qualified docker.io image for postgres

This commit is contained in:
Clawdbot
2026-02-12 12:04:40 +11:00
parent effa8fa43d
commit 2f9ea4ea9e

View File

@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: postgres
image: ankane/pgvector:v0.5.1
image: docker.io/ankane/pgvector:v0.5.1
ports:
- containerPort: 5432
name: postgres