From 6398d1110d9c67f3c708553448b17511f62604c2 Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 01:21:56 +0000 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)?= 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 | --- .../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