File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ spec:
173173 - name : name
174174 value : init
175175 - name : bundle
176- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a558472b2ff44c4179ae97e90b35098dc2ca1456caf8c16c76f38c6863042c81
176+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
177177 - name : kind
178178 value : task
179179 resolver : bundles
@@ -309,6 +309,10 @@ spec:
309309 value : [ "$(params.extra-labels[*])" ]
310310 - name : BUILD_TIMESTAMP
311311 value : " $(tasks.clone-repository.results.commit-timestamp)"
312+ - name : HTTP_PROXY
313+ value : $(tasks.init.results.http-proxy)
314+ - name : NO_PROXY
315+ value : $(tasks.init.results.no-proxy)
312316 taskRef :
313317 params :
314318 - name : name
@@ -578,7 +582,7 @@ spec:
578582 - name : name
579583 value : rpms-signature-scan
580584 - name : bundle
581- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:90c2b32ebf0a00f42c0c1d1675feb75ba71793ad1a4c22ddea7cdc71ed997a04
585+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:6fbbfadb934283fdd22e13cdf6636d6c61b33f8bcc9771aae4ba490ef5c5f28c
582586 - name : kind
583587 value : task
584588 resolver : bundles
You can’t perform that action at this time.
0 commit comments