Skip to content

Commit 0cde5d2

Browse files
chore(deps): update konflux references to a558472 (#293)
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 7284c58 commit 0cde5d2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ spec:
109109
default: docker
110110
type: string
111111
description: The format for the resulting image's mediaType. Valid values are oci or docker.
112+
- name: enable-cache-proxy
113+
default: 'false'
114+
description: Enable cache proxy configuration
115+
type: string
112116
results:
113117
- description: ""
114118
name: IMAGE_URL
@@ -131,12 +135,14 @@ spec:
131135
value: $(params.rebuild)
132136
- name: skip-checks
133137
value: $(params.skip-checks)
138+
- name: enable-cache-proxy
139+
value: $(params.enable-cache-proxy)
134140
taskRef:
135141
params:
136142
- name: name
137143
value: init
138144
- name: bundle
139-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
145+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a558472b2ff44c4179ae97e90b35098dc2ca1456caf8c16c76f38c6863042c81
140146
- name: kind
141147
value: task
142148
resolver: bundles

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ spec:
106106
default: docker
107107
type: string
108108
description: The format for the resulting image's mediaType. Valid values are oci or docker.
109+
- name: enable-cache-proxy
110+
default: 'false'
111+
description: Enable cache proxy configuration
112+
type: string
109113
results:
110114
- description: ""
111115
name: IMAGE_URL
@@ -128,12 +132,14 @@ spec:
128132
value: $(params.rebuild)
129133
- name: skip-checks
130134
value: $(params.skip-checks)
135+
- name: enable-cache-proxy
136+
value: $(params.enable-cache-proxy)
131137
taskRef:
132138
params:
133139
- name: name
134140
value: init
135141
- name: bundle
136-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
142+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a558472b2ff44c4179ae97e90b35098dc2ca1456caf8c16c76f38c6863042c81
137143
- name: kind
138144
value: task
139145
resolver: bundles

0 commit comments

Comments
 (0)