Skip to content

Commit 769c186

Browse files
committed
reset memory back to 2gi
1 parent 5db31fc commit 769c186

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ spec:
270270
# Phase 1: Validate VSA (CLI will internally fall back to image
271271
# validation if VSA missing/expired)
272272
- name: validate-vsa
273-
image: quay.io/jstuart/conforma-cli:latest
273+
image: quay.io/conforma/cli:latest
274274
onError: continue
275275
command: [ec]
276276
args:
@@ -302,17 +302,17 @@ spec:
302302
computeResources:
303303
requests:
304304
cpu: 100m
305-
memory: 256Mi
305+
memory: 2Gi
306306
limits:
307-
memory: 512Mi
307+
memory: 2Gi
308308
volumeMounts:
309309
- name: trusted-ca
310310
mountPath: /etc/pki/tls/certs/ca-custom-bundle.crt
311311
subPath: ca-bundle.crt
312312
readOnly: true
313313
# Phase 2: Validate Image with release-time rules only
314314
- name: validate-image-release
315-
image: quay.io/jstuart/conforma-cli:latest
315+
image: quay.io/conforma/cli:latest
316316
# progress even if the step fails so we can see the debug logs
317317
onError: continue
318318
command: [ec]
@@ -386,9 +386,9 @@ spec:
386386
computeResources:
387387
requests:
388388
cpu: 100m
389-
memory: 256Mi
389+
memory: 2Gi
390390
limits:
391-
memory: 512Mi
391+
memory: 2Gi
392392
volumeMounts:
393393
- name: trusted-ca
394394
mountPath: /etc/pki/tls/certs/ca-custom-bundle.crt

0 commit comments

Comments
 (0)