Skip to content

Commit 2cff7f7

Browse files
authored
helm-charts - remove unused values registry.appDb and community.name (#411)
# Summary Remove unused helm-charts values (no usages in template files): - `registry.appDb` - `community.name` ## Proof of Work Passing CI tests. ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
1 parent a551d4e commit 2cff7f7

File tree

9 files changed

+0
-10
lines changed

9 files changed

+0
-10
lines changed

helm_chart/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

scripts/dev/contexts/e2e_smoke

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ source "${script_dir}/root-context"
99
source "${script_dir}/variables/om70"
1010

1111
export DATABASE_REGISTRY="${QUAY_REGISTRY}"
12-
export APPDB_REGISTRY="${QUAY_REGISTRY}"
1312
export INIT_OPS_MANAGER_REGISTRY="${QUAY_REGISTRY}"
1413
export OPS_MANAGER_REGISTRY="${QUAY_REGISTRY}"
1514
export OPERATOR_REGISTRY="${QUAY_REGISTRY}"

scripts/dev/contexts/e2e_static_smoke

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ source "${script_dir}/root-context"
99
source "${script_dir}/variables/om70"
1010

1111
export DATABASE_REGISTRY="${QUAY_REGISTRY}"
12-
export APPDB_REGISTRY="${QUAY_REGISTRY}"
1312
export INIT_OPS_MANAGER_REGISTRY="${QUAY_REGISTRY}"
1413
export OPS_MANAGER_REGISTRY="${QUAY_REGISTRY}"
1514
export OPERATOR_REGISTRY="${QUAY_REGISTRY}"

scripts/dev/contexts/evg-private-context

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export INIT_OPS_MANAGER_REGISTRY=${INIT_IMAGES_REGISTRY-"${QUAY_REGISTRY}"}
4444
export INIT_DATABASE_REGISTRY=${INIT_IMAGES_REGISTRY:-"${QUAY_REGISTRY}"}
4545
export DATABASE_REGISTRY=${INIT_IMAGES_REGISTRY:-"${QUAY_REGISTRY}"}
4646
export OPS_MANAGER_REGISTRY=${QUAY_REGISTRY}
47-
export APPDB_REGISTRY=${QUAY_REGISTRY}
4847
export MONGODB_ENTERPRISE_DATABASE_IMAGE="${INIT_IMAGES_REGISTRY}/mongodb-kubernetes-database"
4948
export INIT_DATABASE_IMAGE_REPOSITORY="${INIT_IMAGES_REGISTRY}/mongodb-kubernetes-init-database"
5049
export MDB_AGENT_IMAGE_REPOSITORY="${INIT_IMAGES_REGISTRY}/mongodb-agent"

scripts/dev/contexts/local-defaults-context

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export INIT_DATABASE_IMAGE_REPOSITORY="${BASE_REPO_URL_SHARED}/mongodb-kubernete
3636
export DATABASE_REGISTRY=${BASE_REPO_URL_SHARED:-"${QUAY_REGISTRY}"}
3737
export OPS_MANAGER_REGISTRY="${QUAY_REGISTRY}"
3838
export MONGODB_REPO_URL="${QUAY_REGISTRY}"
39-
export APPDB_REGISTRY="${QUAY_REGISTRY}"
4039
export MONGODB_ENTERPRISE_DATABASE_IMAGE="${INIT_IMAGES_REGISTRY}/mongodb-kubernetes-database"
4140
export MDB_AGENT_IMAGE_OPERATOR_VERSION=latest
4241
export MDB_AGENT_IMAGE_REPOSITORY="${BASE_REPO_URL_SHARED}/mongodb-agent"

scripts/dev/contexts/variables/om60

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ export CUSTOM_MDB_PREV_VERSION=5.0.7
1616
export CUSTOM_APPDB_VERSION=6.0.21-ent
1717
export TEST_MODE=opsmanager
1818
export OPS_MANAGER_REGISTRY="${BASE_REPO_URL}"
19-
export APPDB_REGISTRY="${BASE_REPO_URL}"

scripts/dev/contexts/variables/om70

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ export AGENT_IMAGE="${MDB_AGENT_IMAGE_REPOSITORY}:${AGENT_VERSION}"
1919
export CUSTOM_APPDB_VERSION=7.0.18-ent
2020
export TEST_MODE=opsmanager
2121
export OPS_MANAGER_REGISTRY="${BASE_REPO_URL}"
22-
export APPDB_REGISTRY="${BASE_REPO_URL}"

scripts/dev/contexts/variables/om80

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ export AGENT_IMAGE="${MDB_AGENT_IMAGE_REPOSITORY}:${AGENT_VERSION}"
1919
export CUSTOM_APPDB_VERSION=8.0.6-ent
2020
export TEST_MODE=opsmanager
2121
export OPS_MANAGER_REGISTRY="${BASE_REPO_URL}"
22-
export APPDB_REGISTRY="${BASE_REPO_URL}"

scripts/funcs/operator_deployment

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)