Skip to content

Commit 2f98d42

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

File tree

4 files changed

+104
-76
lines changed

4 files changed

+104
-76
lines changed

.tekton/maestro-e2e-pull-request.yaml

Lines changed: 32 additions & 28 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-
== "main"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: maestro
1615
appstudio.openshift.io/component: maestro-e2e
@@ -49,13 +48,11 @@ spec:
4948
name: output-image
5049
type: string
5150
- default: .
52-
description: Path to the source code of an application's component from where
53-
to build image.
51+
description: Path to the source code of an application's component from where to build image.
5452
name: path-context
5553
type: string
5654
- default: Dockerfile
57-
description: Path to the Dockerfile inside the context specified by parameter
58-
path-context
55+
description: Path to the Dockerfile inside the context specified by parameter path-context
5956
name: dockerfile
6057
type: string
6158
- default: "false"
@@ -75,8 +72,7 @@ spec:
7572
name: prefetch-input
7673
type: string
7774
- default: ""
78-
description: Image tag expiration time, time values could be something like
79-
1h, 2d, 3w for hours, days, and weeks, respectively.
75+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8076
name: image-expires-after
8177
type: string
8278
- default: "false"
@@ -88,8 +84,7 @@ spec:
8884
name: build-image-index
8985
type: string
9086
- default: docker
91-
description: The format for the resulting image's mediaType. Valid values are
92-
oci or docker.
87+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9388
name: buildah-format
9489
type: string
9590
- default: []
@@ -101,10 +96,13 @@ spec:
10196
name: build-args-file
10297
type: string
10398
- default: "false"
104-
description: Whether to enable privileged mode, should be used only with remote
105-
VMs
99+
description: Whether to enable privileged mode, should be used only with remote VMs
106100
name: privileged-nested
107101
type: string
102+
- name: enable-cache-proxy
103+
default: 'false'
104+
description: Enable cache proxy configuration
105+
type: string
108106
results:
109107
- description: ""
110108
name: IMAGE_URL
@@ -127,12 +125,14 @@ spec:
127125
value: $(params.rebuild)
128126
- name: skip-checks
129127
value: $(params.skip-checks)
128+
- name: enable-cache-proxy
129+
value: $(params.enable-cache-proxy)
130130
taskRef:
131131
params:
132132
- name: name
133133
value: init
134134
- name: bundle
135-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
135+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
136136
- name: kind
137137
value: task
138138
resolver: bundles
@@ -153,7 +153,7 @@ spec:
153153
- name: name
154154
value: git-clone-oci-ta
155155
- name: bundle
156-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
156+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:56f65a16d3d0485c64ad85af2c1f3e9b0bb4d02d63f2fd0ebb9498d219ca723d
157157
- name: kind
158158
value: task
159159
resolver: bundles
@@ -182,7 +182,7 @@ spec:
182182
- name: name
183183
value: prefetch-dependencies-oci-ta
184184
- name: bundle
185-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
185+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:36207773434bfad80fc3991d3ccca409d8429dbf5974c4dcd8d54145235b4b7b
186186
- name: kind
187187
value: task
188188
resolver: bundles
@@ -222,14 +222,18 @@ spec:
222222
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
223223
- name: CACHI2_ARTIFACT
224224
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
225+
- name: HTTP_PROXY
226+
value: $(tasks.init.results.http-proxy)
227+
- name: NO_PROXY
228+
value: $(tasks.init.results.no-proxy)
225229
runAfter:
226230
- prefetch-dependencies
227231
taskRef:
228232
params:
229233
- name: name
230234
value: buildah-oci-ta
231235
- name: bundle
232-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:916781b75e5f42a2e0b578b3ab3418e8bcc305168b2cd26ff41c8057e5c9ec28
236+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:7d5818e082e5534cf63946c1a1d380c0ee6b10b5c915340368c9ca081b97c02a
233237
- name: kind
234238
value: task
235239
resolver: bundles
@@ -260,7 +264,7 @@ spec:
260264
- name: name
261265
value: build-image-index
262266
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
267+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:985d1efe861b02524a7679ecd855624b3d4e3a2e835b6f8a97ec7d135898ec0b
264268
- name: kind
265269
value: task
266270
resolver: bundles
@@ -286,7 +290,7 @@ spec:
286290
- name: name
287291
value: source-build-oci-ta
288292
- name: bundle
289-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
293+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
290294
- name: kind
291295
value: task
292296
resolver: bundles
@@ -312,7 +316,7 @@ spec:
312316
- name: name
313317
value: deprecated-image-check
314318
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
319+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:808fe09bb5b8503de569de097ae5dd619a7488110f79e8e215e69862ee3fce6d
316320
- name: kind
317321
value: task
318322
resolver: bundles
@@ -334,7 +338,7 @@ spec:
334338
- name: name
335339
value: clair-scan
336340
- name: bundle
337-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
341+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:654b989d7cdc03d082e56f216a29de04847215ee379a8d9ca315e453ad2b15c2
338342
- name: kind
339343
value: task
340344
resolver: bundles
@@ -380,7 +384,7 @@ spec:
380384
- name: name
381385
value: sast-snyk-check-oci-ta
382386
- name: bundle
383-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
387+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:49b7d09db82e6cad98152db8f16707ca3d90a1709e846e3ed8c91a433c88724f
384388
- name: kind
385389
value: task
386390
resolver: bundles
@@ -402,7 +406,7 @@ spec:
402406
- name: name
403407
value: clamav-scan
404408
- name: bundle
405-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
409+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:7a4b05f4663fa5a06aeeb771f754d4a4fcf33d299d8cd5f6166b48868ceabb23
406410
- name: kind
407411
value: task
408412
resolver: bundles
@@ -447,7 +451,7 @@ spec:
447451
- name: name
448452
value: sast-coverity-check-oci-ta
449453
- name: bundle
450-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
454+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9978b6163d54473a72ded5eb9b75d9ffae92118e544c7b96dc805cd66870b12d
451455
- name: kind
452456
value: task
453457
resolver: bundles
@@ -468,7 +472,7 @@ spec:
468472
- name: name
469473
value: coverity-availability-check
470474
- name: bundle
471-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
475+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:267d5bc069a0323f41e24732ddfd1057e5c639e853d1e620c67505fab78f1301
472476
- name: kind
473477
value: task
474478
resolver: bundles
@@ -494,7 +498,7 @@ spec:
494498
- name: name
495499
value: sast-shell-check-oci-ta
496500
- name: bundle
497-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
501+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
498502
- name: kind
499503
value: task
500504
resolver: bundles
@@ -520,7 +524,7 @@ spec:
520524
- name: name
521525
value: sast-unicode-check-oci-ta
522526
- name: bundle
523-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
527+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:8817f5081c10d9debf25601d6d99d7eddde19435be1ff24741d9025931639959
524528
- name: kind
525529
value: task
526530
resolver: bundles
@@ -565,7 +569,7 @@ spec:
565569
- name: name
566570
value: rpms-signature-scan
567571
- name: bundle
568-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:0b10508c82ccb0f5a06a66ce7af56e9bfd40651ddefdf0f499988e897771ee28
572+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:aa544e5e1bd5d1fc671181ecbdcd846e4adca8681a4024b6ac2276639711da5c
569573
- name: kind
570574
value: task
571575
resolver: bundles

0 commit comments

Comments
 (0)