Skip to content
Merged
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
2 changes: 0 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ spec:
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_0_8694_1
value: "quay.io/mongodb/mongodb-agent:108.0.0.8694-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
value: "quay.io/mongodb/mongodb-agent:108.0.1.8718-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1
Expand Down
1 change: 0 additions & 1 deletion helm_chart/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ relatedImages:
- 107.0.15.8741-1
- 107.0.17.8771-1
- 107.0.18.8784-1
- 108.0.0.8694-1
- 108.0.1.8718-1
- 108.0.11.8830-1
- 108.0.12.8846-1
Expand Down
2 changes: 0 additions & 2 deletions public/mongodb-kubernetes-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,6 @@ spec:
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_0_8694_1
value: "quay.io/mongodb/mongodb-agent:108.0.0.8694-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
value: "quay.io/mongodb/mongodb-agent:108.0.1.8718-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1
Expand Down
4 changes: 0 additions & 4 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@
"agent_version": "107.0.18.8784-1",
"tools_version": "100.13.0"
},
"8.0.0": {
"agent_version": "108.0.0.8694-1",
"tools_version": "100.10.0"
},
"8.0.1": {
"agent_version": "108.0.1.8718-1",
"tools_version": "100.10.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/contexts/variables/om70
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export CUSTOM_OM_VERSION
export CUSTOM_MDB_VERSION=7.0.18
export CUSTOM_MDB_PREV_VERSION=6.0.21

export AGENT_VERSION=107.0.17.8771-1
export AGENT_VERSION=107.0.18.8784-1
export AGENT_IMAGE="${MDB_AGENT_IMAGE_REPOSITORY}:${AGENT_VERSION}"

export CUSTOM_APPDB_VERSION=7.0.18-ent
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev/contexts/variables/om80
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export CUSTOM_OM_VERSION
export CUSTOM_MDB_VERSION=8.0.6
export CUSTOM_MDB_PREV_VERSION=7.0.18

export AGENT_VERSION=108.0.0.8694-1
export AGENT_VERSION=108.0.1.8718-1
export AGENT_IMAGE="${MDB_AGENT_IMAGE_REPOSITORY}:${AGENT_VERSION}"

export CUSTOM_APPDB_VERSION=8.0.6-ent
Expand Down
Loading