Skip to content
Closed
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
4 changes: 2 additions & 2 deletions cloudnative-pg/component-constructor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ components:
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
Expand All @@ -63,7 +63,7 @@ components:
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