Skip to content

Commit 2f36f3a

Browse files
chore(deps): update konflux references (#5539)
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 4d243d8 commit 2f36f3a

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.tekton/automation-hub-frontend-pull-request.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ spec:
129129
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
130130
name: build-args-file
131131
type: string
132+
- name: buildah-format
133+
default: docker
134+
type: string
135+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
132136
results:
133137
- description: ''
134138
name: IMAGE_URL
@@ -156,7 +160,7 @@ spec:
156160
- name: name
157161
value: init
158162
- name: bundle
159-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
163+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
160164
- name: kind
161165
value: task
162166
resolver: bundles
@@ -235,6 +239,8 @@ spec:
235239
- $(params.build-args[*])
236240
- name: BUILD_ARGS_FILE
237241
value: $(params.build-args-file)
242+
- name: BUILDAH_FORMAT
243+
value: $(params.buildah-format)
238244
runAfter:
239245
- prefetch-dependencies
240246
taskRef:
@@ -267,6 +273,8 @@ spec:
267273
- name: IMAGES
268274
value:
269275
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
276+
- name: BUILDAH_FORMAT
277+
value: $(params.buildah-format)
270278
runAfter:
271279
- build-container
272280
taskRef:
@@ -389,7 +397,7 @@ spec:
389397
- name: name
390398
value: sast-snyk-check
391399
- name: bundle
392-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:646d3d668451e29f8393ff169a3e2f165d0f297e6e20001203078712688a0fef
400+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:b487b08bd617d28adb47ee7c217b148b26b22bf906775b9f0ae7055acd042416
393401
- name: kind
394402
value: task
395403
resolver: bundles

.tekton/automation-hub-frontend-push.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ spec:
126126
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
127127
name: build-args-file
128128
type: string
129+
- name: buildah-format
130+
default: docker
131+
type: string
132+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
129133
results:
130134
- description: ''
131135
name: IMAGE_URL
@@ -153,7 +157,7 @@ spec:
153157
- name: name
154158
value: init
155159
- name: bundle
156-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
160+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
157161
- name: kind
158162
value: task
159163
resolver: bundles
@@ -232,6 +236,8 @@ spec:
232236
- $(params.build-args[*])
233237
- name: BUILD_ARGS_FILE
234238
value: $(params.build-args-file)
239+
- name: BUILDAH_FORMAT
240+
value: $(params.buildah-format)
235241
runAfter:
236242
- prefetch-dependencies
237243
taskRef:
@@ -264,6 +270,8 @@ spec:
264270
- name: IMAGES
265271
value:
266272
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
273+
- name: BUILDAH_FORMAT
274+
value: $(params.buildah-format)
267275
runAfter:
268276
- build-container
269277
taskRef:
@@ -386,7 +394,7 @@ spec:
386394
- name: name
387395
value: sast-snyk-check
388396
- name: bundle
389-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:646d3d668451e29f8393ff169a3e2f165d0f297e6e20001203078712688a0fef
397+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:b487b08bd617d28adb47ee7c217b148b26b22bf906775b9f0ae7055acd042416
390398
- name: kind
391399
value: task
392400
resolver: bundles

0 commit comments

Comments
 (0)