Skip to content

Commit 86bcef7

Browse files
committed
chore: enlarge temp storage pvc size for buildah task
Signed-off-by: Zvi Grinberg <[email protected]>
1 parent 98a6102 commit 86bcef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/on-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ spec:
231231
- ReadWriteOnce
232232
resources:
233233
requests:
234-
storage: 5Gi
234+
storage: 10Gi
235235

236236
- name: unit-test-cache
237237
persistentVolumeClaim:

.tekton/on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
- ReadWriteOnce
143143
resources:
144144
requests:
145-
storage: 5Gi
145+
storage: 10Gi
146146
# This workspace will inject secret to help the git-clone task to be able to
147147
# checkout the private repositories
148148
- name: basic-auth

0 commit comments

Comments
 (0)