Skip to content

Commit 9ff669f

Browse files
Update Konflux references (#318)
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 72ee3d3 commit 9ff669f

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.tekton/cluster-api-webhook-config-mce-210-pull-request.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ spec:
114114
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
115115
name: build-platforms
116116
type: array
117+
- name: buildah-format
118+
default: docker
119+
type: string
120+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
117121
results:
118122
- description: ""
119123
name: IMAGE_URL
@@ -141,7 +145,7 @@ spec:
141145
- name: name
142146
value: init
143147
- name: bundle
144-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
145149
- name: kind
146150
value: task
147151
resolver: bundles
@@ -232,14 +236,16 @@ spec:
232236
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
233237
- name: IMAGE_APPEND_PLATFORM
234238
value: "true"
239+
- name: BUILDAH_FORMAT
240+
value: $(params.buildah-format)
235241
runAfter:
236242
- prefetch-dependencies
237243
taskRef:
238244
params:
239245
- name: name
240246
value: buildah-remote-oci-ta
241247
- name: bundle
242-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:a60e433e02bfda6811719690edbf1e924820d107ad658c8a9690498d4c7e9c7b
248+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
243249
- name: kind
244250
value: task
245251
resolver: bundles
@@ -261,6 +267,8 @@ spec:
261267
- name: IMAGES
262268
value:
263269
- $(tasks.build-images.results.IMAGE_REF[*])
270+
- name: BUILDAH_FORMAT
271+
value: $(params.buildah-format)
264272
runAfter:
265273
- build-images
266274
taskRef:

.tekton/cluster-api-webhook-config-mce-210-push.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ spec:
114114
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
115115
name: build-platforms
116116
type: array
117+
- name: buildah-format
118+
default: docker
119+
type: string
120+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
117121
results:
118122
- description: ""
119123
name: IMAGE_URL
@@ -141,7 +145,7 @@ spec:
141145
- name: name
142146
value: init
143147
- name: bundle
144-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
145149
- name: kind
146150
value: task
147151
resolver: bundles
@@ -232,14 +236,16 @@ spec:
232236
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
233237
- name: IMAGE_APPEND_PLATFORM
234238
value: "true"
239+
- name: BUILDAH_FORMAT
240+
value: $(params.buildah-format)
235241
runAfter:
236242
- prefetch-dependencies
237243
taskRef:
238244
params:
239245
- name: name
240246
value: buildah-remote-oci-ta
241247
- name: bundle
242-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:a60e433e02bfda6811719690edbf1e924820d107ad658c8a9690498d4c7e9c7b
248+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
243249
- name: kind
244250
value: task
245251
resolver: bundles
@@ -261,6 +267,8 @@ spec:
261267
- name: IMAGES
262268
value:
263269
- $(tasks.build-images.results.IMAGE_REF[*])
270+
- name: BUILDAH_FORMAT
271+
value: $(params.buildah-format)
264272
runAfter:
265273
- build-images
266274
taskRef:

0 commit comments

Comments
 (0)