What did you do to encounter the bug?
Deploying a mongodb instance using the mongodb operator on arm64 hardware results in the pod failing due to no arm64 image of mongodb-agent. The new mongodb-agent-ubi has a arm64 build.
This issue is being marked stale because it has been open for 60 days with no activity. Please comment if this issue is still affecting you. If there is no change, this issue will be closed in 30 days.
What did you do to encounter the bug? Deploying a mongodb instance using the mongodb operator on arm64 hardware results in the pod failing due to no arm64 image of mongodb-agent. The new mongodb-agent-ubi has a arm64 build.
Per https://github.com/mongodb/mongodb-kubernetes-operator/issues/1408#issuecomment-1838157039 mongodb-agent was deprecated in chart version 0.8.3 but current chart still uses the default value as "mongodb-agent", these needs to be replaced with "mongodb-agent-ubi" which will use the multi architecture tag which supports arm64.