You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 mongodb/mongodb-kubernetes-operator#1408 (comment) 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.
The text was updated successfully, but these errors were encountered:
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 mongodb/mongodb-kubernetes-operator#1408 (comment) 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.
The text was updated successfully, but these errors were encountered: