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