Skip to content

Commit 24a8d89

Browse files
chore(deps): update konflux references to 526a104
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 111c757 commit 24a8d89

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.tekton/secondary-scheduler-operator-fbc-4-17-pull-request.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ spec:
118118
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.
119119
name: build-platforms
120120
type: array
121+
- name: buildah-format
122+
default: oci
123+
type: string
124+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
121125
results:
122126
- description: ""
123127
name: IMAGE_URL
@@ -145,7 +149,7 @@ spec:
145149
- name: name
146150
value: init
147151
- name: bundle
148-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
152+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
149153
- name: kind
150154
value: task
151155
resolver: bundles
@@ -236,6 +240,8 @@ spec:
236240
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
237241
- name: IMAGE_APPEND_PLATFORM
238242
value: "true"
243+
- name: BUILDAH_FORMAT
244+
value: $(params.buildah-format)
239245
runAfter:
240246
- clone-repository
241247
taskRef:
@@ -265,6 +271,8 @@ spec:
265271
- name: IMAGES
266272
value:
267273
- $(tasks.build-images.results.IMAGE_REF[*])
274+
- name: BUILDAH_FORMAT
275+
value: $(params.buildah-format)
268276
runAfter:
269277
- build-images
270278
taskRef:

.tekton/secondary-scheduler-operator-fbc-4-17-push.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ spec:
115115
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.
116116
name: build-platforms
117117
type: array
118+
- name: buildah-format
119+
default: oci
120+
type: string
121+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
118122
results:
119123
- description: ""
120124
name: IMAGE_URL
@@ -142,7 +146,7 @@ spec:
142146
- name: name
143147
value: init
144148
- name: bundle
145-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
149+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
146150
- name: kind
147151
value: task
148152
resolver: bundles
@@ -233,6 +237,8 @@ spec:
233237
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
234238
- name: IMAGE_APPEND_PLATFORM
235239
value: "true"
240+
- name: BUILDAH_FORMAT
241+
value: $(params.buildah-format)
236242
runAfter:
237243
- clone-repository
238244
taskRef:
@@ -262,6 +268,8 @@ spec:
262268
- name: IMAGES
263269
value:
264270
- $(tasks.build-images.results.IMAGE_REF[*])
271+
- name: BUILDAH_FORMAT
272+
value: $(params.buildah-format)
265273
runAfter:
266274
- build-images
267275
taskRef:

0 commit comments

Comments
 (0)