From 0227d65cd09f910f684c58c440191755188e1ae4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 22:40:56 +0000 Subject: [PATCH] major(deps): update library/postgres docker tag to v16 --- server/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/kustomization.yml b/server/kustomization.yml index 5951bba..81e8cac 100644 --- a/server/kustomization.yml +++ b/server/kustomization.yml @@ -47,7 +47,7 @@ secretGenerator: images: - name: postgres-server newName: library/postgres - newTag: "15.4" + newTag: "16.0" - name: postgres-metrics newName: prometheuscommunity/postgres-exporter newTag: "v0.13.2"