Skip to content

Commit 720b96d

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

File tree

2 files changed

+124
-60
lines changed

2 files changed

+124
-60
lines changed

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

Lines changed: 61 additions & 29 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:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5352
- name: kind
5453
value: task
5554
resolver: bundles
@@ -65,13 +64,11 @@ 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
7774
- default: "false"
@@ -91,8 +88,7 @@ spec:
9188
name: prefetch-input
9289
type: string
9390
- default: ""
94-
description: Image tag expiration time, time values could be something like
95-
1h, 2d, 3w for hours, days, and weeks, respectively.
91+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9692
name: image-expires-after
9793
- default: "false"
9894
description: Build a source image.
@@ -112,10 +108,17 @@ spec:
112108
type: string
113109
- default:
114110
- 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.
111+
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.
117112
name: build-platforms
118113
type: array
114+
- name: buildah-format
115+
default: docker
116+
type: string
117+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
118+
- name: enable-cache-proxy
119+
default: 'false'
120+
description: Enable cache proxy configuration
121+
type: string
119122
results:
120123
- description: ""
121124
name: IMAGE_URL
@@ -138,12 +141,14 @@ spec:
138141
value: $(params.rebuild)
139142
- name: skip-checks
140143
value: $(params.skip-checks)
144+
- name: enable-cache-proxy
145+
value: $(params.enable-cache-proxy)
141146
taskRef:
142147
params:
143148
- name: name
144149
value: init
145150
- name: bundle
146-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:737682d073a65a486d59b2b30e3104b93edd8490e0cd5e9b4a39703e47363f0f
151+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
147152
- name: kind
148153
value: task
149154
resolver: bundles
@@ -164,7 +169,7 @@ spec:
164169
- name: name
165170
value: git-clone-oci-ta
166171
- name: bundle
167-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
172+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:56f65a16d3d0485c64ad85af2c1f3e9b0bb4d02d63f2fd0ebb9498d219ca723d
168173
- name: kind
169174
value: task
170175
resolver: bundles
@@ -193,7 +198,7 @@ spec:
193198
- name: name
194199
value: prefetch-dependencies-oci-ta
195200
- name: bundle
196-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:efc8aebec295bf5986597b6bbeebe093b2764fea79c66094e05ff3d283f54932
201+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:36207773434bfad80fc3991d3ccca409d8429dbf5974c4dcd8d54145235b4b7b
197202
- name: kind
198203
value: task
199204
resolver: bundles
@@ -238,14 +243,20 @@ spec:
238243
value:
239244
- upstream-source-url=$(tasks.clone-repository.results.url)
240245
- upstream-source-ref=$(tasks.clone-repository.results.commit)
246+
- name: BUILDAH_FORMAT
247+
value: $(params.buildah-format)
248+
- name: HTTP_PROXY
249+
value: $(tasks.init.results.http-proxy)
250+
- name: NO_PROXY
251+
value: $(tasks.init.results.no-proxy)
241252
runAfter:
242253
- prefetch-dependencies
243254
taskRef:
244255
params:
245256
- name: name
246257
value: buildah-remote-oci-ta
247258
- name: bundle
248-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:468708e0a5dc3a314d71ca0cf2db80c6d7fefae98b292b10fa1cf07ea3787d9e
259+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:d8b2cd0bd3f8e3fdcafe4aebfee59f3f2fcbca78ef31f9c5dd8ecd781cd02636
249260
- name: kind
250261
value: task
251262
resolver: bundles
@@ -267,14 +278,16 @@ spec:
267278
- name: IMAGES
268279
value:
269280
- $(tasks.build-images.results.IMAGE_REF[*])
281+
- name: BUILDAH_FORMAT
282+
value: $(params.buildah-format)
270283
runAfter:
271284
- build-images
272285
taskRef:
273286
params:
274287
- name: name
275288
value: build-image-index
276289
- name: bundle
277-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:95be274b6d0432d4671e2c41294ec345121bdf01284b1c6c46b5537dc6b37e15
290+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:985d1efe861b02524a7679ecd855624b3d4e3a2e835b6f8a97ec7d135898ec0b
278291
- name: kind
279292
value: task
280293
resolver: bundles
@@ -286,19 +299,21 @@ spec:
286299
- name: build-source-image
287300
params:
288301
- name: BINARY_IMAGE
289-
value: $(params.output-image)
302+
value: $(tasks.build-image-index.results.IMAGE_URL)
290303
- name: SOURCE_ARTIFACT
291304
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
292305
- name: CACHI2_ARTIFACT
293306
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
307+
- name: BINARY_IMAGE_DIGEST
308+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
294309
runAfter:
295310
- build-image-index
296311
taskRef:
297312
params:
298313
- name: name
299314
value: source-build-oci-ta
300315
- name: bundle
301-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:9fe82c9511f282287686f918bf1a543fcef417848e7a503357e988aab2887cee
316+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
302317
- name: kind
303318
value: task
304319
resolver: bundles
@@ -324,7 +339,7 @@ spec:
324339
- name: name
325340
value: deprecated-image-check
326341
- name: bundle
327-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
342+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:808fe09bb5b8503de569de097ae5dd619a7488110f79e8e215e69862ee3fce6d
328343
- name: kind
329344
value: task
330345
resolver: bundles
@@ -333,7 +348,12 @@ spec:
333348
operator: in
334349
values:
335350
- "false"
336-
- name: clair-scan
351+
- matrix:
352+
params:
353+
- name: image-platform
354+
value:
355+
- $(params.build-platforms)
356+
name: clair-scan
337357
params:
338358
- name: image-digest
339359
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -346,7 +366,7 @@ spec:
346366
- name: name
347367
value: clair-scan
348368
- name: bundle
349-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:712afcf63f3b5a97c371d37e637efbcc9e1c7ad158872339d00adc6413cd8851
369+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:7c2a32de9021f16f6e8df08a55f539f12e00ea4d96f6fb37f9ea04167032c61f
350370
- name: kind
351371
value: task
352372
resolver: bundles
@@ -366,7 +386,7 @@ spec:
366386
- name: name
367387
value: ecosystem-cert-preflight-checks
368388
- name: bundle
369-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:00b13d06d17328e105b11619ee4db98b215ca6ac02314a4776aa5fc2a974f9c1
389+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
370390
- name: kind
371391
value: task
372392
resolver: bundles
@@ -375,6 +395,11 @@ spec:
375395
operator: in
376396
values:
377397
- "false"
398+
matrix:
399+
params:
400+
- name: platform
401+
value:
402+
- $(params.build-platforms)
378403
- name: sast-snyk-check
379404
params:
380405
- name: image-digest
@@ -392,7 +417,7 @@ spec:
392417
- name: name
393418
value: sast-snyk-check-oci-ta
394419
- name: bundle
395-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:a1cb59ed66a7be1949c9720660efb0a006e95ef05b3f67929dd8e310e1d7baef
420+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
396421
- name: kind
397422
value: task
398423
resolver: bundles
@@ -414,7 +439,7 @@ spec:
414439
- name: name
415440
value: clamav-scan
416441
- name: bundle
417-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:62c835adae22e36fce6684460b39206bc16752f1a4427cdbba4ee9afdd279670
442+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
418443
- name: kind
419444
value: task
420445
resolver: bundles
@@ -423,18 +448,25 @@ spec:
423448
operator: in
424449
values:
425450
- "false"
451+
matrix:
452+
params:
453+
- name: image-arch
454+
value:
455+
- $(params.build-platforms)
426456
- name: apply-tags
427457
params:
428-
- name: IMAGE
458+
- name: IMAGE_URL
429459
value: $(tasks.build-image-index.results.IMAGE_URL)
460+
- name: IMAGE_DIGEST
461+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
430462
runAfter:
431463
- build-image-index
432464
taskRef:
433465
params:
434466
- name: name
435467
value: apply-tags
436468
- name: bundle
437-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:61c90b1c94a2a11cb11211a0d65884089b758c34254fcec164d185a402beae22
469+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:c89cd10b2a3f4c43789c5f06ef2b86f528b28f156c20af5e751fa8c0facd457d
438470
- name: kind
439471
value: task
440472
resolver: bundles
@@ -457,7 +489,7 @@ spec:
457489
- name: name
458490
value: push-dockerfile-oci-ta
459491
- name: bundle
460-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:55a4ff2910ae2e4502f3841719935d37578bd52156bc789fcdf45ff48c2b048b
492+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
461493
- name: kind
462494
value: task
463495
resolver: bundles
@@ -474,7 +506,7 @@ spec:
474506
- name: name
475507
value: rpms-signature-scan
476508
- name: bundle
477-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:c0798ff85ad04f1553d349fe34aa4918597fb35b3b74e344dfbd5af2f3494300
509+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:0b10508c82ccb0f5a06a66ce7af56e9bfd40651ddefdf0f499988e897771ee28
478510
- name: kind
479511
value: task
480512
resolver: bundles

0 commit comments

Comments
 (0)