Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

lsierant
Copy link
Contributor

@lsierant lsierant commented Sep 12, 2025

Summary

In enterprise snippets we declare the mdb version as 8.0.10 without the -ent suffix.
The agents then will download a community version of the mongodb, not the enterprise:

Proof of Work

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?

Copy link

⚠️ (this preview might not be accurate if the PR is not rebased on current master branch)

MCK 1.3.1 Release Notes

@@ -2,7 +2,7 @@ export K8S_CTX="<your kubernetes context here>"

export MDB_NS="mongodb"

export MDB_VERSION="8.0.10"
export MDB_VERSION="8.0.10-ent"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

external mongod snippets were setup for community, enterprise version would need extra steps.
Like extracting the keyfile separately.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will still use the MCO replica set controller so the keyfile and setParameter behavior will be the same, but it will force it to use the MongoDB Enterprise Server image instead of the Community one, so it should be fine.

@fealebenpae fealebenpae added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Sep 12, 2025
@fealebenpae fealebenpae marked this pull request as ready for review September 15, 2025 08:32
@fealebenpae fealebenpae requested a review from a team as a code owner September 15, 2025 08:32
@fealebenpae fealebenpae merged commit 4bcba59 into master Sep 15, 2025
34 of 36 checks passed
@fealebenpae fealebenpae deleted the lsierant/search-use-ent branch September 15, 2025 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Use this label in Pull Request to not require new changelog entry file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants