From 62f1ab5d07f7a38d058e7fc29fddd0bb4fadb0e4 Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Tue, 18 Apr 2023 12:00:56 -0700 Subject: [PATCH] [release/v0.4] chore: bump envoy proxy to v1.26 https://github.com/envoyproxy/envoy/releases/tag/v1.26.0 Signed-off-by: Arko Dasgupta --- api/config/v1alpha1/shared_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )