Skip to content

Commit c28af23

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

File tree

32 files changed

+1248
-1446
lines changed

32 files changed

+1248
-1446
lines changed

.tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml

Lines changed: 33 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
build.appstudio.openshift.io/build-nudge-files: "manifests/base/params-latest.env"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
12-
== "main"
13-
&& !("manifests/base/params-latest.env".pathChanged())
14-
&& ( "runtimes/datascience/ubi9-python-3.11/**".pathChanged() ||
15-
".tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml".pathChanged() )
16-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && !("manifests/base/params-latest.env".pathChanged()) && ( "runtimes/datascience/ubi9-python-3.11/**".pathChanged() || ".tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml".pathChanged() )
12+
creationTimestamp:
1713
labels:
1814
appstudio.openshift.io/application: opendatahub-release
1915
appstudio.openshift.io/component: odh-pipeline-runtime-datascience-cpu-py311-ubi9
@@ -51,7 +47,7 @@ spec:
5147
- name: name
5248
value: show-sbom
5349
- name: bundle
54-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
50+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
5551
- name: kind
5652
value: task
5753
resolver: bundles
@@ -68,7 +64,7 @@ spec:
6864
- name: name
6965
value: slack-webhook-notification
7066
- name: bundle
71-
value: quay.io/konflux-ci/tekton-catalog/task-slack-webhook-notification:0.1@sha256:dc17b70633363d78414b8c06dc1660d25742935f106a6116995638e1210c2730
67+
value: quay.io/konflux-ci/tekton-catalog/task-slack-webhook-notification:0.1@sha256:4e68fe2225debc256d403b828ed358345bb56d03327b46d55cb6c42911375750
7268
- name: kind
7369
value: task
7470
resolver: bundles
@@ -89,13 +85,11 @@ spec:
8985
name: output-image
9086
type: string
9187
- default: .
92-
description: Path to the source code of an application's component from where
93-
to build image.
88+
description: Path to the source code of an application's component from where to build image.
9489
name: path-context
9590
type: string
9691
- default: Dockerfile
97-
description: Path to the Dockerfile inside the context specified by parameter
98-
path-context
92+
description: Path to the Dockerfile inside the context specified by parameter path-context
9993
name: dockerfile
10094
type: string
10195
- default: "true"
@@ -115,8 +109,7 @@ spec:
115109
name: prefetch-input
116110
type: string
117111
- default: ""
118-
description: Image tag expiration time, time values could be something like
119-
1h, 2d, 3w for hours, days, and weeks, respectively.
112+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
120113
name: image-expires-after
121114
- default: "false"
122115
description: Build a source image.
@@ -135,8 +128,7 @@ spec:
135128
name: build-args-file
136129
type: string
137130
- default: "false"
138-
description: Whether to enable privileged mode, should be used only with remote
139-
VMs
131+
description: Whether to enable privileged mode, should be used only with remote VMs
140132
name: privileged-nested
141133
type: string
142134
results:
@@ -202,7 +194,7 @@ spec:
202194
- name: name
203195
value: init
204196
- name: bundle
205-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
197+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
206198
- name: kind
207199
value: task
208200
resolver: bundles
@@ -225,7 +217,7 @@ spec:
225217
- name: name
226218
value: git-clone-oci-ta
227219
- name: bundle
228-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
220+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
229221
- name: kind
230222
value: task
231223
resolver: bundles
@@ -254,7 +246,7 @@ spec:
254246
- name: name
255247
value: prefetch-dependencies-oci-ta
256248
- name: bundle
257-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
249+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
258250
- name: kind
259251
value: task
260252
resolver: bundles
@@ -297,7 +289,7 @@ spec:
297289
- name: name
298290
value: buildah-oci-ta
299291
- name: bundle
300-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
292+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:48b99ad18fd3bde2d22ec2c397d36c55e45ca90ddf1620c9e00bdee518e297bf
301293
- name: kind
302294
value: task
303295
resolver: bundles
@@ -326,7 +318,7 @@ spec:
326318
- name: name
327319
value: build-image-index
328320
- name: bundle
329-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
321+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
330322
- name: kind
331323
value: task
332324
resolver: bundles
@@ -338,19 +330,21 @@ spec:
338330
- name: build-source-image
339331
params:
340332
- name: BINARY_IMAGE
341-
value: $(params.output-image)
333+
value: $(tasks.build-image-index.results.IMAGE_URL)
342334
- name: SOURCE_ARTIFACT
343335
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
344336
- name: CACHI2_ARTIFACT
345337
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
338+
- name: BINARY_IMAGE_DIGEST
339+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
346340
runAfter:
347341
- build-image-index
348342
taskRef:
349343
params:
350344
- name: name
351345
value: source-build-oci-ta
352346
- name: bundle
353-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
347+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
354348
- name: kind
355349
value: task
356350
resolver: bundles
@@ -376,7 +370,7 @@ spec:
376370
- name: name
377371
value: deprecated-image-check
378372
- name: bundle
379-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
373+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
380374
- name: kind
381375
value: task
382376
resolver: bundles
@@ -398,7 +392,7 @@ spec:
398392
- name: name
399393
value: clair-scan
400394
- name: bundle
401-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
395+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
402396
- name: kind
403397
value: task
404398
resolver: bundles
@@ -418,7 +412,7 @@ spec:
418412
- name: name
419413
value: ecosystem-cert-preflight-checks
420414
- name: bundle
421-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1157c6ac9805af8b8874e4b8d68d2403d99e1c007f63623566b5d848b27c1826
415+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
422416
- name: kind
423417
value: task
424418
resolver: bundles
@@ -444,7 +438,7 @@ spec:
444438
- name: name
445439
value: sast-snyk-check-oci-ta
446440
- name: bundle
447-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
441+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
448442
- name: kind
449443
value: task
450444
resolver: bundles
@@ -466,7 +460,7 @@ spec:
466460
- name: name
467461
value: clamav-scan
468462
- name: bundle
469-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:24182598bf5161c4007988a7236e240f361c77a0a9b6973a6712dbae50d296bc
463+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
470464
- name: kind
471465
value: task
472466
resolver: bundles
@@ -511,7 +505,7 @@ spec:
511505
- name: name
512506
value: sast-coverity-check-oci-ta
513507
- name: bundle
514-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
508+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
515509
- name: kind
516510
value: task
517511
resolver: bundles
@@ -532,7 +526,7 @@ spec:
532526
- name: name
533527
value: coverity-availability-check
534528
- name: bundle
535-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
529+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
536530
- name: kind
537531
value: task
538532
resolver: bundles
@@ -558,7 +552,7 @@ spec:
558552
- name: name
559553
value: sast-shell-check-oci-ta
560554
- name: bundle
561-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
555+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
562556
- name: kind
563557
value: task
564558
resolver: bundles
@@ -584,7 +578,7 @@ spec:
584578
- name: name
585579
value: sast-unicode-check-oci-ta
586580
- name: bundle
587-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
581+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
588582
- name: kind
589583
value: task
590584
resolver: bundles
@@ -595,19 +589,21 @@ spec:
595589
- "false"
596590
- name: apply-tags
597591
params:
598-
- name: IMAGE
599-
value: $(tasks.build-image-index.results.IMAGE_URL)
600592
- name: ADDITIONAL_TAGS
601593
value:
602594
- $(params.additional-tags[*])
595+
- name: IMAGE_URL
596+
value: $(tasks.build-image-index.results.IMAGE_URL)
597+
- name: IMAGE_DIGEST
598+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
603599
runAfter:
604600
- build-image-index
605601
taskRef:
606602
params:
607603
- name: name
608604
value: apply-tags
609605
- name: bundle
610-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
606+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
611607
- name: kind
612608
value: task
613609
resolver: bundles
@@ -630,7 +626,7 @@ spec:
630626
- name: name
631627
value: push-dockerfile-oci-ta
632628
- name: bundle
633-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
629+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
634630
- name: kind
635631
value: task
636632
resolver: bundles
@@ -647,7 +643,7 @@ spec:
647643
- name: name
648644
value: rpms-signature-scan
649645
- name: bundle
650-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
646+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
651647
- name: kind
652648
value: task
653649
resolver: bundles

0 commit comments

Comments
 (0)