diff --git a/api/config/v1alpha1/shared_types.go b/api/config/v1alpha1/shared_types.go index 40872444053..e270d2acf5d 100644 --- a/api/config/v1alpha1/shared_types.go +++ b/api/config/v1alpha1/shared_types.go @@ -15,7 +15,7 @@ const ( // DefaultDeploymentMemoryResourceRequests for deployment memory resource DefaultDeploymentMemoryResourceRequests = "512Mi" // DefaultEnvoyProxyImage is the default image used by envoyproxy - DefaultEnvoyProxyImage = "envoyproxy/envoy:v1.25-latest" + DefaultEnvoyProxyImage = "envoyproxy/envoy:v1.26-latest" // DefaultRateLimitImage is the default image used by ratelimit. DefaultRateLimitImage = "envoyproxy/ratelimit:542a6047" )