File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ spec:
185185 - name : name
186186 value : init
187187 - name : bundle
188- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a558472b2ff44c4179ae97e90b35098dc2ca1456caf8c16c76f38c6863042c81
188+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
189189 - name : kind
190190 value : task
191191 resolver : bundles
@@ -341,6 +341,10 @@ spec:
341341 value : [ "$(params.extra-labels[*])" ]
342342 - name : BUILD_TIMESTAMP
343343 value : " $(tasks.clone-repository.results.commit-timestamp)"
344+ - name : HTTP_PROXY
345+ value : $(tasks.init.results.http-proxy)
346+ - name : NO_PROXY
347+ value : $(tasks.init.results.no-proxy)
344348 taskRef :
345349 params :
346350 - name : name
You can’t perform that action at this time.
0 commit comments