From 716a1a28b84af26491096e5886a4420da66c7173 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 13:12:27 +0000 Subject: [PATCH] chore(deps): update ghcr.io/cloudnative-pg/postgresql docker tag to v18 --- cloudnative-pg/component-constructor.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cloudnative-pg/component-constructor.yaml b/cloudnative-pg/component-constructor.yaml index d2018c3..84f52b7 100644 --- a/cloudnative-pg/component-constructor.yaml +++ b/cloudnative-pg/component-constructor.yaml @@ -50,20 +50,20 @@ components: # PostgreSQL 17 Image (latest supported) - name: postgresql-17-image type: ociImage - version: "17" + version: "18" 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