From addb2609aff3e7e68f0624208965386ff65428e0 Mon Sep 17 00:00:00 2001 From: Leandro Mendes Date: Tue, 8 Oct 2024 13:45:23 +0200 Subject: [PATCH] fix: increase release controller memory (#4669) Signed-off-by: Leandro Mendes --- .../manager-resources-patch/manager_resources_patch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/release/k-components/manager-resources-patch/manager_resources_patch.yaml b/components/release/k-components/manager-resources-patch/manager_resources_patch.yaml index d2100ea3b46..3eeb44f3982 100644 --- a/components/release/k-components/manager-resources-patch/manager_resources_patch.yaml +++ b/components/release/k-components/manager-resources-patch/manager_resources_patch.yaml @@ -11,7 +11,7 @@ spec: resources: limits: cpu: 500m - memory: 2048Mi + memory: 4096Mi requests: cpu: 100m - memory: 1024Mi + memory: 3072Mi