Skip to content

Commit

Permalink
Updated Envoy Container
Browse files Browse the repository at this point in the history
  • Loading branch information
druminski committed Jul 2, 2024
1 parent d32afbb commit c85d49e
Showing 1 changed file with 1 addition and 1 deletion.
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.4"

val DEFAULT_IMAGE = run {
val version =
Expand Down

0 comments on commit c85d49e

Please sign in to comment.