Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cloudnative-pg/component-constructor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@ components:
# PostgreSQL 17 Image (latest supported)
- name: postgresql-17-image
type: ociImage
version: "17"
version: "18"
Comment on lines 51 to +53
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attention: resource name doesn't match version anymore

relation: external
access:
type: ociArtifact
imageReference: ghcr.io/cloudnative-pg/postgresql:17
imageReference: ghcr.io/cloudnative-pg/postgresql:18

# PostgreSQL 16 Image (LTS)
- name: postgresql-16-image
type: ociImage
version: "16"
version: "18"
relation: external
access:
type: ociArtifact
imageReference: ghcr.io/cloudnative-pg/postgresql:16
imageReference: ghcr.io/cloudnative-pg/postgresql:18

# Minimal Configuration (Single instance, development)
- name: cnpg-minimal-config
Expand Down