Skip to content

Commit d7c6d13

Browse files
authored
chore: fix AIO SSL; bump admin-mgr (#1031)
1 parent 1eb9de8 commit d7c6d13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ postgres_exporter_release_checksum:
4949
amd64: sha256:cb89fc5bf4485fb554e0d640d9684fae143a4b2d5fa443009bd29c59f9129e84
5050

5151
adminapi_release: 0.64.2
52-
adminmgr_release: 0.22.0
52+
adminmgr_release: 0.22.1
5353

5454
# Postgres Extensions
5555
postgis_release: "3.3.2"

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.74"
1+
postgres-version = "15.1.1.75"

docker/all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG pgbouncer_release=1.18.0
44
ARG postgrest_release=10.1.2
55
ARG gotrue_release=2.130.0
66
ARG adminapi_release=0.64.1
7-
ARG adminmgr_release=0.20.0
7+
ARG adminmgr_release=0.22.1
88
ARG vector_release=0.22.3
99
ARG postgres_exporter_release=0.15.0
1010
ARG envoy_release=1.28.0

docker/all-in-one/init/configure-pgbouncer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ "${DATA_VOLUME_MOUNTPOINT}" ]; then
3636
ln -s "${PGBOUNCER_CUSTOM_DIR}" "/etc/pgbouncer-custom"
3737
chown -R pgbouncer:pgbouncer "/etc/pgbouncer-custom"
3838
chown -R pgbouncer:pgbouncer "${PGBOUNCER_CUSTOM_DIR}"
39-
chmod -R g+rx "${PGBOUNCER_CUSTOM_DIR}"
39+
chmod -R g+wrx "${PGBOUNCER_CUSTOM_DIR}"
4040

4141
rm -rf "/etc/pgbouncer"
4242
ln -s "${PGBOUNCER_DIR}" "/etc/pgbouncer"

0 commit comments

Comments
 (0)