Update patroni to 3.2.2

This commit is contained in:
Daniel Berteaud 2024-01-17 10:37:16 +01:00
parent d3ffffae98
commit e3d7111002
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
FROM danielberteaud/postgres:15.24.1-1
FROM danielberteaud/postgres:15.24.1-2
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG PATRONI_VERSION=3.2.1
ARG PATRONI_VERSION=3.2.2
ENV EDITOR=nano

View File

@ -121,7 +121,7 @@ job "postgres" {
kill_timeout = "10m"
config {
image = "danielberteaud/patroni:15.23.12-3"
image = "danielberteaud/patroni:15.24.1-1"
# Set shm_size to half of the total size
shm_size = 536870912
volumes = ["local/mkdir-socket.sh:/entrypoint.d/70-mkdir-socket.sh"]

View File

@ -1,7 +1,7 @@
FROM [[ .docker.repo ]][[ .docker.base_images.postgres15.image ]]
MAINTAINER [[ .docker.maintainer ]]
ARG PATRONI_VERSION=3.2.1
ARG PATRONI_VERSION=3.2.2
ENV EDITOR=nano

View File

@ -9,7 +9,7 @@ pg:
# Postgres server settings
server:
# The image to use
image: '[[ .docker.repo ]]patroni:15.23.12-3'
image: '[[ .docker.repo ]]patroni:15.24.1-1'
# Number of postgres instance. Patroni will handle leader election and replication
count: 1