Skip to content

Fix e2e_community_and_meko_replicaset_scale test dependency#930

Open
MaciejKaras wants to merge 2 commits intomasterfrom
maciejk/fix-e2e_community_and_meko_replicaset_scale
Open

Fix e2e_community_and_meko_replicaset_scale test dependency#930
MaciejKaras wants to merge 2 commits intomasterfrom
maciejk/fix-e2e_community_and_meko_replicaset_scale

Conversation

@MaciejKaras
Copy link
Collaborator

@MaciejKaras MaciejKaras commented Mar 24, 2026

Summary

Add missing build_readiness_probe_image and build_version_upgrade_hook_image as dependencies in base_no_om_image_dependency to fix the e2e_community_and_meko_replicaset_scale test which was failing due to missing built images.

Proof of Work

Passing patch-run-cloudqa job that was previously failing: https://spruce.corp.mongodb.com/version/69c251efcbe9c60007145ae0/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC

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?

Add missing build_readiness_probe_image and build_version_upgrade_hook_image
as dependencies in base_no_om_image_dependency.

Co-Authored-By: Claude Code <noreply@anthropic.com>
@MaciejKaras MaciejKaras requested review from a team as code owners March 24, 2026 08:56
@MaciejKaras MaciejKaras added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Mar 24, 2026
@github-actions
Copy link

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

MCK 1.7.1 Release Notes

Bug Fixes

  • MongoDBOpsManager: Correctly handle the edge case where -admin-key was created by user and malformed. Previously the error was only presented in DEBUG log entry.
  • MongoDBOpsManager: Improved readiness probe error handling and appDB agent status logging

Other Changes

  • Container images: Merged the init-database and init-appdb init container images into a single init-database image. The init-appdb image will no longer be published and does not affect existing deployments.
    • The following Helm chart values have been removed: initAppDb.name, initAppDb.version, and registry.initAppDb. Use initDatabase.name, initDatabase.version, and registry.initDatabase instead.
    • The following environment variables have been removed: INIT_APPDB_IMAGE_REPOSITORY and INIT_APPDB_VERSION. Use INIT_DATABASE_IMAGE_REPOSITORY and INIT_DATABASE_VERSION instead.
  • Helm Chart: Removed operator.baseName Helm value. This value was never intended to be consumed by operator users and was never documented. The value controls the prefix for workload RBAC resource names (mongodb-kubernetes default), but changing it could break the operator and workloads because the operator is not aware of custom prefixes. With this change, the Helm chart will no longer allow customisation and the relevant resources will be deployed with predefined names (ServiceAccount with names mongodb-kubernetes-appdb, mongodb-kubernetes-database-pods, mongodb-kubernetes-ops-manager, Role with name mongodb-kubernetes-appdb and RoleBinding with name mongodb-kubernetes-appdb).

@MaciejKaras MaciejKaras requested a review from filipcirtog March 24, 2026 08:58
@MaciejKaras MaciejKaras self-assigned this Mar 24, 2026
Copy link
Collaborator

@filipcirtog filipcirtog left a comment

Choose a reason for hiding this comment

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

Thank you!

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.

2 participants