Skip to content

Commit 75a1116

Browse files
committed
chore: enlarge size of temp buildah storage pvc
Signed-off-by: Zvi Grinberg <[email protected]>
1 parent 0eb8c1a commit 75a1116

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

.tekton/on-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ spec:
171171
- ReadWriteOnce
172172
resources:
173173
requests:
174-
storage: 5Gi
174+
storage: 10Gi
175175

176176
# This workspace will inject secret to help the git-clone task to be able to
177177
# checkout the private repositories

0 commit comments

Comments
 (0)