From 4f1f4cc203a53e2c228899c430a1b6646a5991d3 Mon Sep 17 00:00:00 2001 From: "moto-renovate[bot]" <138499486+moto-renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:27:50 +0000 Subject: [PATCH] feat(container)!: Update image postgres to v17 --- db/postgres-stateful-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/postgres-stateful-set.yaml b/db/postgres-stateful-set.yaml index 2461f338..5a4efe7e 100644 --- a/db/postgres-stateful-set.yaml +++ b/db/postgres-stateful-set.yaml @@ -27,7 +27,7 @@ spec: containers: - name: postgres - image: postgres:12 + image: postgres:17 env: - name: POSTGRES_DB value: refactorhub