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
@@ -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
+8 -8
View File
@@ -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",
}, // },
}, // },
}, // },
}, },
}, },
}, },