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..69480aff4 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" 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