diff --git a/.tekton/bpfman-operator-catalog-pull-request.yaml b/.tekton/bpfman-operator-catalog-pull-request.yaml index 25ea6bf68..dba4a171f 100644 --- a/.tekton/bpfman-operator-catalog-pull-request.yaml +++ b/.tekton/bpfman-operator-catalog-pull-request.yaml @@ -207,8 +207,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 @@ -321,8 +319,6 @@ spec: value: $(tasks.build-container.results.IMAGE_URL) - name: IMAGE_DIGEST value: $(tasks.build-container.results.IMAGE_DIGEST) - - name: BASE_IMAGE - value: $(tasks.inspect-image.results.BASE_IMAGE) runAfter: - inspect-image taskRef: diff --git a/.tekton/bpfman-operator-catalog-push.yaml b/.tekton/bpfman-operator-catalog-push.yaml index 29d800fda..5cbd92aa6 100644 --- a/.tekton/bpfman-operator-catalog-push.yaml +++ b/.tekton/bpfman-operator-catalog-push.yaml @@ -204,8 +204,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 @@ -318,8 +316,6 @@ spec: value: $(tasks.build-container.results.IMAGE_URL) - name: IMAGE_DIGEST value: $(tasks.build-container.results.IMAGE_DIGEST) - - name: BASE_IMAGE - value: $(tasks.inspect-image.results.BASE_IMAGE) runAfter: - inspect-image taskRef: