Skip to content

Commit

Permalink
Remove deprecated params from konflux (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCazade authored Sep 6, 2024
1 parent f106885 commit 8b029a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .tekton/network-observability-operator-bundle-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,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
2 changes: 0 additions & 2 deletions .tekton/network-observability-operator-fbc-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,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
2 changes: 0 additions & 2 deletions .tekton/network-observability-operator-fbc-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,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

0 comments on commit 8b029a2

Please sign in to comment.