Skip to content

Commit 28bbd14

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
1 parent c2c1d5d commit 28bbd14

File tree

2 files changed

+58
-50
lines changed

2 files changed

+58
-50
lines changed

.tekton/addon-operator-pull-request.yaml

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
"**/go.*".pathChanged() ||
1616
"build/Dockerfile".pathChanged() ||
1717
".tekton/addon-operator-pull-request.yaml".pathChanged() )
18-
creationTimestamp: null
18+
creationTimestamp:
1919
labels:
2020
appstudio.openshift.io/application: addon-operator
2121
appstudio.openshift.io/component: addon-operator
@@ -52,7 +52,7 @@ spec:
5252
- name: name
5353
value: show-sbom
5454
- name: bundle
55-
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
5656
- name: kind
5757
value: task
5858
resolver: bundles
@@ -68,13 +68,11 @@ spec:
6868
name: output-image
6969
type: string
7070
- default: .
71-
description: Path to the source code of an application's component from where
72-
to build image.
71+
description: Path to the source code of an application's component from where to build image.
7372
name: path-context
7473
type: string
7574
- default: Dockerfile
76-
description: Path to the Dockerfile inside the context specified by parameter
77-
path-context
75+
description: Path to the Dockerfile inside the context specified by parameter path-context
7876
name: dockerfile
7977
type: string
8078
- default: "false"
@@ -94,8 +92,7 @@ spec:
9492
name: prefetch-input
9593
type: string
9694
- default: ""
97-
description: Image tag expiration time, time values could be something like
98-
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.
9996
name: image-expires-after
10097
type: string
10198
- default: "false"
@@ -115,10 +112,13 @@ spec:
115112
name: build-args-file
116113
type: string
117114
- default: "false"
118-
description: Whether to enable privileged mode, should be used only with remote
119-
VMs
115+
description: Whether to enable privileged mode, should be used only with remote VMs
120116
name: privileged-nested
121117
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.
122122
results:
123123
- description: ""
124124
name: IMAGE_URL
@@ -146,7 +146,7 @@ spec:
146146
- name: name
147147
value: init
148148
- name: bundle
149-
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:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
150150
- name: kind
151151
value: task
152152
resolver: bundles
@@ -167,7 +167,7 @@ spec:
167167
- name: name
168168
value: git-clone-oci-ta
169169
- name: bundle
170-
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:3a920a83fc0135aaae2730fe9d446eb2da2ffc9d63a34bceea04afd24653bdee
171171
- name: kind
172172
value: task
173173
resolver: bundles
@@ -196,7 +196,7 @@ spec:
196196
- name: name
197197
value: prefetch-dependencies-oci-ta
198198
- name: bundle
199-
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:970285e3b0495961199523b566e0dd92ec2e29bedbcf61d8fc67106b06d0f923
200200
- name: kind
201201
value: task
202202
resolver: bundles
@@ -232,14 +232,16 @@ spec:
232232
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
233233
- name: CACHI2_ARTIFACT
234234
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
235+
- name: BUILDAH_FORMAT
236+
value: $(params.buildah-format)
235237
runAfter:
236238
- prefetch-dependencies
237239
taskRef:
238240
params:
239241
- name: name
240242
value: buildah-oci-ta
241243
- name: bundle
242-
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:7b4c101b71e48b267079a5b6331d22de0b25e008c9e1dcaca1c41c4312391e39
243245
- name: kind
244246
value: task
245247
resolver: bundles
@@ -261,14 +263,16 @@ spec:
261263
- name: IMAGES
262264
value:
263265
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
266+
- name: BUILDAH_FORMAT
267+
value: $(params.buildah-format)
264268
runAfter:
265269
- build-container
266270
taskRef:
267271
params:
268272
- name: name
269273
value: build-image-index
270274
- name: bundle
271-
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:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
272276
- name: kind
273277
value: task
274278
resolver: bundles
@@ -294,7 +298,7 @@ spec:
294298
- name: name
295299
value: source-build-oci-ta
296300
- name: bundle
297-
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:2a290f91fdccf4c9ef726a1605163bc14904e1dbf9837ac6d2621caddd10f98e
298302
- name: kind
299303
value: task
300304
resolver: bundles
@@ -320,7 +324,7 @@ spec:
320324
- name: name
321325
value: deprecated-image-check
322326
- name: bundle
323-
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
324328
- name: kind
325329
value: task
326330
resolver: bundles
@@ -342,7 +346,7 @@ spec:
342346
- name: name
343347
value: clair-scan
344348
- name: bundle
345-
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:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
346350
- name: kind
347351
value: task
348352
resolver: bundles
@@ -362,7 +366,7 @@ spec:
362366
- name: name
363367
value: ecosystem-cert-preflight-checks
364368
- name: bundle
365-
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
366370
- name: kind
367371
value: task
368372
resolver: bundles
@@ -388,7 +392,7 @@ spec:
388392
- name: name
389393
value: sast-snyk-check-oci-ta
390394
- name: bundle
391-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
395+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
392396
- name: kind
393397
value: task
394398
resolver: bundles
@@ -410,7 +414,7 @@ spec:
410414
- name: name
411415
value: clamav-scan
412416
- name: bundle
413-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
417+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
414418
- name: kind
415419
value: task
416420
resolver: bundles
@@ -455,7 +459,7 @@ spec:
455459
- name: name
456460
value: sast-coverity-check-oci-ta
457461
- name: bundle
458-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
462+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
459463
- name: kind
460464
value: task
461465
resolver: bundles
@@ -528,7 +532,7 @@ spec:
528532
- name: name
529533
value: sast-unicode-check-oci-ta
530534
- name: bundle
531-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:3f99dc4634a62e1530324cd565d12323ca82be3cfa8a031a36b210becfa7b552
535+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
532536
- name: kind
533537
value: task
534538
resolver: bundles
@@ -550,7 +554,7 @@ spec:
550554
- name: name
551555
value: apply-tags
552556
- name: bundle
553-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
557+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
554558
- name: kind
555559
value: task
556560
resolver: bundles
@@ -573,7 +577,7 @@ spec:
573577
- name: name
574578
value: push-dockerfile-oci-ta
575579
- name: bundle
576-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
580+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:14fba04580b236e4206a904b86ee2fd8eeaa4163f7619a9c2602d361e4f74c51
577581
- name: kind
578582
value: task
579583
resolver: bundles

0 commit comments

Comments
 (0)