File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tasks/verify-conforma-konflux-ta/0.1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ paths can be provided by using the `:` separator.
5757
5858*WORKERS* (`string`):: Number of parallel workers to use for policy evaluation.
5959+
60- *Default*: `1 `
60+ *Default*: `35 `
6161*SINGLE_COMPONENT* (`string`):: Reduce the Snapshot to only the component whose build caused the Snapshot to be created
6262+
6363*Default*: `false`
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ spec:
128128 - name : WORKERS
129129 type : string
130130 description : Number of parallel workers to use for policy evaluation.
131- default : " 1 "
131+ default : " 35 "
132132
133133 - name : SINGLE_COMPONENT
134134 description : Reduce the Snapshot to only the component whose build caused the Snapshot to be created
@@ -284,9 +284,9 @@ spec:
284284 computeResources :
285285 requests :
286286 cpu : 250m
287- memory : 2Gi
287+ memory : 8Gi
288288 limits :
289- memory : 2Gi
289+ memory : 8Gi
290290 volumeMounts :
291291 - name : trusted-ca
292292 mountPath : /etc/pki/tls/certs/ca-custom-bundle.crt
You can’t perform that action at this time.
0 commit comments