Skip to content

Commit ad7bfaf

Browse files
chore(deps): update konflux references (#651)
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 4193ba4 commit ad7bfaf

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

.tekton/devfile-registry-main-pull-request.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ spec:
131131
default: docker
132132
type: string
133133
description: The format for the resulting image's mediaType. Valid values are oci or docker.
134+
- name: enable-cache-proxy
135+
default: 'false'
136+
description: Enable cache proxy configuration
137+
type: string
134138
results:
135139
- description: ""
136140
name: IMAGE_URL
@@ -153,12 +157,14 @@ spec:
153157
value: $(params.rebuild)
154158
- name: skip-checks
155159
value: $(params.skip-checks)
160+
- name: enable-cache-proxy
161+
value: $(params.enable-cache-proxy)
156162
taskRef:
157163
params:
158164
- name: name
159165
value: init
160166
- name: bundle
161-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
167+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a558472b2ff44c4179ae97e90b35098dc2ca1456caf8c16c76f38c6863042c81
162168
- name: kind
163169
value: task
164170
resolver: bundles
@@ -353,7 +359,7 @@ spec:
353359
- name: name
354360
value: clair-scan
355361
- name: bundle
356-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
362+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
357363
- name: kind
358364
value: task
359365
resolver: bundles
@@ -598,7 +604,7 @@ spec:
598604
- name: name
599605
value: rpms-signature-scan
600606
- name: bundle
601-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:13cf619a8c24e5a565f1b3f20f6998273d3108a2866e04076b6f0dd967251af3
607+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:4e6b53c8fb328683184ed8be5795c137b4bbca79b5dfca67ef060e1c131a1247
602608
- name: kind
603609
value: task
604610
resolver: bundles

.tekton/devfile-registry-main-push.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ spec:
128128
default: docker
129129
type: string
130130
description: The format for the resulting image's mediaType. Valid values are oci or docker.
131+
- name: enable-cache-proxy
132+
default: 'false'
133+
description: Enable cache proxy configuration
134+
type: string
131135
results:
132136
- description: ""
133137
name: IMAGE_URL
@@ -150,12 +154,14 @@ spec:
150154
value: $(params.rebuild)
151155
- name: skip-checks
152156
value: $(params.skip-checks)
157+
- name: enable-cache-proxy
158+
value: $(params.enable-cache-proxy)
153159
taskRef:
154160
params:
155161
- name: name
156162
value: init
157163
- name: bundle
158-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
164+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a558472b2ff44c4179ae97e90b35098dc2ca1456caf8c16c76f38c6863042c81
159165
- name: kind
160166
value: task
161167
resolver: bundles
@@ -350,7 +356,7 @@ spec:
350356
- name: name
351357
value: clair-scan
352358
- name: bundle
353-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
359+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
354360
- name: kind
355361
value: task
356362
resolver: bundles
@@ -598,7 +604,7 @@ spec:
598604
- name: name
599605
value: rpms-signature-scan
600606
- name: bundle
601-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:13cf619a8c24e5a565f1b3f20f6998273d3108a2866e04076b6f0dd967251af3
607+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:4e6b53c8fb328683184ed8be5795c137b4bbca79b5dfca67ef060e1c131a1247
602608
- name: kind
603609
value: task
604610
resolver: bundles

0 commit comments

Comments
 (0)