Update image catalog
This commit is contained in:
@@ -4,9 +4,5 @@ metadata:
|
||||
name: pg-minimal-trixie
|
||||
spec:
|
||||
images:
|
||||
- extensions:
|
||||
- image:
|
||||
reference: ghcr.io/cloudnative-pg/pgvector:0.8.2-18-trixie
|
||||
name: pgvector
|
||||
image: ghcr.io/cloudnative-pg/postgresql:18.3-minimal-trixie
|
||||
- image: ghcr.io/cloudnative-pg/postgresql:18.3-minimal-trixie
|
||||
major: 18
|
||||
|
||||
@@ -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",
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user