Skip to content

Commit 4ce50b2

Browse files
chore(deps): update konflux references (#432)
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 5f61860 commit 4ce50b2

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.tekton/pipeline-ref.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ spec:
7979
default: docker
8080
type: string
8181
description: The format for the resulting image's mediaType. Valid values are oci or docker.
82+
- name: enable-cache-proxy
83+
default: 'false'
84+
description: Enable cache proxy configuration
85+
type: string
8286
results:
8387
- description: ""
8488
name: IMAGE_URL
@@ -101,12 +105,14 @@ spec:
101105
value: $(params.rebuild)
102106
- name: skip-checks
103107
value: $(params.skip-checks)
108+
- name: enable-cache-proxy
109+
value: $(params.enable-cache-proxy)
104110
taskRef:
105111
params:
106112
- name: name
107113
value: init
108114
- name: bundle
109-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
115+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
110116
- name: kind
111117
value: task
112118
resolver: bundles
@@ -127,7 +133,7 @@ spec:
127133
- name: name
128134
value: git-clone-oci-ta
129135
- name: bundle
130-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
136+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
131137
- name: kind
132138
value: task
133139
resolver: bundles
@@ -205,6 +211,10 @@ spec:
205211
value: "true"
206212
- name: BUILDAH_FORMAT
207213
value: $(params.buildah-format)
214+
- name: HTTP_PROXY
215+
value: $(tasks.init.results.http-proxy)
216+
- name: NO_PROXY
217+
value: $(tasks.init.results.no-proxy)
208218
runAfter:
209219
- prefetch-dependencies
210220
taskRef:
@@ -317,7 +327,7 @@ spec:
317327
- name: name
318328
value: rpms-signature-scan
319329
- name: bundle
320-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:13cf619a8c24e5a565f1b3f20f6998273d3108a2866e04076b6f0dd967251af3
330+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:90c2b32ebf0a00f42c0c1d1675feb75ba71793ad1a4c22ddea7cdc71ed997a04
321331
- name: kind
322332
value: task
323333
resolver: bundles
@@ -339,7 +349,7 @@ spec:
339349
- name: name
340350
value: clair-scan
341351
- name: bundle
342-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
352+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
343353
- name: kind
344354
value: task
345355
resolver: bundles

0 commit comments

Comments
 (0)