From 235d24df6de4a418c8d27a9f28e87c105593c42c Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 01:23:31 +0000 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)?= 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 | --- .../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