fix: pgvector image name (#62)

This commit is contained in:
Morten Olsen
2025-10-13 21:15:10 +00:00
committed by GitHub
parent bc67429cd2
commit 3ae89e81bd

View File

@@ -108,7 +108,7 @@ class PostgresCluster extends CustomResource<typeof specSchema> {
containers: [
{
name: this.name,
image: 'pgvector:pg17-trixie',
image: 'pgvector/pgvector:pg17-trixie',
ports: [{ containerPort: 5432, name: 'postgres' }],
env: [
{ name: 'POSTGRES_PASSWORD', valueFrom: { secretKeyRef: { name: secretName, key: 'password' } } },