Skip to content

Commit ba24636

Browse files
chore(deps): update konflux references
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 64a47b3 commit ba24636

File tree

2 files changed

+94
-60
lines changed

2 files changed

+94
-60
lines changed

.tekton/keepalived-7-1-pull-request.yaml

Lines changed: 47 additions & 30 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-
== "release-7.1"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-7.1"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: ceph-7-1
1615
appstudio.openshift.io/component: keepalived-7-1
@@ -50,7 +49,7 @@ spec:
5049
- name: name
5150
value: show-sbom
5251
- name: bundle
53-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
52+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5453
- name: kind
5554
value: task
5655
resolver: bundles
@@ -66,13 +65,11 @@ spec:
6665
name: output-image
6766
type: string
6867
- default: .
69-
description: Path to the source code of an application's component from where
70-
to build image.
68+
description: Path to the source code of an application's component from where to build image.
7169
name: path-context
7270
type: string
7371
- default: Dockerfile
74-
description: Path to the Dockerfile inside the context specified by parameter
75-
path-context
72+
description: Path to the Dockerfile inside the context specified by parameter path-context
7673
name: dockerfile
7774
type: string
7875
- default: "false"
@@ -92,8 +89,7 @@ spec:
9289
name: prefetch-input
9390
type: string
9491
- default: ""
95-
description: Image tag expiration time, time values could be something like
96-
1h, 2d, 3w for hours, days, and weeks, respectively.
92+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9793
name: image-expires-after
9894
type: string
9995
- default: "false"
@@ -113,16 +109,18 @@ spec:
113109
name: build-args-file
114110
type: string
115111
- default: "false"
116-
description: Whether to enable privileged mode, should be used only with remote
117-
VMs
112+
description: Whether to enable privileged mode, should be used only with remote VMs
118113
name: privileged-nested
119114
type: string
120115
- default:
121116
- linux/x86_64
122-
description: List of platforms to build the container images on. The available
123-
set of values is determined by the configuration of the multi-platform-controller.
117+
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.
124118
name: build-platforms
125119
type: array
120+
- name: buildah-format
121+
default: docker
122+
type: string
123+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
126124
results:
127125
- description: ""
128126
name: IMAGE_URL
@@ -150,7 +148,7 @@ spec:
150148
- name: name
151149
value: init
152150
- name: bundle
153-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
151+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
154152
- name: kind
155153
value: task
156154
resolver: bundles
@@ -171,7 +169,7 @@ spec:
171169
- name: name
172170
value: git-clone-oci-ta
173171
- name: bundle
174-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
172+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
175173
- name: kind
176174
value: task
177175
resolver: bundles
@@ -200,7 +198,7 @@ spec:
200198
- name: name
201199
value: prefetch-dependencies-oci-ta
202200
- name: bundle
203-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
201+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
204202
- name: kind
205203
value: task
206204
resolver: bundles
@@ -243,14 +241,16 @@ spec:
243241
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
244242
- name: IMAGE_APPEND_PLATFORM
245243
value: "true"
244+
- name: BUILDAH_FORMAT
245+
value: $(params.buildah-format)
246246
runAfter:
247247
- prefetch-dependencies
248248
taskRef:
249249
params:
250250
- name: name
251251
value: buildah-remote-oci-ta
252252
- name: bundle
253-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
253+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
254254
- name: kind
255255
value: task
256256
resolver: bundles
@@ -272,14 +272,16 @@ spec:
272272
- name: IMAGES
273273
value:
274274
- $(tasks.build-images.results.IMAGE_REF[*])
275+
- name: BUILDAH_FORMAT
276+
value: $(params.buildah-format)
275277
runAfter:
276278
- build-images
277279
taskRef:
278280
params:
279281
- name: name
280282
value: build-image-index
281283
- name: bundle
282-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
284+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
283285
- name: kind
284286
value: task
285287
resolver: bundles
@@ -305,7 +307,7 @@ spec:
305307
- name: name
306308
value: source-build-oci-ta
307309
- name: bundle
308-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
310+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
309311
- name: kind
310312
value: task
311313
resolver: bundles
@@ -331,7 +333,7 @@ spec:
331333
- name: name
332334
value: deprecated-image-check
333335
- name: bundle
334-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
336+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
335337
- name: kind
336338
value: task
337339
resolver: bundles
@@ -340,7 +342,12 @@ spec:
340342
operator: in
341343
values:
342344
- "false"
343-
- name: clair-scan
345+
- matrix:
346+
params:
347+
- name: image-platform
348+
value:
349+
- $(params.build-platforms)
350+
name: clair-scan
344351
params:
345352
- name: image-digest
346353
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -353,7 +360,7 @@ spec:
353360
- name: name
354361
value: clair-scan
355362
- name: bundle
356-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
363+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
357364
- name: kind
358365
value: task
359366
resolver: bundles
@@ -373,7 +380,7 @@ spec:
373380
- name: name
374381
value: ecosystem-cert-preflight-checks
375382
- name: bundle
376-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
383+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
377384
- name: kind
378385
value: task
379386
resolver: bundles
@@ -382,6 +389,11 @@ spec:
382389
operator: in
383390
values:
384391
- "false"
392+
matrix:
393+
params:
394+
- name: platform
395+
value:
396+
- $(params.build-platforms)
385397
- name: sast-snyk-check
386398
params:
387399
- name: image-digest
@@ -399,7 +411,7 @@ spec:
399411
- name: name
400412
value: sast-snyk-check-oci-ta
401413
- name: bundle
402-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
414+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
403415
- name: kind
404416
value: task
405417
resolver: bundles
@@ -421,7 +433,7 @@ spec:
421433
- name: name
422434
value: clamav-scan
423435
- name: bundle
424-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
436+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
425437
- name: kind
426438
value: task
427439
resolver: bundles
@@ -430,6 +442,11 @@ spec:
430442
operator: in
431443
values:
432444
- "false"
445+
matrix:
446+
params:
447+
- name: image-arch
448+
value:
449+
- $(params.build-platforms)
433450
- name: sast-coverity-check
434451
params:
435452
- name: image-digest
@@ -466,7 +483,7 @@ spec:
466483
- name: name
467484
value: sast-coverity-check-oci-ta
468485
- name: bundle
469-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
486+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
470487
- name: kind
471488
value: task
472489
resolver: bundles
@@ -513,7 +530,7 @@ spec:
513530
- name: name
514531
value: sast-shell-check-oci-ta
515532
- name: bundle
516-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
533+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
517534
- name: kind
518535
value: task
519536
resolver: bundles
@@ -561,7 +578,7 @@ spec:
561578
- name: name
562579
value: apply-tags
563580
- name: bundle
564-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
581+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
565582
- name: kind
566583
value: task
567584
resolver: bundles
@@ -584,7 +601,7 @@ spec:
584601
- name: name
585602
value: push-dockerfile-oci-ta
586603
- name: bundle
587-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
604+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
588605
- name: kind
589606
value: task
590607
resolver: bundles

0 commit comments

Comments
 (0)