Skip to content

Commit 6f98f23

Browse files
authored
Merge pull request #2558 from arewm/quicker-contract-verifications
feat: improve performance for verifying images
2 parents ef350b8 + c23a23e commit 6f98f23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/modules/ROOT/pages/verify-conforma-konflux-ta.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`

tasks/verify-conforma-konflux-ta/0.1/verify-conforma-konflux-ta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)