Skip to content

Commit 762ae70

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
1 parent ac169db commit 762ae70

File tree

2 files changed

+82
-54
lines changed

2 files changed

+82
-54
lines changed

.tekton/addon-operator-pull-request.yaml

Lines changed: 41 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
"**/go.*".pathChanged() ||
1616
"build/Dockerfile".pathChanged() ||
1717
".tekton/addon-operator-pull-request.yaml".pathChanged() )
18-
creationTimestamp: null
18+
creationTimestamp:
1919
labels:
2020
appstudio.openshift.io/application: addon-operator
2121
appstudio.openshift.io/component: addon-operator
@@ -52,7 +52,7 @@ spec:
5252
- name: name
5353
value: show-sbom
5454
- name: bundle
55-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
55+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5656
- name: kind
5757
value: task
5858
resolver: bundles
@@ -68,13 +68,11 @@ spec:
6868
name: output-image
6969
type: string
7070
- default: .
71-
description: Path to the source code of an application's component from where
72-
to build image.
71+
description: Path to the source code of an application's component from where to build image.
7372
name: path-context
7473
type: string
7574
- default: Dockerfile
76-
description: Path to the Dockerfile inside the context specified by parameter
77-
path-context
75+
description: Path to the Dockerfile inside the context specified by parameter path-context
7876
name: dockerfile
7977
type: string
8078
- default: "false"
@@ -94,8 +92,7 @@ spec:
9492
name: prefetch-input
9593
type: string
9694
- default: ""
97-
description: Image tag expiration time, time values could be something like
98-
1h, 2d, 3w for hours, days, and weeks, respectively.
95+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9996
name: image-expires-after
10097
type: string
10198
- default: "false"
@@ -115,10 +112,17 @@ spec:
115112
name: build-args-file
116113
type: string
117114
- default: "false"
118-
description: Whether to enable privileged mode, should be used only with remote
119-
VMs
115+
description: Whether to enable privileged mode, should be used only with remote VMs
120116
name: privileged-nested
121117
type: string
118+
- name: buildah-format
119+
default: docker
120+
type: string
121+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
122+
- name: enable-cache-proxy
123+
default: 'false'
124+
description: Enable cache proxy configuration
125+
type: string
122126
results:
123127
- description: ""
124128
name: IMAGE_URL
@@ -141,12 +145,14 @@ spec:
141145
value: $(params.rebuild)
142146
- name: skip-checks
143147
value: $(params.skip-checks)
148+
- name: enable-cache-proxy
149+
value: $(params.enable-cache-proxy)
144150
taskRef:
145151
params:
146152
- name: name
147153
value: init
148154
- name: bundle
149-
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:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
150156
- name: kind
151157
value: task
152158
resolver: bundles
@@ -167,7 +173,7 @@ spec:
167173
- name: name
168174
value: git-clone-oci-ta
169175
- name: bundle
170-
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:56f65a16d3d0485c64ad85af2c1f3e9b0bb4d02d63f2fd0ebb9498d219ca723d
171177
- name: kind
172178
value: task
173179
resolver: bundles
@@ -196,7 +202,7 @@ spec:
196202
- name: name
197203
value: prefetch-dependencies-oci-ta
198204
- name: bundle
199-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
205+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:36207773434bfad80fc3991d3ccca409d8429dbf5974c4dcd8d54145235b4b7b
200206
- name: kind
201207
value: task
202208
resolver: bundles
@@ -232,14 +238,20 @@ spec:
232238
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
233239
- name: CACHI2_ARTIFACT
234240
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
241+
- name: BUILDAH_FORMAT
242+
value: $(params.buildah-format)
243+
- name: HTTP_PROXY
244+
value: $(tasks.init.results.http-proxy)
245+
- name: NO_PROXY
246+
value: $(tasks.init.results.no-proxy)
235247
runAfter:
236248
- prefetch-dependencies
237249
taskRef:
238250
params:
239251
- name: name
240252
value: buildah-oci-ta
241253
- name: bundle
242-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:9e9bac2044d6231b44114046b9d528c135388699365f0f210ee810c01bd4d702
254+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:7d5818e082e5534cf63946c1a1d380c0ee6b10b5c915340368c9ca081b97c02a
243255
- name: kind
244256
value: task
245257
resolver: bundles
@@ -261,14 +273,16 @@ spec:
261273
- name: IMAGES
262274
value:
263275
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
276+
- name: BUILDAH_FORMAT
277+
value: $(params.buildah-format)
264278
runAfter:
265279
- build-container
266280
taskRef:
267281
params:
268282
- name: name
269283
value: build-image-index
270284
- name: bundle
271-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
285+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:985d1efe861b02524a7679ecd855624b3d4e3a2e835b6f8a97ec7d135898ec0b
272286
- name: kind
273287
value: task
274288
resolver: bundles
@@ -294,7 +308,7 @@ spec:
294308
- name: name
295309
value: source-build-oci-ta
296310
- name: bundle
297-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
311+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
298312
- name: kind
299313
value: task
300314
resolver: bundles
@@ -320,7 +334,7 @@ spec:
320334
- name: name
321335
value: deprecated-image-check
322336
- name: bundle
323-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
337+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:808fe09bb5b8503de569de097ae5dd619a7488110f79e8e215e69862ee3fce6d
324338
- name: kind
325339
value: task
326340
resolver: bundles
@@ -342,7 +356,7 @@ spec:
342356
- name: name
343357
value: clair-scan
344358
- name: bundle
345-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
359+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:7c2a32de9021f16f6e8df08a55f539f12e00ea4d96f6fb37f9ea04167032c61f
346360
- name: kind
347361
value: task
348362
resolver: bundles
@@ -362,7 +376,7 @@ spec:
362376
- name: name
363377
value: ecosystem-cert-preflight-checks
364378
- name: bundle
365-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
379+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
366380
- name: kind
367381
value: task
368382
resolver: bundles
@@ -388,7 +402,7 @@ spec:
388402
- name: name
389403
value: sast-snyk-check-oci-ta
390404
- name: bundle
391-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
405+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
392406
- name: kind
393407
value: task
394408
resolver: bundles
@@ -410,7 +424,7 @@ spec:
410424
- name: name
411425
value: clamav-scan
412426
- name: bundle
413-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
427+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
414428
- name: kind
415429
value: task
416430
resolver: bundles
@@ -455,7 +469,7 @@ spec:
455469
- name: name
456470
value: sast-coverity-check-oci-ta
457471
- name: bundle
458-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
472+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
459473
- name: kind
460474
value: task
461475
resolver: bundles
@@ -476,7 +490,7 @@ spec:
476490
- name: name
477491
value: coverity-availability-check
478492
- name: bundle
479-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
493+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
480494
- name: kind
481495
value: task
482496
resolver: bundles
@@ -502,7 +516,7 @@ spec:
502516
- name: name
503517
value: sast-shell-check-oci-ta
504518
- name: bundle
505-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
519+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
506520
- name: kind
507521
value: task
508522
resolver: bundles
@@ -528,7 +542,7 @@ spec:
528542
- name: name
529543
value: sast-unicode-check-oci-ta
530544
- name: bundle
531-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:3f99dc4634a62e1530324cd565d12323ca82be3cfa8a031a36b210becfa7b552
545+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
532546
- name: kind
533547
value: task
534548
resolver: bundles
@@ -550,7 +564,7 @@ spec:
550564
- name: name
551565
value: apply-tags
552566
- name: bundle
553-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
567+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:c89cd10b2a3f4c43789c5f06ef2b86f528b28f156c20af5e751fa8c0facd457d
554568
- name: kind
555569
value: task
556570
resolver: bundles
@@ -573,7 +587,7 @@ spec:
573587
- name: name
574588
value: push-dockerfile-oci-ta
575589
- name: bundle
576-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
590+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
577591
- name: kind
578592
value: task
579593
resolver: bundles

0 commit comments

Comments
 (0)