From 2b742a31839fa3725f9e12f0b8a8bf70e2c03f9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 01:32:51 +0000 Subject: [PATCH] minor(deps): update library/postgres docker tag to v16.2 --- server/kustomization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/kustomization.yml b/server/kustomization.yml index c5aab35..e44ff44 100644 --- a/server/kustomization.yml +++ b/server/kustomization.yml @@ -47,7 +47,7 @@ secretGenerator: images: - name: postgres-server newName: library/postgres - newTag: "16.1" + newTag: "16.2" - name: postgres-metrics newName: prometheuscommunity/postgres-exporter newTag: "v0.15.0"