-
Notifications
You must be signed in to change notification settings - Fork 14
CLOUDP-339183: Update default agent version (used for AppDB) #363
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
CLOUDP-339183: Update default agent version (used for AppDB) #363
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
|
config/manager/manager.yaml
Outdated
@@ -87,7 +87,7 @@ spec: | |||
- name: OPS_MANAGER_IMAGE_PULL_POLICY | |||
value: Always | |||
- name: AGENT_IMAGE | |||
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.2.8729-1" | |||
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.12.8846-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.
Did you do search and replace or do we have some sort of script/automation to change stuff like this?
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.
its part of the pre-commit!
4497cad
to
abbb32f
Compare
abbb32f
to
42c6c2e
Compare
Summary
Bump the default agent version used for AppDB to match the latest OM release.
Proof of Work
CI Passing should be sufficient.
Checklist
skip-changelog
label if not needed