From fcf270a67efa7d28e87cebc674a851be170f41c8 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Mon, 23 Mar 2026 09:35:08 +0100 Subject: [PATCH] fix(tekton): increment postbuild resources We are getting reports that the current limits aren't sufficient Signed-off-by: Martin Basti --- tekton/tasks/binary-container-postbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tekton/tasks/binary-container-postbuild.yaml b/tekton/tasks/binary-container-postbuild.yaml index f1f075625..b8451f6d9 100644 --- a/tekton/tasks/binary-container-postbuild.yaml +++ b/tekton/tasks/binary-container-postbuild.yaml @@ -36,10 +36,10 @@ spec: workingDir: $(workspaces.ws-home-dir.path) resources: requests: - memory: 300Mi + memory: 500Mi cpu: 250m limits: - memory: 600Mi + memory: 1000Mi cpu: 395m script: | set -x