Skip to content

Commit ef1462b

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a7aa23e commit ef1462b

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.tekton/charon-pull-request.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ spec:
108108
description: Whether to enable privileged mode, should be used only with remote VMs
109109
name: privileged-nested
110110
type: string
111+
- name: buildah-format
112+
default: docker
113+
type: string
114+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
111115
results:
112116
- description: ""
113117
name: IMAGE_URL
@@ -135,7 +139,7 @@ spec:
135139
- name: name
136140
value: init
137141
- name: bundle
138-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
142+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
139143
- name: kind
140144
value: task
141145
resolver: bundles
@@ -221,6 +225,8 @@ spec:
221225
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
222226
- name: CACHI2_ARTIFACT
223227
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
228+
- name: BUILDAH_FORMAT
229+
value: $(params.buildah-format)
224230
runAfter:
225231
- prefetch-dependencies
226232
taskRef:
@@ -250,6 +256,8 @@ spec:
250256
- name: IMAGES
251257
value:
252258
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
259+
- name: BUILDAH_FORMAT
260+
value: $(params.buildah-format)
253261
runAfter:
254262
- build-container
255263
taskRef:
@@ -377,7 +385,7 @@ spec:
377385
- name: name
378386
value: sast-snyk-check-oci-ta
379387
- name: bundle
380-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
388+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
381389
- name: kind
382390
value: task
383391
resolver: bundles

.tekton/charon-push.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ spec:
105105
description: Whether to enable privileged mode, should be used only with remote VMs
106106
name: privileged-nested
107107
type: string
108+
- name: buildah-format
109+
default: docker
110+
type: string
111+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
108112
results:
109113
- description: ""
110114
name: IMAGE_URL
@@ -132,7 +136,7 @@ spec:
132136
- name: name
133137
value: init
134138
- name: bundle
135-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
139+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
136140
- name: kind
137141
value: task
138142
resolver: bundles
@@ -218,6 +222,8 @@ spec:
218222
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
219223
- name: CACHI2_ARTIFACT
220224
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
225+
- name: BUILDAH_FORMAT
226+
value: $(params.buildah-format)
221227
runAfter:
222228
- prefetch-dependencies
223229
taskRef:
@@ -247,6 +253,8 @@ spec:
247253
- name: IMAGES
248254
value:
249255
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
256+
- name: BUILDAH_FORMAT
257+
value: $(params.buildah-format)
250258
runAfter:
251259
- build-container
252260
taskRef:
@@ -374,7 +382,7 @@ spec:
374382
- name: name
375383
value: sast-snyk-check-oci-ta
376384
- name: bundle
377-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
385+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
378386
- name: kind
379387
value: task
380388
resolver: bundles

0 commit comments

Comments
 (0)