From 6cb9fd63a7367fb18de7923ee8f0251cca06b217 Mon Sep 17 00:00:00 2001 From: "unhesitatingeffectivebot[bot]" <109002416+unhesitatingeffectivebot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:18:30 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/cloudnative-?= =?UTF-8?q?pg/postgresql=20(=2016.4-33=20=E2=86=92=2016.4-43=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 4a793b2cc..0865f9cac 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-33 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-43 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 d43d6e1e3..706574c5d 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-33 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-43 instances: 3 primaryUpdateStrategy: unsupervised