From 72c2821ea7d06cd9c8b691595d52e06f33cd2e26 Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Tue, 5 Mar 2024 13:25:56 -0800 Subject: [PATCH] api Signed-off-by: Arko Dasgupta --- api/v1alpha1/shared_types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1alpha1/shared_types.go b/api/v1alpha1/shared_types.go index 8497dad911c..3149a39eafb 100644 --- a/api/v1alpha1/shared_types.go +++ b/api/v1alpha1/shared_types.go @@ -20,13 +20,13 @@ const ( // DefaultDeploymentMemoryResourceRequests for deployment memory resource DefaultDeploymentMemoryResourceRequests = "512Mi" // DefaultEnvoyProxyImage is the default image used by envoyproxy - DefaultEnvoyProxyImage = "envoyproxy/envoy:distroless-v1.29-latest" + DefaultEnvoyProxyImage = "envoyproxy/envoy:distroless-v1.29.1" // DefaultShutdownManagerCPUResourceRequests for shutdown manager cpu resource DefaultShutdownManagerCPUResourceRequests = "10m" // DefaultShutdownManagerMemoryResourceRequests for shutdown manager memory resource DefaultShutdownManagerMemoryResourceRequests = "32Mi" // DefaultShutdownManagerImage is the default image used for the shutdown manager. - DefaultShutdownManagerImage = "envoyproxy/gateway-dev:latest" + DefaultShutdownManagerImage = "envoyproxy/gateway:v1.0.0-rc.1" // DefaultRateLimitImage is the default image used by ratelimit. DefaultRateLimitImage = "envoyproxy/ratelimit:19f2079f" // HTTPProtocol is the common-used http protocol.