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 }}'