Skip to content

Commit 3a98b59

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3ba76d5 commit 3a98b59

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

.tekton/collector-component-pipeline.yaml

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
# Run when any task has Failed
1818
- input: $(tasks.status)
1919
operator: in
20-
values: [ "Failed" ]
20+
values: ["Failed"]
2121
taskRef:
2222
params:
2323
- name: name
@@ -173,7 +173,7 @@ spec:
173173
- name: name
174174
value: init
175175
- name: bundle
176-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a558472b2ff44c4179ae97e90b35098dc2ca1456caf8c16c76f38c6863042c81
176+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
177177
- name: kind
178178
value: task
179179
resolver: bundles
@@ -206,7 +206,7 @@ spec:
206206
when:
207207
- input: $(tasks.init.results.build)
208208
operator: in
209-
values: [ "true" ]
209+
values: ["true"]
210210
workspaces:
211211
- name: basic-auth
212212
workspace: git-auth
@@ -263,7 +263,7 @@ spec:
263263
- name: name
264264
value: prefetch-dependencies-oci-ta
265265
- name: bundle
266-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
266+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
267267
- name: kind
268268
value: task
269269
resolver: bundles
@@ -306,22 +306,26 @@ spec:
306306
- name: BUILDAH_FORMAT
307307
value: $(params.buildah-format)
308308
- name: LABELS
309-
value: [ "$(params.extra-labels[*])" ]
309+
value: ["$(params.extra-labels[*])"]
310310
- name: BUILD_TIMESTAMP
311311
value: "$(tasks.clone-repository.results.commit-timestamp)"
312+
- name: HTTP_PROXY
313+
value: $(tasks.init.results.http-proxy)
314+
- name: NO_PROXY
315+
value: $(tasks.init.results.no-proxy)
312316
taskRef:
313317
params:
314318
- name: name
315319
value: buildah-remote-oci-ta
316320
- name: bundle
317-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:ee5e01eb59a3f70bb1012950fbc4081bac96d3f3517e6d204314484cd2e0059b
321+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:ef1c062b10c9fb17951350de76bce6bb54a4ea75fca4f37ea136d626c444bf78
318322
- name: kind
319323
value: task
320324
resolver: bundles
321325
when:
322326
- input: $(tasks.init.results.build)
323327
operator: in
324-
values: [ "true" ]
328+
values: ["true"]
325329
timeout: 1h30m0s
326330

327331
- name: build-image-index
@@ -337,20 +341,20 @@ spec:
337341
value: $(tasks.determine-image-expiration.results.IMAGE_EXPIRES_AFTER)
338342
- name: BUILDAH_FORMAT
339343
value: $(params.buildah-format)
340-
runAfter: [ build-images ]
344+
runAfter: [build-images]
341345
taskRef:
342346
params:
343347
- name: name
344348
value: build-image-index
345349
- name: bundle
346-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
350+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
347351
- name: kind
348352
value: task
349353
resolver: bundles
350354
when:
351355
- input: $(tasks.init.results.build)
352356
operator: in
353-
values: [ "true" ]
357+
values: ["true"]
354358

355359
- name: apply-index-image-tag
356360
params:
@@ -366,14 +370,14 @@ spec:
366370
- name: name
367371
value: apply-tags
368372
- name: bundle
369-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
373+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
370374
- name: kind
371375
value: task
372376
resolver: bundles
373377
when:
374378
- input: $(tasks.init.results.build)
375379
operator: in
376-
values: [ "true" ]
380+
values: ["true"]
377381

378382
- name: build-source-image
379383
params:
@@ -397,10 +401,10 @@ spec:
397401
when:
398402
- input: $(tasks.init.results.build)
399403
operator: in
400-
values: [ "true" ]
404+
values: ["true"]
401405
- input: $(params.build-source-image)
402406
operator: in
403-
values: [ "true" ]
407+
values: ["true"]
404408

405409
- name: deprecated-base-image-check
406410
params:
@@ -420,7 +424,7 @@ spec:
420424
when:
421425
- input: $(params.skip-checks)
422426
operator: in
423-
values: [ "false" ]
427+
values: ["false"]
424428

425429
- name: clair-scan
426430
matrix:
@@ -438,14 +442,14 @@ spec:
438442
- name: name
439443
value: clair-scan
440444
- name: bundle
441-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
445+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a5fa66ed5b8c107e7bc29cb084edcc07e394f818cc59ef2db2f9dcb0cd1fa3dc
442446
- name: kind
443447
value: task
444448
resolver: bundles
445449
when:
446450
- input: $(params.skip-checks)
447451
operator: in
448-
values: [ "false" ]
452+
values: ["false"]
449453

450454
- name: ecosystem-cert-preflight-checks
451455
matrix:
@@ -468,7 +472,7 @@ spec:
468472
when:
469473
- input: $(params.skip-checks)
470474
operator: in
471-
values: [ "false" ]
475+
values: ["false"]
472476

473477
- name: sast-shell-check
474478
params:
@@ -492,7 +496,7 @@ spec:
492496
when:
493497
- input: $(params.skip-checks)
494498
operator: in
495-
values: [ "false" ]
499+
values: ["false"]
496500

497501
- name: sast-unicode-check
498502
params:
@@ -516,7 +520,7 @@ spec:
516520
when:
517521
- input: $(params.skip-checks)
518522
operator: in
519-
values: [ "false" ]
523+
values: ["false"]
520524

521525
- name: sast-snyk-check
522526
params:
@@ -533,14 +537,14 @@ spec:
533537
- name: name
534538
value: sast-snyk-check-oci-ta
535539
- name: bundle
536-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
540+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
537541
- name: kind
538542
value: task
539543
resolver: bundles
540544
when:
541545
- input: $(params.skip-checks)
542546
operator: in
543-
values: [ "false" ]
547+
values: ["false"]
544548

545549
- name: clamav-scan
546550
matrix:
@@ -565,7 +569,7 @@ spec:
565569
when:
566570
- input: $(params.skip-checks)
567571
operator: in
568-
values: [ "false" ]
572+
values: ["false"]
569573

570574
- name: rpms-signature-scan
571575
params:
@@ -578,14 +582,14 @@ spec:
578582
- name: name
579583
value: rpms-signature-scan
580584
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:90c2b32ebf0a00f42c0c1d1675feb75ba71793ad1a4c22ddea7cdc71ed997a04
585+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:0b10508c82ccb0f5a06a66ce7af56e9bfd40651ddefdf0f499988e897771ee28
582586
- name: kind
583587
value: task
584588
resolver: bundles
585589
when:
586590
- input: $(params.skip-checks)
587591
operator: in
588-
values: [ "false" ]
592+
values: ["false"]
589593

590594
- name: push-dockerfile
591595
params:

0 commit comments

Comments
 (0)