Skip to content

Commit 55813e8

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

File tree

2 files changed

+92
-62
lines changed

2 files changed

+92
-62
lines changed

.tekton/caikit-tgis-serving-odh-poc-pull-request.yaml

Lines changed: 46 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "konflux-poc"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "konflux-poc"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: odh-release
1615
appstudio.openshift.io/component: caikit-tgis-serving-odh-poc
@@ -45,7 +44,7 @@ spec:
4544
- name: name
4645
value: show-sbom
4746
- name: bundle
48-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
47+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:e2c1b4eac642f32e91f3bc5d3cb48c5c70888aaf45c3650d9ea34573de7a7fd5
4948
- name: kind
5049
value: task
5150
resolver: bundles
@@ -61,13 +60,11 @@ spec:
6160
name: output-image
6261
type: string
6362
- default: .
64-
description: Path to the source code of an application's component from where
65-
to build image.
63+
description: Path to the source code of an application's component from where to build image.
6664
name: path-context
6765
type: string
6866
- default: Dockerfile
69-
description: Path to the Dockerfile inside the context specified by parameter
70-
path-context
67+
description: Path to the Dockerfile inside the context specified by parameter path-context
7168
name: dockerfile
7269
type: string
7370
- default: "false"
@@ -87,8 +84,7 @@ spec:
8784
name: prefetch-input
8885
type: string
8986
- default: ""
90-
description: Image tag expiration time, time values could be something like
91-
1h, 2d, 3w for hours, days, and weeks, respectively.
87+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9288
name: image-expires-after
9389
- default: "false"
9490
description: Build a source image.
@@ -107,10 +103,17 @@ spec:
107103
name: build-args-file
108104
type: string
109105
- default: "false"
110-
description: Whether to enable privileged mode, should be used only with remote
111-
VMs
106+
description: Whether to enable privileged mode, should be used only with remote VMs
112107
name: privileged-nested
113108
type: string
109+
- name: buildah-format
110+
default: docker
111+
type: string
112+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
113+
- name: enable-cache-proxy
114+
default: 'false'
115+
description: Enable cache proxy configuration
116+
type: string
114117
results:
115118
- description: ""
116119
name: IMAGE_URL
@@ -133,12 +136,14 @@ spec:
133136
value: $(params.rebuild)
134137
- name: skip-checks
135138
value: $(params.skip-checks)
139+
- name: enable-cache-proxy
140+
value: $(params.enable-cache-proxy)
136141
taskRef:
137142
params:
138143
- name: name
139144
value: init
140145
- name: bundle
141-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
146+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
142147
- name: kind
143148
value: task
144149
resolver: bundles
@@ -159,7 +164,7 @@ spec:
159164
- name: name
160165
value: git-clone-oci-ta
161166
- name: bundle
162-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
167+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
163168
- name: kind
164169
value: task
165170
resolver: bundles
@@ -188,7 +193,7 @@ spec:
188193
- name: name
189194
value: prefetch-dependencies-oci-ta
190195
- name: bundle
191-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
196+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c651d767709bea1bb2f52c37d19d332af4706fbbfe450724e314b286597795a2
192197
- name: kind
193198
value: task
194199
resolver: bundles
@@ -224,14 +229,20 @@ spec:
224229
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
225230
- name: CACHI2_ARTIFACT
226231
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
232+
- name: BUILDAH_FORMAT
233+
value: $(params.buildah-format)
234+
- name: HTTP_PROXY
235+
value: $(tasks.init.results.http-proxy)
236+
- name: NO_PROXY
237+
value: $(tasks.init.results.no-proxy)
227238
runAfter:
228239
- prefetch-dependencies
229240
taskRef:
230241
params:
231242
- name: name
232243
value: buildah-oci-ta
233244
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
245+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:c422f1e52e446440dfca22983ca360e37242f3331c00539b3f9426be52c9c37c
235246
- name: kind
236247
value: task
237248
resolver: bundles
@@ -253,14 +264,16 @@ spec:
253264
- name: IMAGES
254265
value:
255266
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
267+
- name: BUILDAH_FORMAT
268+
value: $(params.buildah-format)
256269
runAfter:
257270
- build-container
258271
taskRef:
259272
params:
260273
- name: name
261274
value: build-image-index
262275
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
276+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:05d3d8a5ded44c51b074a56a408ddf5d65c56b4c15e110abb1a99e3aff269d49
264277
- name: kind
265278
value: task
266279
resolver: bundles
@@ -272,19 +285,21 @@ spec:
272285
- name: build-source-image
273286
params:
274287
- name: BINARY_IMAGE
275-
value: $(params.output-image)
288+
value: $(tasks.build-image-index.results.IMAGE_URL)
276289
- name: SOURCE_ARTIFACT
277290
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278291
- name: CACHI2_ARTIFACT
279292
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
293+
- name: BINARY_IMAGE_DIGEST
294+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
280295
runAfter:
281296
- build-image-index
282297
taskRef:
283298
params:
284299
- name: name
285300
value: source-build-oci-ta
286301
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
302+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
288303
- name: kind
289304
value: task
290305
resolver: bundles
@@ -310,7 +325,7 @@ spec:
310325
- name: name
311326
value: deprecated-image-check
312327
- name: bundle
313-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
328+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1cf21de671be4c97d4973b60c09c912997cd15b65c30b93a07eff1b24f43a1f8
314329
- name: kind
315330
value: task
316331
resolver: bundles
@@ -332,7 +347,7 @@ spec:
332347
- name: name
333348
value: clair-scan
334349
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
350+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:654b989d7cdc03d082e56f216a29de04847215ee379a8d9ca315e453ad2b15c2
336351
- name: kind
337352
value: task
338353
resolver: bundles
@@ -352,7 +367,7 @@ spec:
352367
- name: name
353368
value: ecosystem-cert-preflight-checks
354369
- name: bundle
355-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
370+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:329b14911d93ad5425c8f6cf57112d344aae0c219117278faa47731763a27853
356371
- name: kind
357372
value: task
358373
resolver: bundles
@@ -378,7 +393,7 @@ spec:
378393
- name: name
379394
value: sast-snyk-check-oci-ta
380395
- name: bundle
381-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
396+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:c5e640a7741dfba035ced5e3ac30c82bba9bfe04f60e1631509205dcf884a0ea
382397
- name: kind
383398
value: task
384399
resolver: bundles
@@ -400,7 +415,7 @@ spec:
400415
- name: name
401416
value: clamav-scan
402417
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:24182598bf5161c4007988a7236e240f361c77a0a9b6973a6712dbae50d296bc
418+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:78f0349720a18e25546fd57a0eb15925ec4da6d9e1d9290b73a4770ae9ad77f5
404419
- name: kind
405420
value: task
406421
resolver: bundles
@@ -445,7 +460,7 @@ spec:
445460
- name: name
446461
value: sast-coverity-check-oci-ta
447462
- name: bundle
448-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
463+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9978b6163d54473a72ded5eb9b75d9ffae92118e544c7b96dc805cd66870b12d
449464
- name: kind
450465
value: task
451466
resolver: bundles
@@ -466,7 +481,7 @@ spec:
466481
- name: name
467482
value: coverity-availability-check
468483
- name: bundle
469-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
484+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:267d5bc069a0323f41e24732ddfd1057e5c639e853d1e620c67505fab78f1301
470485
- name: kind
471486
value: task
472487
resolver: bundles
@@ -492,7 +507,7 @@ spec:
492507
- name: name
493508
value: sast-shell-check-oci-ta
494509
- name: bundle
495-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
510+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
496511
- name: kind
497512
value: task
498513
resolver: bundles
@@ -518,7 +533,7 @@ spec:
518533
- name: name
519534
value: sast-unicode-check-oci-ta
520535
- name: bundle
521-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
536+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:0ca0203c25e22c9f12cc32436f6bf02df19fd177ba5f84926d804c711146974e
522537
- name: kind
523538
value: task
524539
resolver: bundles
@@ -538,7 +553,7 @@ spec:
538553
- name: name
539554
value: apply-tags
540555
- name: bundle
541-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
556+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
542557
- name: kind
543558
value: task
544559
resolver: bundles
@@ -561,7 +576,7 @@ spec:
561576
- name: name
562577
value: push-dockerfile-oci-ta
563578
- name: bundle
564-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
579+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
565580
- name: kind
566581
value: task
567582
resolver: bundles
@@ -578,7 +593,7 @@ spec:
578593
- name: name
579594
value: rpms-signature-scan
580595
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
596+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:f2df541f49b5310f343b55f58b0881a46a2b46c5df39a9c34563c5042b106f6f
582597
- name: kind
583598
value: task
584599
resolver: bundles

0 commit comments

Comments
 (0)