Skip to content

Commit 34cc389

Browse files
committed
Increase PVC for community pipeline
The current size is not big enough for cloning community repositories. The 1Gi increase should be enough to cover the growing size. Signed-off-by: Ales Raszka <[email protected]>
1 parent c0c1cc7 commit 34cc389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/roles/operator-pipeline/tasks/community-hosted-pipeline-trigger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
- ReadWriteOnce
142142
resources:
143143
requests:
144-
storage: 5Gi
144+
storage: 6Gi
145145
- name: results
146146
volumeClaimTemplate:
147147
spec:

ansible/roles/operator-pipeline/tasks/community-release-pipeline-trigger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
- ReadWriteOnce
132132
resources:
133133
requests:
134-
storage: 5Gi
134+
storage: 6Gi
135135
- name: results
136136
volumeClaimTemplate:
137137
spec:

0 commit comments

Comments
 (0)