This commit is contained in:
Daniel Cosme
2026-05-05 14:12:29 -04:00
parent 76227bcc51
commit 0ec15c8e11
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ func Cluster() pg.Cluster {
PostgresConfiguration: pg.PostgresConfiguration{
Extensions: []pg.ExtensionConfiguration{
{
Name: "pgvector",
Name: "vector",
ImageVolumeSource: core.ImageVolumeSource{
Reference: "ghcr.io/cloudnative-pg/pgvector:0.8.2-18-trixie",
},
@@ -74,7 +74,7 @@ func ImmichDatabase() pg.Database {
Extensions: []pg.ExtensionSpec{
{
DatabaseObjectSpec: pg.DatabaseObjectSpec{
Name: "pgvector",
Name: "vector",
Ensure: pg.EnsurePresent,
},
},