Skip to content

Commit

Permalink
manually migrate deprecated-base-image-check 0.3 -> 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskandro committed May 3, 2024
1 parent 72bd99d commit d6d823a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/multiarch-tuning-operator-bundle-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container-amd64.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container-amd64.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container-amd64.results.IMAGE_DIGEST)
taskRef:
params:
- name: name
Expand Down
4 changes: 4 additions & 0 deletions .tekton/multiarch-tuning-operator-bundle-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container-amd64.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container-amd64.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container-amd64.results.IMAGE_DIGEST)
taskRef:
params:
- name: name
Expand Down
4 changes: 4 additions & 0 deletions .tekton/multiarch-tuning-operator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container-amd64.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container-amd64.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container-amd64.results.IMAGE_DIGEST)
taskRef:
params:
- name: name
Expand Down
4 changes: 4 additions & 0 deletions .tekton/multiarch-tuning-operator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container-amd64.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container-amd64.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container-amd64.results.IMAGE_DIGEST)
taskRef:
params:
- name: name
Expand Down

0 comments on commit d6d823a

Please sign in to comment.