File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 41
41
export BASE_REPO_URL=" ${STAGING_REPO_URL} "
42
42
fi
43
43
44
- export BASE_REPO_URL=" 268558157000.dkr.ecr.us-east-1.amazonaws.com/dev"
45
-
46
44
export REGISTRY=" ${BASE_REPO_URL} "
47
45
export QUAY_REGISTRY=quay.io/mongodb
48
46
export OPERATOR_REGISTRY=${REGISTRY}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export MONGODB_ENTERPRISE_DATABASE_IMAGE="${INIT_IMAGES_REGISTRY}/mongodb-kubern
41
41
export MDB_AGENT_IMAGE_OPERATOR_VERSION=latest
42
42
export MDB_AGENT_IMAGE_REPOSITORY=" ${BASE_REPO_URL_SHARED} /mongodb-agent-ubi"
43
43
export AGENT_BASE_REGISTRY=${BASE_REPO_URL_SHARED}
44
- export AGENT_IMAGE=" ${BASE_REPO_URL } /mongodb-agent-ubi:12.0.30.7791-1"
44
+ export AGENT_IMAGE=" ${AGENT_BASE_REGISTRY } /mongodb-agent-ubi:12.0.30.7791-1"
45
45
46
46
# these are needed to deploy OM
47
47
export INIT_APPDB_IMAGE_REPOSITORY=" ${INIT_IMAGES_REGISTRY} /mongodb-kubernetes-init-appdb"
You can’t perform that action at this time.
0 commit comments