From 99671ae2546ffc88c772f1d931f7d55bf8f3d2a2 Mon Sep 17 00:00:00 2001 From: "unhesitatingeffectivebot[bot]" <109002416+unhesitatingeffectivebot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:16:50 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/cloudnative-?= =?UTF-8?q?pg/postgresql=20(=2016.4-54=20=E2=86=92=2016.4-55=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml | 2 +- .../apps/datasci/postgres/cloudnative-pg/cluster/cluster16.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml b/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml index 4f50066ad..550108100 100644 --- a/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml +++ b/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml @@ -4,7 +4,7 @@ kind: Cluster metadata: name: &app postgres16 spec: - imageName: ghcr.io/cloudnative-pg/postgresql:16.4-54 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-55 instances: 3 primaryUpdateStrategy: unsupervised diff --git a/kubernetes/apps/datasci/postgres/cloudnative-pg/cluster/cluster16.yaml b/kubernetes/apps/datasci/postgres/cloudnative-pg/cluster/cluster16.yaml index d0128be3b..aa71f5a9f 100644 --- a/kubernetes/apps/datasci/postgres/cloudnative-pg/cluster/cluster16.yaml +++ b/kubernetes/apps/datasci/postgres/cloudnative-pg/cluster/cluster16.yaml @@ -4,7 +4,7 @@ kind: Cluster metadata: name: &app datasci16 spec: - imageName: ghcr.io/cloudnative-pg/postgresql:16.4-54 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-55 instances: 3 primaryUpdateStrategy: unsupervised