Skip to content

Commit d229d83

Browse files
committed
explicit gateway version
1 parent 047781f commit d229d83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
ADMIN_ACCESS_ID: ${AKEYLESS_ACCESS_ID}
1212
ADMIN_ACCESS_KEY: ${AKEYLESS_ACCESS_KEY}
1313
BYPASS_DRY_RUN: "true"
14+
VERSION: "5.0.0"
1415
healthcheck:
1516
test: ["CMD", "curl", "-sf", "-X", "POST", "http://localhost:8081/health"]
1617
interval: 10s
@@ -33,6 +34,7 @@ services:
3334
ADMIN_ACCESS_KEY: ${AKEYLESS_ACCESS_KEY}
3435
BYPASS_DRY_RUN: "true"
3536
CLUSTER_NAME: "gateway-config-tests"
37+
VERSION: "5.0.0"
3638
healthcheck:
3739
test: ["CMD", "curl", "-sf", "-X", "POST", "http://localhost:8081/health"]
3840
interval: 10s

0 commit comments

Comments
 (0)