File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.0.145 "
1
+ postgres-version = " 15.1.0.147 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG postgres_version=15.1.0.83
3
3
ARG pgbouncer_release=1.18.0
4
4
ARG postgrest_release=10.1.2
5
5
ARG gotrue_release=2.47.0
6
- ARG adminapi_release=0.48.0
6
+ ARG adminapi_release=0.57.1
7
7
ARG adminmgr_release=0.9.0
8
8
ARG vector_release=0.22.3
9
9
ARG postgres_exporter_release=0.9.0
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -eou pipefail
3
3
4
+ if [ " ${ENVOY_ENABLED:- } " != " true" ]; then
5
+ exit
6
+ fi
7
+
4
8
ENVOY_CDS_CONF=/etc/envoy/cds.yaml
5
9
ENVOY_LDS_CONF=/etc/envoy/lds.yaml
6
10
touch /var/log/services/envoy.log
25
29
26
30
if [ -f " ${INIT_PAYLOAD_PATH:- } " ]; then
27
31
echo " init envoy payload"
28
- tar -xzvf " $INIT_PAYLOAD_PATH " -C / ./etc/envoy/
29
- chown -R adminapi:adminapi /etc/envoy
32
+ tar -xzvhf " $INIT_PAYLOAD_PATH " -C / ./etc/envoy/
33
+ chown -HR adminapi:adminapi /etc/envoy
30
34
fi
31
35
32
36
# Inject project specific configuration
You can’t perform that action at this time.
0 commit comments