Skip to content

Commit 91f1043

Browse files
chore(deps): update konflux references (#2453)
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 50dde9e commit 91f1043

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.tekton/scanner-component-pipeline.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ spec:
141141
type: array
142142
description: Additional labels to put on the built containers.
143143

144+
- name: enable-cache-proxy
145+
default: 'false'
146+
description: Enable cache proxy configuration
147+
type: string
144148
results:
145149
- description: ""
146150
name: IMAGE_URL
@@ -174,12 +178,14 @@ spec:
174178
value: $(params.rebuild)
175179
- name: skip-checks
176180
value: $(params.skip-checks)
181+
- name: enable-cache-proxy
182+
value: $(params.enable-cache-proxy)
177183
taskRef:
178184
params:
179185
- name: name
180186
value: init
181187
- name: bundle
182-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
188+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a558472b2ff44c4179ae97e90b35098dc2ca1456caf8c16c76f38c6863042c81
183189
- name: kind
184190
value: task
185191
resolver: bundles
@@ -603,7 +609,7 @@ spec:
603609
- name: name
604610
value: rpms-signature-scan
605611
- name: bundle
606-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:f07afcc3eddc7f34ccd29158250b2818499ae7a1c8a8669891bc377fd2742f7e
612+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:90c2b32ebf0a00f42c0c1d1675feb75ba71793ad1a4c22ddea7cdc71ed997a04
607613
- name: kind
608614
value: task
609615
resolver: bundles

0 commit comments

Comments
 (0)