File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ postgres_exporter_release_checksum:
49
49
amd64 : sha256:cb89fc5bf4485fb554e0d640d9684fae143a4b2d5fa443009bd29c59f9129e84
50
50
51
51
adminapi_release : 0.64.2
52
- adminmgr_release : 0.22.0
52
+ adminmgr_release : 0.22.1
53
53
54
54
# Postgres Extensions
55
55
postgis_release : " 3.3.2"
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.1.74 "
1
+ postgres-version = " 15.1.1.75 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG pgbouncer_release=1.18.0
4
4
ARG postgrest_release=10.1.2
5
5
ARG gotrue_release=2.130.0
6
6
ARG adminapi_release=0.64.1
7
- ARG adminmgr_release=0.20.0
7
+ ARG adminmgr_release=0.22.1
8
8
ARG vector_release=0.22.3
9
9
ARG postgres_exporter_release=0.15.0
10
10
ARG envoy_release=1.28.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if [ "${DATA_VOLUME_MOUNTPOINT}" ]; then
36
36
ln -s " ${PGBOUNCER_CUSTOM_DIR} " " /etc/pgbouncer-custom"
37
37
chown -R pgbouncer:pgbouncer " /etc/pgbouncer-custom"
38
38
chown -R pgbouncer:pgbouncer " ${PGBOUNCER_CUSTOM_DIR} "
39
- chmod -R g+rx " ${PGBOUNCER_CUSTOM_DIR} "
39
+ chmod -R g+wrx " ${PGBOUNCER_CUSTOM_DIR} "
40
40
41
41
rm -rf " /etc/pgbouncer"
42
42
ln -s " ${PGBOUNCER_DIR} " " /etc/pgbouncer"
You can’t perform that action at this time.
0 commit comments