Skip to content

Commit 2d6ca06

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 9d92f47 commit 2d6ca06

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

.tekton/resultsdb-frontend-pull-request.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ spec:
103103
VMs
104104
name: privileged-nested
105105
type: string
106+
- name: enable-cache-proxy
107+
default: 'false'
108+
description: Enable cache proxy configuration
109+
type: string
106110
results:
107111
- description: ""
108112
name: IMAGE_URL
@@ -125,12 +129,14 @@ spec:
125129
value: $(params.rebuild)
126130
- name: skip-checks
127131
value: $(params.skip-checks)
132+
- name: enable-cache-proxy
133+
value: $(params.enable-cache-proxy)
128134
taskRef:
129135
params:
130136
- name: name
131137
value: init
132138
- name: bundle
133-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
139+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
134140
- name: kind
135141
value: task
136142
resolver: bundles
@@ -151,7 +157,7 @@ spec:
151157
- name: name
152158
value: git-clone-oci-ta
153159
- name: bundle
154-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
160+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
155161
- name: kind
156162
value: task
157163
resolver: bundles
@@ -220,6 +226,10 @@ spec:
220226
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
221227
- name: CACHI2_ARTIFACT
222228
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
229+
- name: HTTP_PROXY
230+
value: $(tasks.init.results.http-proxy)
231+
- name: NO_PROXY
232+
value: $(tasks.init.results.no-proxy)
223233
runAfter:
224234
- prefetch-dependencies
225235
taskRef:
@@ -332,7 +342,7 @@ spec:
332342
- name: name
333343
value: clair-scan
334344
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
345+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
336346
- name: kind
337347
value: task
338348
resolver: bundles

.tekton/resultsdb-frontend-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ spec:
127127
- name: name
128128
value: init
129129
- name: bundle
130-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
130+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
131131
- name: kind
132132
value: task
133133
resolver: bundles
@@ -148,7 +148,7 @@ spec:
148148
- name: name
149149
value: git-clone-oci-ta
150150
- name: bundle
151-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
151+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
152152
- name: kind
153153
value: task
154154
resolver: bundles
@@ -329,7 +329,7 @@ spec:
329329
- name: name
330330
value: clair-scan
331331
- name: bundle
332-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
332+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
333333
- name: kind
334334
value: task
335335
resolver: bundles

0 commit comments

Comments
 (0)