-
Notifications
You must be signed in to change notification settings - Fork 31
Fix for wrong repository name for ops-manager in build_info.json
#405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
MCK 1.3.0 Release NotesNew FeaturesMulti-Architecture SupportWe've added comprehensive multi-architecture support for the kubernetes operator. This enhancement enables deployment on IBM Power (ppc64le) and IBM Z (s390x) architectures alongside
Bug Fixes
Other Changes
|
…ongodb#405) # Summary I've notices that we had a wrong repository name for ops-manager in `build_info.json` -> `mongodb-enterprise-ops-manager` instead of `mongodb-enterprise-ops-manager-ubi`. If we would run the OM release it would be pushed to the wrong repository where only context files reside. ## Proof of Work Passing CI. ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
Summary
I've notices that we had a wrong repository name for ops-manager in
build_info.json->mongodb-enterprise-ops-managerinstead ofmongodb-enterprise-ops-manager-ubi. If we would run the OM release it would be pushed to the wrong repository where only context files reside.Proof of Work
Passing CI.
Checklist
skip-changeloglabel if not needed