Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator: bump operator-sdk to v1.17.0, enhance bundle validation
v1.16.0 added "good-practices" checks. Apparently optional checks cannot be combined, so we now run validation twice. There is one warning (intel#1067) which wasn't seen earlier when using "make operator-validate-bundle" because warnings are not treated as failures and the output was suppressed. Now we check for warnings and at least show them, but still don't treat them as failure.
- Loading branch information