From ad12c53cbd0844d0568bd63a993ccb76c7bbe183 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Mon, 18 Nov 2024 16:00:31 +0100 Subject: [PATCH] Raise tekton workspace limits Resolves: RHEL-64018 --- .tekton/libecpg-pull-request.yaml | 2 +- .tekton/libecpg-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/libecpg-pull-request.yaml b/.tekton/libecpg-pull-request.yaml index d832133..cadd92e 100644 --- a/.tekton/libecpg-pull-request.yaml +++ b/.tekton/libecpg-pull-request.yaml @@ -43,7 +43,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 10Gi - name: git-auth secret: secretName: '{{ git_auth_secret }}' diff --git a/.tekton/libecpg-push.yaml b/.tekton/libecpg-push.yaml index 4d5b67a..0b744e1 100644 --- a/.tekton/libecpg-push.yaml +++ b/.tekton/libecpg-push.yaml @@ -42,7 +42,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 10Gi - name: git-auth secret: secretName: '{{ git_auth_secret }}'