Skip to content

Commit 8cc960f

Browse files
chore(deps): update konflux references to d6a1010 (#2473)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 8f80595 commit 8cc960f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.tekton/scanner-component-pipeline.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)