From c6bf6b5625c5e5267be70882d671fb6bfab4c2cd Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 08:02:00 -0700 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/cloudnative-?= =?UTF-8?q?pg/postgresql=20(=2016.1-17=20=E2=86=92=2016.1-18=20)=20(#1625)?= 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-17 | 16.1-18 | 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 5eb7dc922f..b1374f7df6 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-17 + imageName: ghcr.io/cloudnative-pg/postgresql:16.1-18 primaryUpdateStrategy: unsupervised storage: size: 20Gi