From 1fbc06a3b36a932d6484168e21b017db89b9d94a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 06:52:22 +0000 Subject: [PATCH] minor(deps): update library/postgres docker tag to v16.1 --- server/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/kustomization.yml b/server/kustomization.yml index 52fa3ae..c5aab35 100644 --- a/server/kustomization.yml +++ b/server/kustomization.yml @@ -47,7 +47,7 @@ secretGenerator: images: - name: postgres-server newName: library/postgres - newTag: "16.0" + newTag: "16.1" - name: postgres-metrics newName: prometheuscommunity/postgres-exporter newTag: "v0.15.0"