Skip to content

Commit b73a05b

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

File tree

1 file changed

+37
-32
lines changed

1 file changed

+37
-32
lines changed

.tekton/llama-stack-k8s-operator-push.yaml

Lines changed: 37 additions & 32 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-
== "odh"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "odh"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: opendatahub-release
1514
appstudio.openshift.io/component: llama-stack-k8s-operator
@@ -44,7 +43,7 @@ spec:
4443
- name: name
4544
value: show-sbom
4645
- name: bundle
47-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
46+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4847
- name: kind
4948
value: task
5049
resolver: bundles
@@ -61,7 +60,7 @@ spec:
6160
- name: name
6261
value: slack-webhook-notification
6362
- name: bundle
64-
value: quay.io/konflux-ci/tekton-catalog/task-slack-webhook-notification:0.1@sha256:dc17b70633363d78414b8c06dc1660d25742935f106a6116995638e1210c2730
63+
value: quay.io/konflux-ci/tekton-catalog/task-slack-webhook-notification:0.1@sha256:69945a30c11387a766e3d0ae33991b68e865a290c09da1fea44f193d358926ba
6564
- name: kind
6665
value: task
6766
resolver: bundles
@@ -82,13 +81,11 @@ spec:
8281
name: output-image
8382
type: string
8483
- default: .
85-
description: Path to the source code of an application's component from where
86-
to build image.
84+
description: Path to the source code of an application's component from where to build image.
8785
name: path-context
8886
type: string
8987
- default: Dockerfile
90-
description: Path to the Dockerfile inside the context specified by parameter
91-
path-context
88+
description: Path to the Dockerfile inside the context specified by parameter path-context
9289
name: dockerfile
9390
type: string
9491
- default: "true"
@@ -108,8 +105,7 @@ spec:
108105
name: prefetch-input
109106
type: string
110107
- default: ""
111-
description: Image tag expiration time, time values could be something like
112-
1h, 2d, 3w for hours, days, and weeks, respectively.
108+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
113109
name: image-expires-after
114110
type: string
115111
- default: "false"
@@ -129,10 +125,13 @@ spec:
129125
name: build-args-file
130126
type: string
131127
- default: "false"
132-
description: Whether to enable privileged mode, should be used only with remote
133-
VMs
128+
description: Whether to enable privileged mode, should be used only with remote VMs
134129
name: privileged-nested
135130
type: string
131+
- name: buildah-format
132+
default: docker
133+
type: string
134+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
136135
results:
137136
- description: ""
138137
name: IMAGE_URL
@@ -196,7 +195,7 @@ spec:
196195
- name: name
197196
value: init
198197
- name: bundle
199-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
198+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
200199
- name: kind
201200
value: task
202201
resolver: bundles
@@ -219,7 +218,7 @@ spec:
219218
- name: name
220219
value: git-clone-oci-ta
221220
- name: bundle
222-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
221+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
223222
- name: kind
224223
value: task
225224
resolver: bundles
@@ -248,7 +247,7 @@ spec:
248247
- name: name
249248
value: prefetch-dependencies-oci-ta
250249
- name: bundle
251-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
250+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:9dbb38efdfca525b00dc502acf44723ac4a6c413bb2ab97459a13cd3a6056f17
252251
- name: kind
253252
value: task
254253
resolver: bundles
@@ -284,14 +283,16 @@ spec:
284283
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
285284
- name: CACHI2_ARTIFACT
286285
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
286+
- name: BUILDAH_FORMAT
287+
value: $(params.buildah-format)
287288
runAfter:
288289
- prefetch-dependencies
289290
taskRef:
290291
params:
291292
- name: name
292293
value: buildah-oci-ta
293294
- name: bundle
294-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:48b99ad18fd3bde2d22ec2c397d36c55e45ca90ddf1620c9e00bdee518e297bf
295+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:afec5b6ed0459a845e4473cfdad67c7d7a4641571f5dc8d24634b8d343e9ec7f
295296
- name: kind
296297
value: task
297298
resolver: bundles
@@ -313,14 +314,16 @@ spec:
313314
- name: IMAGES
314315
value:
315316
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
317+
- name: BUILDAH_FORMAT
318+
value: $(params.buildah-format)
316319
runAfter:
317320
- build-container
318321
taskRef:
319322
params:
320323
- name: name
321324
value: build-image-index
322325
- name: bundle
323-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
326+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:0e90cf8259c7f54baad27d2a538294115f725ceb269ef789957fe68790803cbd
324327
- name: kind
325328
value: task
326329
resolver: bundles
@@ -332,19 +335,21 @@ spec:
332335
- name: build-source-image
333336
params:
334337
- name: BINARY_IMAGE
335-
value: $(params.output-image)
338+
value: $(tasks.build-image-index.results.IMAGE_URL)
336339
- name: SOURCE_ARTIFACT
337340
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
338341
- name: CACHI2_ARTIFACT
339342
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
343+
- name: BINARY_IMAGE_DIGEST
344+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
340345
runAfter:
341346
- build-image-index
342347
taskRef:
343348
params:
344349
- name: name
345350
value: source-build-oci-ta
346351
- name: bundle
347-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
352+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:f62ef32f7d25f0ee50904b57b160e3fd5403fab5ec040c7aa99f5982fdd92ef4
348353
- name: kind
349354
value: task
350355
resolver: bundles
@@ -370,7 +375,7 @@ spec:
370375
- name: name
371376
value: deprecated-image-check
372377
- name: bundle
373-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
378+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
374379
- name: kind
375380
value: task
376381
resolver: bundles
@@ -392,7 +397,7 @@ spec:
392397
- name: name
393398
value: clair-scan
394399
- name: bundle
395-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
400+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
396401
- name: kind
397402
value: task
398403
resolver: bundles
@@ -412,7 +417,7 @@ spec:
412417
- name: name
413418
value: ecosystem-cert-preflight-checks
414419
- name: bundle
415-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:ba7ed837f467904e7b38513174a707a9eec4009d009d6f272ff71d1250bc8854
420+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
416421
- name: kind
417422
value: task
418423
resolver: bundles
@@ -438,7 +443,7 @@ spec:
438443
- name: name
439444
value: sast-snyk-check-oci-ta
440445
- name: bundle
441-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
446+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
442447
- name: kind
443448
value: task
444449
resolver: bundles
@@ -460,7 +465,7 @@ spec:
460465
- name: name
461466
value: clamav-scan
462467
- name: bundle
463-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
468+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
464469
- name: kind
465470
value: task
466471
resolver: bundles
@@ -505,7 +510,7 @@ spec:
505510
- name: name
506511
value: sast-coverity-check-oci-ta
507512
- name: bundle
508-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
513+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
509514
- name: kind
510515
value: task
511516
resolver: bundles
@@ -526,7 +531,7 @@ spec:
526531
- name: name
527532
value: coverity-availability-check
528533
- name: bundle
529-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
534+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
530535
- name: kind
531536
value: task
532537
resolver: bundles
@@ -552,7 +557,7 @@ spec:
552557
- name: name
553558
value: sast-shell-check-oci-ta
554559
- name: bundle
555-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
560+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
556561
- name: kind
557562
value: task
558563
resolver: bundles
@@ -578,7 +583,7 @@ spec:
578583
- name: name
579584
value: sast-unicode-check-oci-ta
580585
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:3ffa3ac35ad988767ae2202d1f2483ce3e8152b29b89e77620c26f32c1ad2e7e
586+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
582587
- name: kind
583588
value: task
584589
resolver: bundles
@@ -600,7 +605,7 @@ spec:
600605
- name: name
601606
value: apply-tags
602607
- name: bundle
603-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
608+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:ade0bf9c2e9c169f588fbfe71fb489c2f7053fe41884e7969f270b317d9eb548
604609
- name: kind
605610
value: task
606611
resolver: bundles
@@ -623,7 +628,7 @@ spec:
623628
- name: name
624629
value: push-dockerfile-oci-ta
625630
- name: bundle
626-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
631+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
627632
- name: kind
628633
value: task
629634
resolver: bundles
@@ -640,7 +645,7 @@ spec:
640645
- name: name
641646
value: rpms-signature-scan
642647
- name: bundle
643-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2366b2f394610192736dd8edac1a702964daeb961603dfc9ceb6b8188e39a009
648+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
644649
- name: kind
645650
value: task
646651
resolver: bundles

0 commit comments

Comments
 (0)