Skip to content

Commit 4d9ca15

Browse files
NO-ISSUE: Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5d5425f commit 4d9ca15

File tree

2 files changed

+64
-58
lines changed

2 files changed

+64
-58
lines changed

.tekton/assisted-service-saas-v2-43-pull-request.yaml

Lines changed: 32 additions & 29 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-
== "v2.43"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "v2.43"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: assisted-service-saas-v2-43
1615
appstudio.openshift.io/component: assisted-service-saas-v2-43
@@ -53,7 +52,7 @@ spec:
5352
- name: name
5453
value: show-sbom
5554
- name: bundle
56-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
55+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5756
- name: kind
5857
value: task
5958
resolver: bundles
@@ -69,13 +68,11 @@ spec:
6968
name: output-image
7069
type: string
7170
- default: .
72-
description: Path to the source code of an application's component from where
73-
to build image.
71+
description: Path to the source code of an application's component from where to build image.
7472
name: path-context
7573
type: string
7674
- default: Dockerfile
77-
description: Path to the Dockerfile inside the context specified by parameter
78-
path-context
75+
description: Path to the Dockerfile inside the context specified by parameter path-context
7976
name: dockerfile
8077
type: string
8178
- default: "false"
@@ -95,8 +92,7 @@ spec:
9592
name: prefetch-input
9693
type: string
9794
- default: ""
98-
description: Image tag expiration time, time values could be something like
99-
1h, 2d, 3w for hours, days, and weeks, respectively.
95+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10096
name: image-expires-after
10197
type: string
10298
- default: "false"
@@ -116,10 +112,13 @@ spec:
116112
name: build-args-file
117113
type: string
118114
- default: "false"
119-
description: Whether to enable privileged mode, should be used only with remote
120-
VMs
115+
description: Whether to enable privileged mode, should be used only with remote VMs
121116
name: privileged-nested
122117
type: string
118+
- name: buildah-format
119+
default: docker
120+
type: string
121+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
123122
results:
124123
- description: ""
125124
name: IMAGE_URL
@@ -147,7 +146,7 @@ spec:
147146
- name: name
148147
value: init
149148
- name: bundle
150-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
149+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
151150
- name: kind
152151
value: task
153152
resolver: bundles
@@ -168,7 +167,7 @@ spec:
168167
- name: name
169168
value: git-clone-oci-ta
170169
- name: bundle
171-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
170+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
172171
- name: kind
173172
value: task
174173
resolver: bundles
@@ -197,7 +196,7 @@ spec:
197196
- name: name
198197
value: prefetch-dependencies-oci-ta
199198
- name: bundle
200-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
199+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0503f9313dfe70e4defda88a7226ec91a74af42198dccfa3280397d965aa16d6
201200
- name: kind
202201
value: task
203202
resolver: bundles
@@ -233,14 +232,16 @@ spec:
233232
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
234233
- name: CACHI2_ARTIFACT
235234
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
235+
- name: BUILDAH_FORMAT
236+
value: $(params.buildah-format)
236237
runAfter:
237238
- prefetch-dependencies
238239
taskRef:
239240
params:
240241
- name: name
241242
value: buildah-oci-ta
242243
- name: bundle
243-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:9e9bac2044d6231b44114046b9d528c135388699365f0f210ee810c01bd4d702
244+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:220bb6f39de7ab7d0ee0606c84623889e4141f2d216f519ffafc7252355bd174
244245
- name: kind
245246
value: task
246247
resolver: bundles
@@ -262,14 +263,16 @@ spec:
262263
- name: IMAGES
263264
value:
264265
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
266+
- name: BUILDAH_FORMAT
267+
value: $(params.buildah-format)
265268
runAfter:
266269
- build-container
267270
taskRef:
268271
params:
269272
- name: name
270273
value: build-image-index
271274
- name: bundle
272-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
275+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d4c07e29fbd9a7bdcec58b2ad15b656316f935a9009ea387adcb413aa3cd8ecd
273276
- name: kind
274277
value: task
275278
resolver: bundles
@@ -295,7 +298,7 @@ spec:
295298
- name: name
296299
value: source-build-oci-ta
297300
- name: bundle
298-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
301+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
299302
- name: kind
300303
value: task
301304
resolver: bundles
@@ -321,7 +324,7 @@ spec:
321324
- name: name
322325
value: deprecated-image-check
323326
- name: bundle
324-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
327+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
325328
- name: kind
326329
value: task
327330
resolver: bundles
@@ -343,7 +346,7 @@ spec:
343346
- name: name
344347
value: clair-scan
345348
- name: bundle
346-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
349+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
347350
- name: kind
348351
value: task
349352
resolver: bundles
@@ -363,7 +366,7 @@ spec:
363366
- name: name
364367
value: ecosystem-cert-preflight-checks
365368
- name: bundle
366-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
369+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
367370
- name: kind
368371
value: task
369372
resolver: bundles
@@ -393,7 +396,7 @@ spec:
393396
- name: name
394397
value: sast-snyk-check-oci-ta
395398
- name: bundle
396-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
399+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
397400
- name: kind
398401
value: task
399402
resolver: bundles
@@ -415,7 +418,7 @@ spec:
415418
- name: name
416419
value: clamav-scan
417420
- name: bundle
418-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
421+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
419422
- name: kind
420423
value: task
421424
resolver: bundles
@@ -460,7 +463,7 @@ spec:
460463
- name: name
461464
value: sast-coverity-check-oci-ta
462465
- name: bundle
463-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
466+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
464467
- name: kind
465468
value: task
466469
resolver: bundles
@@ -481,7 +484,7 @@ spec:
481484
- name: name
482485
value: coverity-availability-check
483486
- name: bundle
484-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
487+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:5623e48314ffd583e9cab383011dc0763b6c92b09c4f427b8bfcca885394a21c
485488
- name: kind
486489
value: task
487490
resolver: bundles
@@ -507,7 +510,7 @@ spec:
507510
- name: name
508511
value: sast-shell-check-oci-ta
509512
- name: bundle
510-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
513+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
511514
- name: kind
512515
value: task
513516
resolver: bundles
@@ -533,7 +536,7 @@ spec:
533536
- name: name
534537
value: sast-unicode-check-oci-ta
535538
- name: bundle
536-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:3f99dc4634a62e1530324cd565d12323ca82be3cfa8a031a36b210becfa7b552
539+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
537540
- name: kind
538541
value: task
539542
resolver: bundles
@@ -555,7 +558,7 @@ spec:
555558
- name: name
556559
value: apply-tags
557560
- name: bundle
558-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
561+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
559562
- name: kind
560563
value: task
561564
resolver: bundles
@@ -578,7 +581,7 @@ spec:
578581
- name: name
579582
value: push-dockerfile-oci-ta
580583
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
584+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
582585
- name: kind
583586
value: task
584587
resolver: bundles

0 commit comments

Comments
 (0)