Skip to content

Commit ff19c79

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

File tree

2 files changed

+81
-117
lines changed

2 files changed

+81
-117
lines changed

.tekton/gitops-must-gather-pull-request.yaml

Lines changed: 40 additions & 58 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-
== "main"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: openshift-gitops-operator
1514
appstudio.openshift.io/component: gitops-must-gather
@@ -49,7 +48,7 @@ spec:
4948
- name: name
5049
value: show-sbom
5150
- name: bundle
52-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
51+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:e2c1b4eac642f32e91f3bc5d3cb48c5c70888aaf45c3650d9ea34573de7a7fd5
5352
- name: kind
5453
value: task
5554
resolver: bundles
@@ -65,19 +64,13 @@ spec:
6564
name: output-image
6665
type: string
6766
- default: .
68-
description: Path to the source code of an application's component from where
69-
to build image.
67+
description: Path to the source code of an application's component from where to build image.
7068
name: path-context
7169
type: string
7270
- default: Dockerfile
73-
description: Path to the Dockerfile inside the context specified by parameter
74-
path-context
71+
description: Path to the Dockerfile inside the context specified by parameter path-context
7572
name: dockerfile
7673
type: string
77-
- default: "false"
78-
description: Force rebuild image
79-
name: rebuild
80-
type: string
8174
- default: "false"
8275
description: Skip checks against built image
8376
name: skip-checks
@@ -91,8 +84,7 @@ spec:
9184
name: prefetch-input
9285
type: string
9386
- default: ""
94-
description: Image tag expiration time, time values could be something like
95-
1h, 2d, 3w for hours, days, and weeks, respectively.
87+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9688
name: image-expires-after
9789
- default: "false"
9890
description: Build a source image.
@@ -112,8 +104,7 @@ spec:
112104
type: string
113105
- default:
114106
- linux/x86_64
115-
description: List of platforms to build the container images on. The available
116-
set of values is determined by the configuration of the multi-platform-controller.
107+
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.
117108
name: build-platforms
118109
type: array
119110
results:
@@ -131,19 +122,12 @@ spec:
131122
value: $(tasks.clone-repository.results.commit)
132123
tasks:
133124
- name: init
134-
params:
135-
- name: image-url
136-
value: $(params.output-image)
137-
- name: rebuild
138-
value: $(params.rebuild)
139-
- name: skip-checks
140-
value: $(params.skip-checks)
141125
taskRef:
142126
params:
143127
- name: name
144128
value: init
145129
- name: bundle
146-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:737682d073a65a486d59b2b30e3104b93edd8490e0cd5e9b4a39703e47363f0f
130+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
147131
- name: kind
148132
value: task
149133
resolver: bundles
@@ -164,15 +148,10 @@ spec:
164148
- name: name
165149
value: git-clone-oci-ta
166150
- name: bundle
167-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
151+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
168152
- name: kind
169153
value: task
170154
resolver: bundles
171-
when:
172-
- input: $(tasks.init.results.build)
173-
operator: in
174-
values:
175-
- "true"
176155
workspaces:
177156
- name: basic-auth
178157
workspace: git-auth
@@ -193,7 +172,7 @@ spec:
193172
- name: name
194173
value: prefetch-dependencies-oci-ta
195174
- name: bundle
196-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:efc8aebec295bf5986597b6bbeebe093b2764fea79c66094e05ff3d283f54932
175+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
197176
- name: kind
198177
value: task
199178
resolver: bundles
@@ -245,15 +224,10 @@ spec:
245224
- name: name
246225
value: buildah-remote-oci-ta
247226
- name: bundle
248-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:468708e0a5dc3a314d71ca0cf2db80c6d7fefae98b292b10fa1cf07ea3787d9e
227+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:417f776b6be35d6e51d9133ef8f0540f20ff80d761c76de37fb0e51786918950
249228
- name: kind
250229
value: task
251230
resolver: bundles
252-
when:
253-
- input: $(tasks.init.results.build)
254-
operator: in
255-
values:
256-
- "true"
257231
- name: build-image-index
258232
params:
259233
- name: IMAGE
@@ -274,39 +248,32 @@ spec:
274248
- name: name
275249
value: build-image-index
276250
- name: bundle
277-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:95be274b6d0432d4671e2c41294ec345121bdf01284b1c6c46b5537dc6b37e15
251+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
278252
- name: kind
279253
value: task
280254
resolver: bundles
281-
when:
282-
- input: $(tasks.init.results.build)
283-
operator: in
284-
values:
285-
- "true"
286255
- name: build-source-image
287256
params:
288257
- name: BINARY_IMAGE
289-
value: $(params.output-image)
258+
value: $(tasks.build-image-index.results.IMAGE_URL)
290259
- name: SOURCE_ARTIFACT
291260
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
292261
- name: CACHI2_ARTIFACT
293262
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
263+
- name: BINARY_IMAGE_DIGEST
264+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
294265
runAfter:
295266
- build-image-index
296267
taskRef:
297268
params:
298269
- name: name
299270
value: source-build-oci-ta
300271
- name: bundle
301-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:9fe82c9511f282287686f918bf1a543fcef417848e7a503357e988aab2887cee
272+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
302273
- name: kind
303274
value: task
304275
resolver: bundles
305276
when:
306-
- input: $(tasks.init.results.build)
307-
operator: in
308-
values:
309-
- "true"
310277
- input: $(params.build-source-image)
311278
operator: in
312279
values:
@@ -324,7 +291,7 @@ spec:
324291
- name: name
325292
value: deprecated-image-check
326293
- name: bundle
327-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
294+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
328295
- name: kind
329296
value: task
330297
resolver: bundles
@@ -333,7 +300,12 @@ spec:
333300
operator: in
334301
values:
335302
- "false"
336-
- name: clair-scan
303+
- matrix:
304+
params:
305+
- name: image-platform
306+
value:
307+
- $(params.build-platforms)
308+
name: clair-scan
337309
params:
338310
- name: image-digest
339311
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -346,7 +318,7 @@ spec:
346318
- name: name
347319
value: clair-scan
348320
- name: bundle
349-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:712afcf63f3b5a97c371d37e637efbcc9e1c7ad158872339d00adc6413cd8851
321+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
350322
- name: kind
351323
value: task
352324
resolver: bundles
@@ -366,7 +338,7 @@ spec:
366338
- name: name
367339
value: ecosystem-cert-preflight-checks
368340
- name: bundle
369-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:00b13d06d17328e105b11619ee4db98b215ca6ac02314a4776aa5fc2a974f9c1
341+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:64ec9d88ee72f6f317afa22173c60ed2158d92580a8c639b0480dbe60af9580b
370342
- name: kind
371343
value: task
372344
resolver: bundles
@@ -375,6 +347,11 @@ spec:
375347
operator: in
376348
values:
377349
- "false"
350+
matrix:
351+
params:
352+
- name: platform
353+
value:
354+
- $(params.build-platforms)
378355
- name: sast-snyk-check
379356
params:
380357
- name: image-digest
@@ -392,7 +369,7 @@ spec:
392369
- name: name
393370
value: sast-snyk-check-oci-ta
394371
- name: bundle
395-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:a1cb59ed66a7be1949c9720660efb0a006e95ef05b3f67929dd8e310e1d7baef
372+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
396373
- name: kind
397374
value: task
398375
resolver: bundles
@@ -414,7 +391,7 @@ spec:
414391
- name: name
415392
value: clamav-scan
416393
- name: bundle
417-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:62c835adae22e36fce6684460b39206bc16752f1a4427cdbba4ee9afdd279670
394+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
418395
- name: kind
419396
value: task
420397
resolver: bundles
@@ -423,6 +400,11 @@ spec:
423400
operator: in
424401
values:
425402
- "false"
403+
matrix:
404+
params:
405+
- name: image-arch
406+
value:
407+
- $(params.build-platforms)
426408
- name: apply-tags
427409
params:
428410
- name: IMAGE
@@ -434,7 +416,7 @@ spec:
434416
- name: name
435417
value: apply-tags
436418
- name: bundle
437-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:61c90b1c94a2a11cb11211a0d65884089b758c34254fcec164d185a402beae22
419+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
438420
- name: kind
439421
value: task
440422
resolver: bundles
@@ -457,7 +439,7 @@ spec:
457439
- name: name
458440
value: push-dockerfile-oci-ta
459441
- name: bundle
460-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:55a4ff2910ae2e4502f3841719935d37578bd52156bc789fcdf45ff48c2b048b
442+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
461443
- name: kind
462444
value: task
463445
resolver: bundles
@@ -474,7 +456,7 @@ spec:
474456
- name: name
475457
value: rpms-signature-scan
476458
- name: bundle
477-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:c0798ff85ad04f1553d349fe34aa4918597fb35b3b74e344dfbd5af2f3494300
459+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:47b81d6b3d752649eddfbb8b3fd8f6522c4bb07f6d1946f9bc45dae3f92e2c9a
478460
- name: kind
479461
value: task
480462
resolver: bundles

0 commit comments

Comments
 (0)