Update image catalog
This commit is contained in:
@@ -4,9 +4,5 @@ metadata:
|
|||||||
name: pg-minimal-trixie
|
name: pg-minimal-trixie
|
||||||
spec:
|
spec:
|
||||||
images:
|
images:
|
||||||
- extensions:
|
- image: ghcr.io/cloudnative-pg/postgresql:18.3-minimal-trixie
|
||||||
- image:
|
|
||||||
reference: ghcr.io/cloudnative-pg/pgvector:0.8.2-18-trixie
|
|
||||||
name: pgvector
|
|
||||||
image: ghcr.io/cloudnative-pg/postgresql:18.3-minimal-trixie
|
|
||||||
major: 18
|
major: 18
|
||||||
|
|||||||
@@ -84,14 +84,14 @@ func ImageCatalog() pg.ImageCatalog {
|
|||||||
{
|
{
|
||||||
Major: root.PG_VERSION_18,
|
Major: root.PG_VERSION_18,
|
||||||
Image: root.PG_VERSION_18_IMAGE,
|
Image: root.PG_VERSION_18_IMAGE,
|
||||||
Extensions: []pg.ExtensionConfiguration{
|
// Extensions: []pg.ExtensionConfiguration{
|
||||||
{
|
// {
|
||||||
Name: "pgvector",
|
// Name: "pgvector",
|
||||||
ImageVolumeSource: core.ImageVolumeSource{
|
// ImageVolumeSource: core.ImageVolumeSource{
|
||||||
Reference: "ghcr.io/cloudnative-pg/pgvector:0.8.2-18-trixie",
|
// Reference: "ghcr.io/cloudnative-pg/pgvector:0.8.2-18-trixie",
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user