Update image catalog

This commit is contained in:
Daniel Cosme
2026-05-05 14:01:16 -04:00
parent 75e85bc116
commit c0f98413fd
2 changed files with 9 additions and 13 deletions
+8 -8
View File
@@ -84,14 +84,14 @@ func ImageCatalog() pg.ImageCatalog {
{
Major: root.PG_VERSION_18,
Image: root.PG_VERSION_18_IMAGE,
Extensions: []pg.ExtensionConfiguration{
{
Name: "pgvector",
ImageVolumeSource: core.ImageVolumeSource{
Reference: "ghcr.io/cloudnative-pg/pgvector:0.8.2-18-trixie",
},
},
},
// Extensions: []pg.ExtensionConfiguration{
// {
// Name: "pgvector",
// ImageVolumeSource: core.ImageVolumeSource{
// Reference: "ghcr.io/cloudnative-pg/pgvector:0.8.2-18-trixie",
// },
// },
// },
},
},
},