From 84011147b27a53b3721ed6b2d0261761677b2f7c Mon Sep 17 00:00:00 2001 From: "jan.kozlowski" Date: Fri, 21 Jun 2024 14:41:51 +0200 Subject: [PATCH] update envoy in tests --- .../servicemesh/envoycontrol/config/envoy/EnvoyContainer.kt | 2 +- tools/envoy/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/config/envoy/EnvoyContainer.kt b/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/config/envoy/EnvoyContainer.kt index f34c62672..59f2eb2df 100644 --- a/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/config/envoy/EnvoyContainer.kt +++ b/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/config/envoy/EnvoyContainer.kt @@ -39,7 +39,7 @@ class EnvoyContainer( private const val ADMIN_PORT = 10000 private const val MIN_SUPPORTED_ENVOY_VERSION = "v1.22.7" - private const val MAX_SUPPORTED_ENVOY_VERSION = "v1.24.0" + private const val MAX_SUPPORTED_ENVOY_VERSION = "v1.30.2" // todo: v1.28.0+ - OutlierDetectionTest breaks val DEFAULT_IMAGE = run { val version = diff --git a/tools/envoy/Dockerfile b/tools/envoy/Dockerfile index 500e559c0..50fbac033 100644 --- a/tools/envoy/Dockerfile +++ b/tools/envoy/Dockerfile @@ -1,4 +1,4 @@ -FROM envoyproxy/envoy:v1.24.0 +FROM envoyproxy/envoy:v1.30.2 ENV PORT=9999:9999 ENV PORT=80:80