Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions .evergreen-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ variables:
- BUILD_SCENARIO

functions:

### Setup Functions ###

setup_jq: &setup_jq
Expand All @@ -64,7 +63,8 @@ functions:
working_dir: src/github.com/mongodb/mongodb-kubernetes
binary: scripts/evergreen/setup_jq.sh

setup_context: &setup_context # Running the first switch is important to fill the workdir and other important initial env vars
setup_context:
&setup_context # Running the first switch is important to fill the workdir and other important initial env vars
command: shell.exec
type: setup
params:
Expand Down Expand Up @@ -491,7 +491,7 @@ functions:
content_type: text/plain
- command: gotest.parse_files
params:
files: [ "src/github.com/mongodb/mongodb-kubernetes/logs/*.suite" ]
files: ["src/github.com/mongodb/mongodb-kubernetes/logs/*.suite"]

preflight_image:
- command: subprocess.exec
Expand All @@ -515,8 +515,8 @@ functions:
- command: subprocess.exec
params:
working_dir: src/github.com/mongodb/mongodb-kubernetes
binary: scripts/dev/run_python.sh scripts/release/kubectl_mongodb/python/build_kubectl_plugin.py
binary: scripts/dev/run_python.sh scripts/release/kubectl-mongodb/python/build_kubectl_plugin.py

build_and_push_appdb_database:
- command: subprocess.exec
params:
Expand Down Expand Up @@ -672,7 +672,11 @@ functions:
make test-race
- command: gotest.parse_files
params:
files: [ "src/github.com/mongodb/mongodb-kubernetes/*.suite", "src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite" ]
files:
[
"src/github.com/mongodb/mongodb-kubernetes/*.suite",
"src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite",
]

test_helm_unit:
- command: shell.exec
Expand Down
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ spec:
value: "quay.io/mongodb/mongodb-agent:108.0.7.8810-1"
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
value: "quay.io/mongodb/mongodb-agent:12.0.35.7911-1"
- name: RELATED_IMAGE_AGENT_IMAGE_13_41_0_9830_1
value: "quay.io/mongodb/mongodb-agent:13.41.0.9830-1"
- name: RELATED_IMAGE_AGENT_IMAGE_13_42_0_9892_1
value: "quay.io/mongodb/mongodb-agent:13.42.0.9892-1"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27
Expand Down
2 changes: 1 addition & 1 deletion helm_chart/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ relatedImages:
- 108.0.6.8796-1
- 108.0.7.8810-1
- 12.0.35.7911-1
- 13.41.0.9830-1
- 13.42.0.9892-1
mongodbLegacyAppDb:
- 4.2.11-ent
- 4.2.2-ent
Expand Down
4 changes: 2 additions & 2 deletions public/mongodb-kubernetes-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ spec:
value: "quay.io/mongodb/mongodb-agent:108.0.7.8810-1"
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
value: "quay.io/mongodb/mongodb-agent:12.0.35.7911-1"
- name: RELATED_IMAGE_AGENT_IMAGE_13_41_0_9830_1
value: "quay.io/mongodb/mongodb-agent:13.41.0.9830-1"
- name: RELATED_IMAGE_AGENT_IMAGE_13_42_0_9892_1
value: "quay.io/mongodb/mongodb-agent:13.42.0.9892-1"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
],
"opsManagerMapping": {
"Description": "These are the agents from which we start supporting static containers.",
"cloud_manager": "13.41.0.9830-1",
"cloud_manager": "13.42.0.9892-1",
"cloud_manager_tools": "100.13.0",
"ops_manager": {
"6.0.27": {
Expand Down