Skip to content

Commit 0d109a3

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

File tree

4 files changed

+90
-62
lines changed

4 files changed

+90
-62
lines changed

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

Lines changed: 26 additions & 22 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:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
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:eeb86e8739801237bbefa84e1ab7873c887ca598ef859dd6d06548948b11b95f
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:3fceeec3d369a134e858a02d136e36f5a5e1c50e5d9a5d9af7dd02858c0a5e33
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:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
384388
- name: kind
385389
value: task
386390
resolver: bundles

.tekton/maestro-e2e-push.yaml

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "main"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: maestro
1514
appstudio.openshift.io/component: maestro-e2e
@@ -46,13 +45,11 @@ spec:
4645
name: output-image
4746
type: string
4847
- default: .
49-
description: Path to the source code of an application's component from where
50-
to build image.
48+
description: Path to the source code of an application's component from where to build image.
5149
name: path-context
5250
type: string
5351
- default: Dockerfile
54-
description: Path to the Dockerfile inside the context specified by parameter
55-
path-context
52+
description: Path to the Dockerfile inside the context specified by parameter path-context
5653
name: dockerfile
5754
type: string
5855
- default: "false"
@@ -72,8 +69,7 @@ spec:
7269
name: prefetch-input
7370
type: string
7471
- default: ""
75-
description: Image tag expiration time, time values could be something like
76-
1h, 2d, 3w for hours, days, and weeks, respectively.
72+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
7773
name: image-expires-after
7874
type: string
7975
- default: "false"
@@ -85,8 +81,7 @@ spec:
8581
name: build-image-index
8682
type: string
8783
- default: docker
88-
description: The format for the resulting image's mediaType. Valid values are
89-
oci or docker.
84+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9085
name: buildah-format
9186
type: string
9287
- default: []
@@ -98,10 +93,13 @@ spec:
9893
name: build-args-file
9994
type: string
10095
- default: "false"
101-
description: Whether to enable privileged mode, should be used only with remote
102-
VMs
96+
description: Whether to enable privileged mode, should be used only with remote VMs
10397
name: privileged-nested
10498
type: string
99+
- name: enable-cache-proxy
100+
default: 'false'
101+
description: Enable cache proxy configuration
102+
type: string
105103
results:
106104
- description: ""
107105
name: IMAGE_URL
@@ -124,12 +122,14 @@ spec:
124122
value: $(params.rebuild)
125123
- name: skip-checks
126124
value: $(params.skip-checks)
125+
- name: enable-cache-proxy
126+
value: $(params.enable-cache-proxy)
127127
taskRef:
128128
params:
129129
- name: name
130130
value: init
131131
- name: bundle
132-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
132+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
133133
- name: kind
134134
value: task
135135
resolver: bundles
@@ -150,7 +150,7 @@ spec:
150150
- name: name
151151
value: git-clone-oci-ta
152152
- name: bundle
153-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
153+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:56f65a16d3d0485c64ad85af2c1f3e9b0bb4d02d63f2fd0ebb9498d219ca723d
154154
- name: kind
155155
value: task
156156
resolver: bundles
@@ -179,7 +179,7 @@ spec:
179179
- name: name
180180
value: prefetch-dependencies-oci-ta
181181
- name: bundle
182-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
182+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
183183
- name: kind
184184
value: task
185185
resolver: bundles
@@ -219,14 +219,18 @@ spec:
219219
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
220220
- name: CACHI2_ARTIFACT
221221
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
222+
- name: HTTP_PROXY
223+
value: $(tasks.init.results.http-proxy)
224+
- name: NO_PROXY
225+
value: $(tasks.init.results.no-proxy)
222226
runAfter:
223227
- prefetch-dependencies
224228
taskRef:
225229
params:
226230
- name: name
227231
value: buildah-oci-ta
228232
- name: bundle
229-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:916781b75e5f42a2e0b578b3ab3418e8bcc305168b2cd26ff41c8057e5c9ec28
233+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:eeb86e8739801237bbefa84e1ab7873c887ca598ef859dd6d06548948b11b95f
230234
- name: kind
231235
value: task
232236
resolver: bundles
@@ -257,7 +261,7 @@ spec:
257261
- name: name
258262
value: build-image-index
259263
- name: bundle
260-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
264+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:985d1efe861b02524a7679ecd855624b3d4e3a2e835b6f8a97ec7d135898ec0b
261265
- name: kind
262266
value: task
263267
resolver: bundles
@@ -283,7 +287,7 @@ spec:
283287
- name: name
284288
value: source-build-oci-ta
285289
- name: bundle
286-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
290+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
287291
- name: kind
288292
value: task
289293
resolver: bundles
@@ -309,7 +313,7 @@ spec:
309313
- name: name
310314
value: deprecated-image-check
311315
- name: bundle
312-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
316+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:808fe09bb5b8503de569de097ae5dd619a7488110f79e8e215e69862ee3fce6d
313317
- name: kind
314318
value: task
315319
resolver: bundles
@@ -331,7 +335,7 @@ spec:
331335
- name: name
332336
value: clair-scan
333337
- name: bundle
334-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
338+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:3fceeec3d369a134e858a02d136e36f5a5e1c50e5d9a5d9af7dd02858c0a5e33
335339
- name: kind
336340
value: task
337341
resolver: bundles
@@ -377,7 +381,7 @@ spec:
377381
- name: name
378382
value: sast-snyk-check-oci-ta
379383
- name: bundle
380-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
384+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
381385
- name: kind
382386
value: task
383387
resolver: bundles
@@ -539,7 +543,7 @@ spec:
539543
- name: name
540544
value: apply-tags
541545
- name: bundle
542-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
546+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:c89cd10b2a3f4c43789c5f06ef2b86f528b28f156c20af5e751fa8c0facd457d
543547
- name: kind
544548
value: task
545549
resolver: bundles

0 commit comments

Comments
 (0)