Skip to content

Commit

Permalink
Ignore csv createdAt for the bundle verification
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Mar 13, 2024
1 parent 82e6692 commit 2aa9e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ verify-manifests: manifests $(YQ) ## Verify manifests update.

.PHONY: verify-bundle
verify-bundle: bundle $(YQ) ## Verify bundle update.
git diff -I' containerImage:' -I' image:' --exit-code ./bundle
git diff -I' createdAt:' -I' containerImage:' -I' image:' --exit-code ./bundle
[ -z "$$(git ls-files --other --exclude-standard --directory --no-empty-directory ./bundle)" ]
$(YQ) e -e '.metadata.annotations.containerImage == "$(OPERATOR_IMAGE)"' $(BUNDLE_CSV)
$(YQ) e -e '.spec.install.spec.deployments[0].spec.template.spec.containers[0].image == "$(OPERATOR_IMAGE)"' $(BUNDLE_CSV)
Expand Down

0 comments on commit 2aa9e16

Please sign in to comment.