From d939a7c725a92980fb3d72348307395b2a7d04bf Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 2 Nov 2021 13:50:06 +0100
Subject: [PATCH] Increase helm-controller limits

Closes: #910
---
 install/flux-patches/helm-controller.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/flux-patches/helm-controller.yaml b/install/flux-patches/helm-controller.yaml
index 6d806cbfb..fed0d1e60 100644
--- a/install/flux-patches/helm-controller.yaml
+++ b/install/flux-patches/helm-controller.yaml
@@ -8,7 +8,7 @@ spec:
         resources:
           limits:
             cpu: "1"
-            memory: 1536Mi
+            memory: 2048Mi
           requests:
             cpu: 100m
-            memory: 256Mi
+            memory: 512Mi
-- 
GitLab