Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit b7a8c6d

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 b7a8c6d

File tree

2 files changed

+65
-75
lines changed

2 files changed

+65
-75
lines changed

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

Lines changed: 33 additions & 38 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:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
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:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
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:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
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:22290579c9fe0b5c1689bb9023b3eddec73c285b680226d9f460346ae849a2cb
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:cd9ef1eb119700a6883edcf93fd7c71dc33ee43467f3c2728b2a002c77915e8d
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:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
303295
- name: kind
304296
value: task
305297
resolver: bundles
@@ -308,23 +300,24 @@ spec:
308300
operator: in
309301
values:
310302
- "true"
311-
312303
- name: build-source-image
313304
params:
314305
- name: BINARY_IMAGE
315-
value: $(params.output-image)
306+
value: $(tasks.build-image-index.results.IMAGE_URL)
316307
- name: SOURCE_ARTIFACT
317308
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
318309
- name: CACHI2_ARTIFACT
319310
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
311+
- name: BINARY_IMAGE_DIGEST
312+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
320313
runAfter:
321314
- build-image-index
322315
taskRef:
323316
params:
324317
- name: name
325318
value: source-build-oci-ta
326319
- name: bundle
327-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
320+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:7a36cc284c5932c18e117fe5995f3246b5dcc11ec742b66a2f9ae710034b064f
328321
- name: kind
329322
value: task
330323
resolver: bundles
@@ -350,7 +343,7 @@ spec:
350343
- name: name
351344
value: deprecated-image-check
352345
- name: bundle
353-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
346+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
354347
- name: kind
355348
value: task
356349
resolver: bundles
@@ -372,7 +365,7 @@ spec:
372365
- name: name
373366
value: clair-scan
374367
- name: bundle
375-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
368+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
376369
- name: kind
377370
value: task
378371
resolver: bundles
@@ -392,7 +385,7 @@ spec:
392385
- name: name
393386
value: ecosystem-cert-preflight-checks
394387
- name: bundle
395-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
388+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e106b6182e72c8f34ceae3f56b0b1aa2b4dc60f573877d9e51c3791029a7acb6
396389
- name: kind
397390
value: task
398391
resolver: bundles
@@ -418,7 +411,7 @@ spec:
418411
- name: name
419412
value: sast-snyk-check-oci-ta
420413
- name: bundle
421-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
414+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:322c86ad5ee252c04440184d9f5046d276415148cb6bfaf571be1b102101786b
422415
- name: kind
423416
value: task
424417
resolver: bundles
@@ -440,7 +433,7 @@ spec:
440433
- name: name
441434
value: clamav-scan
442435
- name: bundle
443-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:24182598bf5161c4007988a7236e240f361c77a0a9b6973a6712dbae50d296bc
436+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
444437
- name: kind
445438
value: task
446439
resolver: bundles
@@ -485,7 +478,7 @@ spec:
485478
- name: name
486479
value: sast-coverity-check-oci-ta
487480
- name: bundle
488-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
481+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
489482
- name: kind
490483
value: task
491484
resolver: bundles
@@ -506,7 +499,7 @@ spec:
506499
- name: name
507500
value: coverity-availability-check
508501
- name: bundle
509-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
502+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
510503
- name: kind
511504
value: task
512505
resolver: bundles
@@ -532,7 +525,7 @@ spec:
532525
- name: name
533526
value: sast-shell-check-oci-ta
534527
- name: bundle
535-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
528+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
536529
- name: kind
537530
value: task
538531
resolver: bundles
@@ -558,7 +551,7 @@ spec:
558551
- name: name
559552
value: sast-unicode-check-oci-ta
560553
- name: bundle
561-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
554+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
562555
- name: kind
563556
value: task
564557
resolver: bundles
@@ -569,16 +562,18 @@ spec:
569562
- "false"
570563
- name: apply-tags
571564
params:
572-
- name: IMAGE
565+
- name: IMAGE_URL
573566
value: $(tasks.build-image-index.results.IMAGE_URL)
567+
- name: IMAGE_DIGEST
568+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
574569
runAfter:
575570
- build-image-index
576571
taskRef:
577572
params:
578573
- name: name
579574
value: apply-tags
580575
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
576+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
582577
- name: kind
583578
value: task
584579
resolver: bundles
@@ -601,7 +596,7 @@ spec:
601596
- name: name
602597
value: push-dockerfile-oci-ta
603598
- name: bundle
604-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
599+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
605600
- name: kind
606601
value: task
607602
resolver: bundles
@@ -618,7 +613,7 @@ spec:
618613
- name: name
619614
value: rpms-signature-scan
620615
- name: bundle
621-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
616+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
622617
- name: kind
623618
value: task
624619
resolver: bundles

0 commit comments

Comments
 (0)