-
Story
-
Resolution: Unresolved
-
Medium
-
None
-
None
-
None
-
False
-
-
False
-
Not Selected
-
-
Goal
Update the Makefile bundle target to use new kustomize/OPM commands instead of operator-sdk.
Acceptance Criteria
- Update Makefile bundle target to invoke new commands
- Remove all operator-sdk command invocations
- Add any new tool dependencies to Makefile (kustomize, OPM versions)
- Test make bundle end-to-end locally
- Verify generated bundle/ directory structure is correct
- Ensure bundle.Dockerfile generation works
- Test with clean workspace to catch missing dependencies
Dependencies
- Requires completion of: Implement kustomize manifest generation
- Requires completion of: Implement bundle generation replacement
Deliverables
- Updated Makefile
- Successful local make bundle execution
- Documentation of any new tool requirements