diff options
author | 2023-08-09 16:08:56 +0100 | |
---|---|---|
committer | 2023-08-25 15:31:22 +0100 | |
commit | 6424f821b6a8e139d9ddefbeffe0dea42168a586 (patch) | |
tree | 6211492640c8e33ba9ea87413458cb3c6319baa0 /compose/start-compose.sh | |
parent | 8bfc17fbc2361a3450d2da1322ffd0c8c9a3bc95 (diff) |
Policy API/PAP Upgrade for Spring Actuator
- fix the metrics response from upgrading actuator in policy api/pap
Issue-ID: POLICY-4670
Change-Id: I29f15a4ee8279743dcdd02006d7c21864feb85a9
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'compose/start-compose.sh')
-rwxr-xr-x | compose/start-compose.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/start-compose.sh b/compose/start-compose.sh index 49006f11..f4ded5c8 100755 --- a/compose/start-compose.sh +++ b/compose/start-compose.sh @@ -61,7 +61,7 @@ cd ${COMPOSE_FOLDER} echo "Configuring docker compose..." source export-ports.sh > /dev/null 2>&1 -source get-versions.sh > /dev/null 2>&1 +source fixed-versions.sh > /dev/null 2>&1 # in case of csit running for PAP (groups should be for pap) but starts apex-pdp for dependencies. if [ -z "$PROJECT" ]; then |