Skip to content

Commit

Permalink
🌱 [main] konflux: migration from 0.1 to 0.2 (#118)
Browse files Browse the repository at this point in the history
* konflux: migration from 0.1 to 0.2

Signed-off-by: zhujian <[email protected]>

* konflux: bump task-clamav-scan image

Signed-off-by: zhujian <[email protected]>

---------

Signed-off-by: zhujian <[email protected]>
Co-authored-by: zhujian <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and zhujian7 authored Jul 24, 2024
1 parent 576d673 commit a96c159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .tekton/managed-serviceaccount-mce-26-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ spec:
params:
- name: BINARY_IMAGE
value: $(params.output-image)
- name: BASE_IMAGES
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
runAfter:
- build-container
taskRef:
Expand All @@ -281,8 +279,6 @@ spec:
workspace: workspace
- name: deprecated-base-image-check
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
Expand Down Expand Up @@ -378,7 +374,7 @@ spec:
- name: name
value: clamav-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:ee0a3a13bc62b4f5cbd3d6adbe351bb414bf4d3b0d8d8d1829878103cfbe2656
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:a5742024c2755d3636110aea0b86d298660bb8b7708894674baec16bb90b7106
- name: kind
value: task
resolver: bundles
Expand Down
6 changes: 1 addition & 5 deletions .tekton/managed-serviceaccount-mce-26-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ spec:
params:
- name: BINARY_IMAGE
value: $(params.output-image)
- name: BASE_IMAGES
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
runAfter:
- build-container
taskRef:
Expand All @@ -278,8 +276,6 @@ spec:
workspace: workspace
- name: deprecated-base-image-check
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
Expand Down Expand Up @@ -375,7 +371,7 @@ spec:
- name: name
value: clamav-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:ee0a3a13bc62b4f5cbd3d6adbe351bb414bf4d3b0d8d8d1829878103cfbe2656
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:a5742024c2755d3636110aea0b86d298660bb8b7708894674baec16bb90b7106
- name: kind
value: task
resolver: bundles
Expand Down

0 comments on commit a96c159

Please sign in to comment.