File tree Expand file tree Collapse file tree 9 files changed +0
-10
lines changed
Expand file tree Collapse file tree 9 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ registry:
173173 initOpsManager : quay.io/mongodb
174174 opsManager : quay.io/mongodb
175175 initAppDb : quay.io/mongodb
176- appDb : quay.io/mongodb
177176 agent : quay.io/mongodb
178177
179178 # This is only used by the MongoDBCommunity resource reconciler - START
@@ -200,7 +199,6 @@ community:
200199 version : 108.0.2.8729-1
201200 registry :
202201 agent : quay.io/mongodb
203- name : mongodb-database
204202 resource :
205203 name : mongodb-replica-set
206204 version : 4.4.0
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ source "${script_dir}/root-context"
99source " ${script_dir} /variables/om70"
1010
1111export DATABASE_REGISTRY=" ${QUAY_REGISTRY} "
12- export APPDB_REGISTRY=" ${QUAY_REGISTRY} "
1312export INIT_OPS_MANAGER_REGISTRY=" ${QUAY_REGISTRY} "
1413export OPS_MANAGER_REGISTRY=" ${QUAY_REGISTRY} "
1514export OPERATOR_REGISTRY=" ${QUAY_REGISTRY} "
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ source "${script_dir}/root-context"
99source " ${script_dir} /variables/om70"
1010
1111export DATABASE_REGISTRY=" ${QUAY_REGISTRY} "
12- export APPDB_REGISTRY=" ${QUAY_REGISTRY} "
1312export INIT_OPS_MANAGER_REGISTRY=" ${QUAY_REGISTRY} "
1413export OPS_MANAGER_REGISTRY=" ${QUAY_REGISTRY} "
1514export OPERATOR_REGISTRY=" ${QUAY_REGISTRY} "
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ export INIT_OPS_MANAGER_REGISTRY=${INIT_IMAGES_REGISTRY-"${QUAY_REGISTRY}"}
4444export INIT_DATABASE_REGISTRY=${INIT_IMAGES_REGISTRY:- " ${QUAY_REGISTRY} " }
4545export DATABASE_REGISTRY=${INIT_IMAGES_REGISTRY:- " ${QUAY_REGISTRY} " }
4646export OPS_MANAGER_REGISTRY=${QUAY_REGISTRY}
47- export APPDB_REGISTRY=${QUAY_REGISTRY}
4847export MONGODB_ENTERPRISE_DATABASE_IMAGE=" ${INIT_IMAGES_REGISTRY} /mongodb-kubernetes-database"
4948export INIT_DATABASE_IMAGE_REPOSITORY=" ${INIT_IMAGES_REGISTRY} /mongodb-kubernetes-init-database"
5049export MDB_AGENT_IMAGE_REPOSITORY=" ${INIT_IMAGES_REGISTRY} /mongodb-agent"
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ export INIT_DATABASE_IMAGE_REPOSITORY="${BASE_REPO_URL_SHARED}/mongodb-kubernete
3636export DATABASE_REGISTRY=${BASE_REPO_URL_SHARED:- " ${QUAY_REGISTRY} " }
3737export OPS_MANAGER_REGISTRY=" ${QUAY_REGISTRY} "
3838export MONGODB_REPO_URL=" ${QUAY_REGISTRY} "
39- export APPDB_REGISTRY=" ${QUAY_REGISTRY} "
4039export MONGODB_ENTERPRISE_DATABASE_IMAGE=" ${INIT_IMAGES_REGISTRY} /mongodb-kubernetes-database"
4140export MDB_AGENT_IMAGE_OPERATOR_VERSION=latest
4241export MDB_AGENT_IMAGE_REPOSITORY=" ${BASE_REPO_URL_SHARED} /mongodb-agent"
Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ export CUSTOM_MDB_PREV_VERSION=5.0.7
1616export CUSTOM_APPDB_VERSION=6.0.21-ent
1717export TEST_MODE=opsmanager
1818export OPS_MANAGER_REGISTRY=" ${BASE_REPO_URL} "
19- export APPDB_REGISTRY=" ${BASE_REPO_URL} "
Original file line number Diff line number Diff line change @@ -19,4 +19,3 @@ export AGENT_IMAGE="${MDB_AGENT_IMAGE_REPOSITORY}:${AGENT_VERSION}"
1919export CUSTOM_APPDB_VERSION=7.0.18-ent
2020export TEST_MODE=opsmanager
2121export OPS_MANAGER_REGISTRY=" ${BASE_REPO_URL} "
22- export APPDB_REGISTRY=" ${BASE_REPO_URL} "
Original file line number Diff line number Diff line change @@ -19,4 +19,3 @@ export AGENT_IMAGE="${MDB_AGENT_IMAGE_REPOSITORY}:${AGENT_VERSION}"
1919export CUSTOM_APPDB_VERSION=8.0.6-ent
2020export TEST_MODE=opsmanager
2121export OPS_MANAGER_REGISTRY=" ${BASE_REPO_URL} "
22- export APPDB_REGISTRY=" ${BASE_REPO_URL} "
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ get_operator_helm_values() {
1616 " registry.initDatabase=${INIT_DATABASE_REGISTRY} "
1717 " registry.agent=${AGENT_BASE_REGISTRY:- ${REGISTRY} } "
1818 " registry.opsManager=${OPS_MANAGER_REGISTRY} "
19- " registry.appDb=${APPDB_REGISTRY} "
2019 " registry.database=${database_registry} "
2120 " opsManager.name=${OPS_MANAGER_NAME:= mongodb-enterprise-ops-manager-ubi} "
2221 " database.name=${database_name:= mongodb-kubernetes-database} "
You can’t perform that action at this time.
0 commit comments