Skip to content

Commit 62bbc53

Browse files
Update Konflux references
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 1c2b10b commit 62bbc53

File tree

3 files changed

+99
-65
lines changed

3 files changed

+99
-65
lines changed

.tekton/grafana-6-1-pull-request.yaml

Lines changed: 49 additions & 32 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-6.1"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-6.1"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: ceph-6-1
1615
appstudio.openshift.io/component: grafana-6-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:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
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:bb2f8f1edec47faa08c1929f2ffc6748f3a96af9644e6c40000081c6ff3ec894
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:0503f9313dfe70e4defda88a7226ec91a74af42198dccfa3280397d965aa16d6
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.6@sha256:3832edaec1aae546c225c86ada53611e42717c784e2068e0536831a99cb1922d
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:d94cad7f41be61074dd21c7dff26dab9217c3435a16f62813c1cb8382dd9aae6
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:5f9069a07a6dc16aae7a05adf49d2b6792815f3fabd116377578860743f4e0ec
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:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
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:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
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:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
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:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
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:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
470487
- name: kind
471488
value: task
472489
resolver: bundles
@@ -487,7 +504,7 @@ spec:
487504
- name: name
488505
value: coverity-availability-check
489506
- name: bundle
490-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
507+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36bcf1531b85c2c7d7b4382bc0a9c61b0501e2e54e84991b11b225bdec0e5928
491508
- name: kind
492509
value: task
493510
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:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
517534
- name: kind
518535
value: task
519536
resolver: bundles
@@ -539,7 +556,7 @@ spec:
539556
- name: name
540557
value: sast-unicode-check-oci-ta
541558
- name: bundle
542-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
559+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
543560
- name: kind
544561
value: task
545562
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:738e6e2108bee5b50309a37b54bc1adf8433ac63598dbb6830d6cb4ac65d9de6
588605
- name: kind
589606
value: task
590607
resolver: bundles

0 commit comments

Comments
 (0)