fix: use fully qualified docker.io image for postgres
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user