Skip to content

Commit 30723ce

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

File tree

2 files changed

+59
-73
lines changed

2 files changed

+59
-73
lines changed

.tekton/vllm-cuda-odh-poc-push.yaml

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "konflux-poc" && ( !".tekton/**".pathChanged() || ".tekton/vllm-cuda-odh-poc-push.yaml".pathChanged() )
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "konflux-poc" && ( !".tekton/**".pathChanged() || ".tekton/vllm-cuda-odh-poc-push.yaml".pathChanged() )
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: odh-release
1514
appstudio.openshift.io/component: vllm-cuda-odh-poc
@@ -33,8 +32,8 @@ spec:
3332
value: true
3433
- name: build-args
3534
value:
36-
- max_jobs=6
37-
- nvcc_threads=2
35+
- max_jobs=6
36+
- nvcc_threads=2
3837
- name: fetch-git-tags
3938
value: true
4039
- name: clone-depth
@@ -57,7 +56,7 @@ spec:
5756
- name: name
5857
value: show-sbom
5958
- name: bundle
60-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
59+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
6160
- name: kind
6261
value: task
6362
resolver: bundles
@@ -73,13 +72,11 @@ spec:
7372
name: output-image
7473
type: string
7574
- default: .
76-
description: Path to the source code of an application's component from where
77-
to build image.
75+
description: Path to the source code of an application's component from where to build image.
7876
name: path-context
7977
type: string
8078
- default: Dockerfile
81-
description: Path to the Dockerfile inside the context specified by parameter
82-
path-context
79+
description: Path to the Dockerfile inside the context specified by parameter path-context
8380
name: dockerfile
8481
type: string
8582
- default: "false"
@@ -99,8 +96,7 @@ spec:
9996
name: prefetch-input
10097
type: string
10198
- default: ""
102-
description: Image tag expiration time, time values could be something like
103-
1h, 2d, 3w for hours, days, and weeks, respectively.
99+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
104100
name: image-expires-after
105101
- default: "false"
106102
description: Build a source image.
@@ -119,8 +115,7 @@ spec:
119115
name: build-args-file
120116
type: string
121117
- default: "false"
122-
description: Whether to enable privileged mode, should be used only with remote
123-
VMs
118+
description: Whether to enable privileged mode, should be used only with remote VMs
124119
name: privileged-nested
125120
type: string
126121
- name: build-platform
@@ -165,7 +160,7 @@ spec:
165160
- name: name
166161
value: init
167162
- name: bundle
168-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
163+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
169164
- name: kind
170165
value: task
171166
resolver: bundles
@@ -190,7 +185,7 @@ spec:
190185
- name: name
191186
value: git-clone-oci-ta
192187
- name: bundle
193-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
188+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
194189
- name: kind
195190
value: task
196191
resolver: bundles
@@ -219,7 +214,7 @@ spec:
219214
- name: name
220215
value: prefetch-dependencies-oci-ta
221216
- name: bundle
222-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
217+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
223218
- name: kind
224219
value: task
225220
resolver: bundles
@@ -228,8 +223,6 @@ spec:
228223
workspace: git-auth
229224
- name: netrc
230225
workspace: netrc
231-
232-
233226
- name: build-container
234227
timeout: 4h
235228
params:
@@ -269,7 +262,7 @@ spec:
269262
- name: name
270263
value: buildah-remote-oci-ta
271264
- name: bundle
272-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.3@sha256:2be1d9a4a1354d5d82c15e2838a82b0664fe0d2a274282697bb850fa80781b4c
265+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
273266
- name: kind
274267
value: task
275268
resolver: bundles
@@ -278,7 +271,6 @@ spec:
278271
operator: in
279272
values:
280273
- "true"
281-
282274
- name: build-image-index
283275
params:
284276
- name: IMAGE
@@ -299,7 +291,7 @@ spec:
299291
- name: name
300292
value: build-image-index
301293
- name: bundle
302-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
294+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
303295
- name: kind
304296
value: task
305297
resolver: bundles
@@ -308,7 +300,6 @@ spec:
308300
operator: in
309301
values:
310302
- "true"
311-
312303
- name: build-source-image
313304
params:
314305
- name: BINARY_IMAGE
@@ -324,7 +315,7 @@ spec:
324315
- name: name
325316
value: source-build-oci-ta
326317
- name: bundle
327-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
318+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
328319
- name: kind
329320
value: task
330321
resolver: bundles
@@ -350,7 +341,7 @@ spec:
350341
- name: name
351342
value: deprecated-image-check
352343
- name: bundle
353-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
344+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
354345
- name: kind
355346
value: task
356347
resolver: bundles
@@ -372,7 +363,7 @@ spec:
372363
- name: name
373364
value: clair-scan
374365
- name: bundle
375-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
366+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
376367
- name: kind
377368
value: task
378369
resolver: bundles
@@ -392,7 +383,7 @@ spec:
392383
- name: name
393384
value: ecosystem-cert-preflight-checks
394385
- name: bundle
395-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
386+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
396387
- name: kind
397388
value: task
398389
resolver: bundles
@@ -418,7 +409,7 @@ spec:
418409
- name: name
419410
value: sast-snyk-check-oci-ta
420411
- name: bundle
421-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
412+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
422413
- name: kind
423414
value: task
424415
resolver: bundles
@@ -440,7 +431,7 @@ spec:
440431
- name: name
441432
value: clamav-scan
442433
- name: bundle
443-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:24182598bf5161c4007988a7236e240f361c77a0a9b6973a6712dbae50d296bc
434+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
444435
- name: kind
445436
value: task
446437
resolver: bundles
@@ -485,7 +476,7 @@ spec:
485476
- name: name
486477
value: sast-coverity-check-oci-ta
487478
- name: bundle
488-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
479+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:d3fdca2f0072e1c40e0781ac4b8f16b977dc77fc6e80424087941465bc27d5eb
489480
- name: kind
490481
value: task
491482
resolver: bundles
@@ -506,7 +497,7 @@ spec:
506497
- name: name
507498
value: coverity-availability-check
508499
- name: bundle
509-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
500+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
510501
- name: kind
511502
value: task
512503
resolver: bundles
@@ -532,7 +523,7 @@ spec:
532523
- name: name
533524
value: sast-shell-check-oci-ta
534525
- name: bundle
535-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
526+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
536527
- name: kind
537528
value: task
538529
resolver: bundles
@@ -558,7 +549,7 @@ spec:
558549
- name: name
559550
value: sast-unicode-check-oci-ta
560551
- name: bundle
561-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
552+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
562553
- name: kind
563554
value: task
564555
resolver: bundles
@@ -569,16 +560,18 @@ spec:
569560
- "false"
570561
- name: apply-tags
571562
params:
572-
- name: IMAGE
563+
- name: IMAGE_URL
573564
value: $(tasks.build-image-index.results.IMAGE_URL)
565+
- name: IMAGE_DIGEST
566+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
574567
runAfter:
575568
- build-image-index
576569
taskRef:
577570
params:
578571
- name: name
579572
value: apply-tags
580573
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
574+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
582575
- name: kind
583576
value: task
584577
resolver: bundles
@@ -601,7 +594,7 @@ spec:
601594
- name: name
602595
value: push-dockerfile-oci-ta
603596
- name: bundle
604-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
597+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
605598
- name: kind
606599
value: task
607600
resolver: bundles
@@ -618,7 +611,7 @@ spec:
618611
- name: name
619612
value: rpms-signature-scan
620613
- name: bundle
621-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
614+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
622615
- name: kind
623616
value: task
624617
resolver: bundles

0 commit comments

Comments
 (0)