### Describe the bug In `pkg/controller/manager.go` we see the following symbol definition: ```go DefaultStatusAddOnImage = "quay.io/pdettori/status-addon:0.1.0" ``` Searching for its usage turns up a couple of hits: ```shell addonfactory.ToImageOverrideValuesFunc("Image", controller.DefaultStatusAddOnImage), cmd/ocm-status-addon/main.go DefaultStatusAddOnImage = "quay.io/pdettori/status-addon:0.1.0" image = DefaultStatusAddOnImage pkg/controller/manager.go ``` ### Steps To Reproduce See above ### Expected Behavior No dependence on previous dev repos. ### Additional Context _No response_