From 934e9e0bd445dc711517695228a66232c87732c3 Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:45:48 -0700 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/cloudnative-?= =?UTF-8?q?pg/postgresql=20(=2016.1-16=20=E2=86=92=2016.1-17=20)=20(#1617)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | --------------------------------- | ------- | ------- | | docker | ghcr.io/cloudnative-pg/postgresql | 16.1-16 | 16.1-17 | Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com> --- .../teyvat/apps/database/cloudnative-pg/cluster/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/teyvat/apps/database/cloudnative-pg/cluster/cluster.yaml b/kubernetes/teyvat/apps/database/cloudnative-pg/cluster/cluster.yaml index 67700a3d90..5eb7dc922f 100644 --- a/kubernetes/teyvat/apps/database/cloudnative-pg/cluster/cluster.yaml +++ b/kubernetes/teyvat/apps/database/cloudnative-pg/cluster/cluster.yaml @@ -6,7 +6,7 @@ metadata: name: postgres spec: instances: 4 - imageName: ghcr.io/cloudnative-pg/postgresql:16.1-16 + imageName: ghcr.io/cloudnative-pg/postgresql:16.1-17 primaryUpdateStrategy: unsupervised storage: size: 20Gi