From 923daa09e91e22f67d2468695ce4cb441dd2a273 Mon Sep 17 00:00:00 2001 From: "unhesitatingeffectivebot[bot]" <109002416+unhesitatingeffectivebot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:22:25 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/cloudnative-?= =?UTF-8?q?pg/postgresql=20(=2016.6-27=20=E2=86=92=2016.6-28=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 6503d7f6a..3f1731e80 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.6-27 + imageName: ghcr.io/cloudnative-pg/postgresql:16.6-28 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 a846aba67..beeec62a8 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.6-27 + imageName: ghcr.io/cloudnative-pg/postgresql:16.6-28 instances: 3 primaryUpdateStrategy: unsupervised