Update manager kustomization image - #6
Conversation
Before, the image would be named `controller` which is the default name for operator images. There would be no way to distinguish this image name from other images with the same default name. This commit changes it to pull from ghcr.io/osac-project/host-management-openstack instead.
Summary by CodeRabbit
WalkthroughThe pull request updates Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@config/manager/kustomization.yaml`:
- Line 8: The kustomization sets newTag: latest which makes deployments
non-reproducible; replace the mutable "latest" with an immutable image tag or,
preferably, an image digest (sha256) so the operator image is pinned. Update the
newTag value in kustomization.yaml (the newTag entry for the operator image) to
a concrete version string or digest and ensure your CI/CD injects the exact
tag/digest during release.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Enterprise
Run ID: 495130c4-d706-4404-88a5-a00392ba6099
📒 Files selected for processing (1)
config/manager/kustomization.yaml
Before, the image would be named
controllerwhich is the default name for operator images. There would be no way to distinguish this image name from other images with the same default name. This commit changes it to pull from ghcr.io/osac-project/host-management-openstack instead.