Skip to content

Commit 4b3f598

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

File tree

2 files changed

+98
-64
lines changed

2 files changed

+98
-64
lines changed

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

Lines changed: 50 additions & 33 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: haproxy-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:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
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:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
155+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
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:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
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:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
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:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
259+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:5e59c05455619580f4383010726f7db8440ecf6959882e9053ac697dd6d277fd
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:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
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:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
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:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
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:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
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:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
420+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
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:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
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:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
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
@@ -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:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
616+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
600617
- name: kind
601618
value: task
602619
resolver: bundles

0 commit comments

Comments
 (0)