Skip to content

Commit

Permalink
update envoy in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kozjan committed Jun 24, 2024
1 parent 7be4a0c commit 18776e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion tools/envoy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM envoyproxy/envoy:v1.24.0
FROM envoyproxy/envoy:v1.30.2

ENV PORT=9999:9999
ENV PORT=80:80
Expand Down

0 comments on commit 18776e1

Please sign in to comment.