Skip to content

Commit 8ccec14

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

File tree

2 files changed

+101
-57
lines changed

2 files changed

+101
-57
lines changed

.tekton/gitops-backend-pull-request.yaml

Lines changed: 50 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "master"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: openshift-gitops-operator
1514
appstudio.openshift.io/component: gitops-backend
@@ -51,7 +50,7 @@ spec:
5150
- name: name
5251
value: show-sbom
5352
- name: bundle
54-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:9bfc6b99ef038800fe131d7b45ff3cd4da3a415dd536f7c657b3527b01c4a13b
53+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5554
- name: kind
5655
value: task
5756
resolver: bundles
@@ -67,13 +66,11 @@ spec:
6766
name: output-image
6867
type: string
6968
- default: .
70-
description: Path to the source code of an application's component from where
71-
to build image.
69+
description: Path to the source code of an application's component from where to build image.
7270
name: path-context
7371
type: string
7472
- default: Dockerfile
75-
description: Path to the Dockerfile inside the context specified by parameter
76-
path-context
73+
description: Path to the Dockerfile inside the context specified by parameter path-context
7774
name: dockerfile
7875
type: string
7976
- default: "false"
@@ -93,8 +90,7 @@ spec:
9390
name: prefetch-input
9491
type: string
9592
- default: ""
96-
description: Image tag expiration time, time values could be something like
97-
1h, 2d, 3w for hours, days, and weeks, respectively.
93+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9894
name: image-expires-after
9995
- default: "false"
10096
description: Build a source image.
@@ -115,10 +111,13 @@ spec:
115111
- default:
116112
- linux/x86_64
117113
- linux/arm64
118-
description: List of platforms to build the container images on. The available
119-
set of values is determined by the configuration of the multi-platform-controller.
114+
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
120115
name: build-platforms
121116
type: array
117+
- name: buildah-format
118+
default: docker
119+
type: string
120+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
122121
results:
123122
- description: ""
124123
name: IMAGE_URL
@@ -146,7 +145,7 @@ spec:
146145
- name: name
147146
value: init
148147
- name: bundle
149-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:092c113b614f6551113f17605ae9cb7e822aa704d07f0e37ed209da23ce392cc
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
150149
- name: kind
151150
value: task
152151
resolver: bundles
@@ -167,7 +166,7 @@ spec:
167166
- name: name
168167
value: git-clone-oci-ta
169168
- name: bundle
170-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8e1e861d9564caea3f9ce8d1c62789f5622b5a7051209decc9ecf10b6f54aa71
169+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
171170
- name: kind
172171
value: task
173172
resolver: bundles
@@ -196,7 +195,7 @@ spec:
196195
- name: name
197196
value: prefetch-dependencies-oci-ta
198197
- name: bundle
199-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1@sha256:8e2a8de8e8a55a8e657922d5f8303fefa065f7ec2f8a49a666bf749540d63679
198+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
200199
- name: kind
201200
value: task
202201
resolver: bundles
@@ -237,14 +236,16 @@ spec:
237236
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
238237
- name: IMAGE_APPEND_PLATFORM
239238
value: "true"
239+
- name: BUILDAH_FORMAT
240+
value: $(params.buildah-format)
240241
runAfter:
241242
- prefetch-dependencies
242243
taskRef:
243244
params:
244245
- name: name
245246
value: buildah-remote-oci-ta
246247
- name: bundle
247-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.2@sha256:dbc5f6c58d4642743719ae9b02cb0445836a210f7438e6d874a68ff38de81534
248+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
248249
- name: kind
249250
value: task
250251
resolver: bundles
@@ -266,14 +267,16 @@ spec:
266267
- name: IMAGES
267268
value:
268269
- $(tasks.build-images.results.IMAGE_REF[*])
270+
- name: BUILDAH_FORMAT
271+
value: $(params.buildah-format)
269272
runAfter:
270273
- build-images
271274
taskRef:
272275
params:
273276
- name: name
274277
value: build-image-index
275278
- name: bundle
276-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:e4871851566d8b496966b37bcb8c5ce9748a52487f116373d96c6cd28ef684c6
279+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
277280
- name: kind
278281
value: task
279282
resolver: bundles
@@ -285,19 +288,21 @@ spec:
285288
- name: build-source-image
286289
params:
287290
- name: BINARY_IMAGE
288-
value: $(params.output-image)
291+
value: $(tasks.build-image-index.results.IMAGE_URL)
289292
- name: SOURCE_ARTIFACT
290293
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
291294
- name: CACHI2_ARTIFACT
292295
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
296+
- name: BINARY_IMAGE_DIGEST
297+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
293298
runAfter:
294299
- build-image-index
295300
taskRef:
296301
params:
297302
- name: name
298303
value: source-build-oci-ta
299304
- name: bundle
300-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1@sha256:d1fd616413d45bb6af0532352bfa8692c5ca409127e5a2dd4f1bc52aef27d1dc
305+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
301306
- name: kind
302307
value: task
303308
resolver: bundles
@@ -323,7 +328,7 @@ spec:
323328
- name: name
324329
value: deprecated-image-check
325330
- name: bundle
326-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:b4f9599f5770ea2e6e4d031224ccc932164c1ecde7f85f68e16e99c98d754003
331+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
327332
- name: kind
328333
value: task
329334
resolver: bundles
@@ -332,7 +337,12 @@ spec:
332337
operator: in
333338
values:
334339
- "false"
335-
- name: clair-scan
340+
- matrix:
341+
params:
342+
- name: image-platform
343+
value:
344+
- $(params.build-platforms)
345+
name: clair-scan
336346
params:
337347
- name: image-digest
338348
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -345,7 +355,7 @@ spec:
345355
- name: name
346356
value: clair-scan
347357
- name: bundle
348-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:9f4ddafd599e06b319cece5a4b8ac36b9e7ec46bea378bc6c6af735d3f7f8060
358+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
349359
- name: kind
350360
value: task
351361
resolver: bundles
@@ -365,7 +375,7 @@ spec:
365375
- name: name
366376
value: ecosystem-cert-preflight-checks
367377
- name: bundle
368-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:5131cce0f93d0b728c7bcc0d6cee4c61d4c9f67c6d619c627e41e3c9775b497d
378+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
369379
- name: kind
370380
value: task
371381
resolver: bundles
@@ -374,6 +384,11 @@ spec:
374384
operator: in
375385
values:
376386
- "false"
387+
matrix:
388+
params:
389+
- name: platform
390+
value:
391+
- $(params.build-platforms)
377392
- name: sast-snyk-check
378393
params:
379394
- name: image-digest
@@ -391,7 +406,7 @@ spec:
391406
- name: name
392407
value: sast-snyk-check-oci-ta
393408
- name: bundle
394-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.2@sha256:ad02dd316d68725490f45f23d2b8acf042bf0a80f7a22c28e0cadc6181fc10f1
409+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
395410
- name: kind
396411
value: task
397412
resolver: bundles
@@ -413,7 +428,7 @@ spec:
413428
- name: name
414429
value: clamav-scan
415430
- name: bundle
416-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:5ac9b24cff7cfb391bc54cd5135536892090354862327d1028fa08872d759c03
431+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
417432
- name: kind
418433
value: task
419434
resolver: bundles
@@ -422,18 +437,25 @@ spec:
422437
operator: in
423438
values:
424439
- "false"
440+
matrix:
441+
params:
442+
- name: image-arch
443+
value:
444+
- $(params.build-platforms)
425445
- name: apply-tags
426446
params:
427-
- name: IMAGE
447+
- name: IMAGE_URL
428448
value: $(tasks.build-image-index.results.IMAGE_URL)
449+
- name: IMAGE_DIGEST
450+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
429451
runAfter:
430452
- build-image-index
431453
taskRef:
432454
params:
433455
- name: name
434456
value: apply-tags
435457
- name: bundle
436-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:f485e250fb060060892b633c495a3d7e38de1ec105ae1be48608b0401530ab2c
458+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
437459
- name: kind
438460
value: task
439461
resolver: bundles
@@ -456,7 +478,7 @@ spec:
456478
- name: name
457479
value: push-dockerfile-oci-ta
458480
- name: bundle
459-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:fc109c347c5355a2a563ea782ff12aa82afc967c456082bf978d99bd378349b4
481+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
460482
- name: kind
461483
value: task
462484
resolver: bundles

0 commit comments

Comments
 (0)