Skip to content

Commit 198ea16

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

File tree

3 files changed

+101
-67
lines changed

3 files changed

+101
-67
lines changed

.tekton/grafana-5-3-pull-request.yaml

Lines changed: 51 additions & 34 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-5.3"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-5.3"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: ceph-5-3
1615
appstudio.openshift.io/component: grafana-5-3
@@ -54,7 +53,7 @@ spec:
5453
- name: name
5554
value: show-sbom
5655
- name: bundle
57-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
56+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5857
- name: kind
5958
value: task
6059
resolver: bundles
@@ -70,13 +69,11 @@ spec:
7069
name: output-image
7170
type: string
7271
- default: .
73-
description: Path to the source code of an application's component from where
74-
to build image.
72+
description: Path to the source code of an application's component from where to build image.
7573
name: path-context
7674
type: string
7775
- default: Dockerfile
78-
description: Path to the Dockerfile inside the context specified by parameter
79-
path-context
76+
description: Path to the Dockerfile inside the context specified by parameter path-context
8077
name: dockerfile
8178
type: string
8279
- default: "false"
@@ -96,8 +93,7 @@ spec:
9693
name: prefetch-input
9794
type: string
9895
- default: ""
99-
description: Image tag expiration time, time values could be something like
100-
1h, 2d, 3w for hours, days, and weeks, respectively.
96+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10197
name: image-expires-after
10298
type: string
10399
- default: "false"
@@ -117,16 +113,18 @@ spec:
117113
name: build-args-file
118114
type: string
119115
- default: "false"
120-
description: Whether to enable privileged mode, should be used only with remote
121-
VMs
116+
description: Whether to enable privileged mode, should be used only with remote VMs
122117
name: privileged-nested
123118
type: string
124119
- default:
125120
- linux/x86_64
126-
description: List of platforms to build the container images on. The available
127-
set of values is determined by the configuration of the multi-platform-controller.
121+
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.
128122
name: build-platforms
129123
type: array
124+
- name: buildah-format
125+
default: docker
126+
type: string
127+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
130128
results:
131129
- description: ""
132130
name: IMAGE_URL
@@ -154,7 +152,7 @@ spec:
154152
- name: name
155153
value: init
156154
- name: bundle
157-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
155+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
158156
- name: kind
159157
value: task
160158
resolver: bundles
@@ -175,7 +173,7 @@ spec:
175173
- name: name
176174
value: git-clone-oci-ta
177175
- name: bundle
178-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
176+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
179177
- name: kind
180178
value: task
181179
resolver: bundles
@@ -206,7 +204,7 @@ spec:
206204
- name: name
207205
value: prefetch-dependencies-oci-ta
208206
- name: bundle
209-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
207+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
210208
- name: kind
211209
value: task
212210
resolver: bundles
@@ -249,14 +247,16 @@ spec:
249247
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
250248
- name: IMAGE_APPEND_PLATFORM
251249
value: "true"
250+
- name: BUILDAH_FORMAT
251+
value: $(params.buildah-format)
252252
runAfter:
253253
- prefetch-dependencies
254254
taskRef:
255255
params:
256256
- name: name
257257
value: buildah-remote-oci-ta
258258
- name: bundle
259-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
259+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
260260
- name: kind
261261
value: task
262262
resolver: bundles
@@ -278,14 +278,16 @@ spec:
278278
- name: IMAGES
279279
value:
280280
- $(tasks.build-images.results.IMAGE_REF[*])
281+
- name: BUILDAH_FORMAT
282+
value: $(params.buildah-format)
281283
runAfter:
282284
- build-images
283285
taskRef:
284286
params:
285287
- name: name
286288
value: build-image-index
287289
- name: bundle
288-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
290+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
289291
- name: kind
290292
value: task
291293
resolver: bundles
@@ -311,7 +313,7 @@ spec:
311313
- name: name
312314
value: source-build-oci-ta
313315
- name: bundle
314-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
316+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
315317
- name: kind
316318
value: task
317319
resolver: bundles
@@ -337,7 +339,7 @@ spec:
337339
- name: name
338340
value: deprecated-image-check
339341
- name: bundle
340-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
342+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
341343
- name: kind
342344
value: task
343345
resolver: bundles
@@ -346,7 +348,12 @@ spec:
346348
operator: in
347349
values:
348350
- "false"
349-
- name: clair-scan
351+
- matrix:
352+
params:
353+
- name: image-platform
354+
value:
355+
- $(params.build-platforms)
356+
name: clair-scan
350357
params:
351358
- name: image-digest
352359
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -359,7 +366,7 @@ spec:
359366
- name: name
360367
value: clair-scan
361368
- name: bundle
362-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
369+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
363370
- name: kind
364371
value: task
365372
resolver: bundles
@@ -379,7 +386,7 @@ spec:
379386
- name: name
380387
value: ecosystem-cert-preflight-checks
381388
- name: bundle
382-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
389+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
383390
- name: kind
384391
value: task
385392
resolver: bundles
@@ -388,6 +395,11 @@ spec:
388395
operator: in
389396
values:
390397
- "false"
398+
matrix:
399+
params:
400+
- name: platform
401+
value:
402+
- $(params.build-platforms)
391403
- name: sast-snyk-check
392404
params:
393405
- name: image-digest
@@ -405,7 +417,7 @@ spec:
405417
- name: name
406418
value: sast-snyk-check-oci-ta
407419
- name: bundle
408-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
420+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
409421
- name: kind
410422
value: task
411423
resolver: bundles
@@ -427,7 +439,7 @@ spec:
427439
- name: name
428440
value: clamav-scan
429441
- name: bundle
430-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
442+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
431443
- name: kind
432444
value: task
433445
resolver: bundles
@@ -436,6 +448,11 @@ spec:
436448
operator: in
437449
values:
438450
- "false"
451+
matrix:
452+
params:
453+
- name: image-arch
454+
value:
455+
- $(params.build-platforms)
439456
- name: sast-coverity-check
440457
params:
441458
- name: image-digest
@@ -472,7 +489,7 @@ spec:
472489
- name: name
473490
value: sast-coverity-check-oci-ta
474491
- name: bundle
475-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
492+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
476493
- name: kind
477494
value: task
478495
resolver: bundles
@@ -519,7 +536,7 @@ spec:
519536
- name: name
520537
value: sast-shell-check-oci-ta
521538
- name: bundle
522-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
539+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
523540
- name: kind
524541
value: task
525542
resolver: bundles
@@ -562,18 +579,18 @@ spec:
562579
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
563580
- name: ADDITIONAL_TAGS
564581
value:
565-
- "v5.3"
566-
- "pull-request-{{pull_request_number}}"
567-
- "from-branch-{{source_branch}}"
568-
- "{{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
582+
- "v5.3"
583+
- "pull-request-{{pull_request_number}}"
584+
- "from-branch-{{source_branch}}"
585+
- "{{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
569586
runAfter:
570587
- build-image-index
571588
taskRef:
572589
params:
573590
- name: name
574591
value: apply-tags
575592
- name: bundle
576-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
593+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
577594
- name: kind
578595
value: task
579596
resolver: bundles
@@ -596,7 +613,7 @@ spec:
596613
- name: name
597614
value: push-dockerfile-oci-ta
598615
- name: bundle
599-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
616+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
600617
- name: kind
601618
value: task
602619
resolver: bundles

0 commit comments

Comments
 (0)