Skip to content

Commit 03900c5

Browse files
committed
address feedback
1 parent 54d351a commit 03900c5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

changelog/20250820_feature_multi_arch_support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ date: 2025-08-20
66

77
# Multi-Architecture Support
88
We've added comprehensive multi-architecture support for the kubernetes operator. This enhancement enables deployment on IBM Power (ppc64le) and IBM Z (s390x) architectures alongside
9-
existing x86_64 support. All core images (operator, agent, init containers, database, readiness probe) now support multiple architectures.
9+
existing x86_64 support. Core images (operator, agent, init containers, database, readiness probe) now support multiple architectures. We do not add support IBM and ARM support for Ops-Manager and the init-ops-manager image.

scripts/dev/contexts/e2e_smoke_arm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ source "${script_dir}/root-context"
99

1010
export ops_manager_version="cloud_qa"
1111

12-
# This is required to be able to rebuild the om image and use that image which has been rebuilt
13-
export OPS_MANAGER_REGISTRY=268558157000.dkr.ecr.us-east-1.amazonaws.com/dev
14-
CUSTOM_OM_VERSION=$(grep -E "^\s*-\s*&ops_manager_70_latest\s+(\S+)\s+#" <"${script_dir}"/../../../.evergreen.yml | awk '{print $3}')
15-
export CUSTOM_OM_VERSION
1612

1713
export CUSTOM_MDB_VERSION=8.0.12-ent
1814
export KUBE_ENVIRONMENT_NAME=kind

0 commit comments

Comments
 (0)