-
Notifications
You must be signed in to change notification settings - Fork 522
Removed dependency on version manifest #335
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
| BUNDLE_IMG ?= controller-bundle:$(VERSION) | ||
|
|
||
| # Image URL to use all building/pushing image targets | ||
| IMG ?= quay.io/mongodb/mongodb-kubernetes-operator:0.5.0 # replace with localhost:5000/mongodb-kubernetes-operator locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing the official registry as default to prevent any accidental pushes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳🥳🥳
| value: "mongodb-kubernetes-operator" | ||
| - name: AGENT_IMAGE # The MongoDB Agent the operator will deploy to manage MongoDB deployments | ||
| value: quay.io/mongodb/mongodb-agent:10.19.0.6562-1 | ||
| value: quay.io/mongodb/mongodb-agent:10.27.0.6772-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this version of the agent allows us to provide the dummy configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
bznein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Negative diff, short PR that makes a huge impact on the operator? LGTM!
| BUNDLE_IMG ?= controller-bundle:$(VERSION) | ||
|
|
||
| # Image URL to use all building/pushing image targets | ||
| IMG ?= quay.io/mongodb/mongodb-kubernetes-operator:0.5.0 # replace with localhost:5000/mongodb-kubernetes-operator locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳🥳🥳
| value: "mongodb-kubernetes-operator" | ||
| - name: AGENT_IMAGE # The MongoDB Agent the operator will deploy to manage MongoDB deployments | ||
| value: quay.io/mongodb/mongodb-agent:10.19.0.6562-1 | ||
| value: quay.io/mongodb/mongodb-agent:10.27.0.6772-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
All Submissions:
closes #XXXXin your comment to auto-close the issue that your PR fixes (if such).This PR upgrades the agent version to a version which supports allowing versions of MongoDB which are not present in the version manifest.
closes #255