diff --git a/infra/postgres/templates/statefulset.yaml b/infra/postgres/templates/statefulset.yaml index 4eb55bbf..f28069c9 100644 --- a/infra/postgres/templates/statefulset.yaml +++ b/infra/postgres/templates/statefulset.yaml @@ -33,7 +33,7 @@ spec: restartPolicy: Always containers: - - image: postgres:17.6-bookworm + - image: postgres:18.1-bookworm imagePullPolicy: Always name: postgres ports: