Skip to content

Commit ee86f99

Browse files
CLOUDP-339183: Update default agent version (used for AppDB) (#363)
# Summary Bump the default agent version used for AppDB to match the latest OM release. ## Proof of Work CI Passing should be sufficient. ## Checklist - [x] Have you linked a jira ticket and/or is the ticket in the title? - [x] Have you checked whether your jira ticket required DOCSP changes? - [x] 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 9102033 commit ee86f99

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
- name: OPS_MANAGER_IMAGE_PULL_POLICY
8888
value: Always
8989
- name: AGENT_IMAGE
90-
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
90+
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
9191
- name: MDB_AGENT_IMAGE_REPOSITORY
9292
value: "quay.io/mongodb/mongodb-agent"
9393
- name: MONGODB_IMAGE

helm_chart/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ initAppDb:
144144

145145
agent:
146146
name: mongodb-agent
147-
version: 108.0.2.8729-1
147+
version: 108.0.12.8846-1
148148

149149
# This is only used by the MongoDBCommunity resource reconciler - START
150150
versionUpgradeHook:
@@ -176,7 +176,7 @@ registry:
176176
appDb: quay.io/mongodb
177177
agent: quay.io/mongodb
178178

179-
# This is only used by the MongoDBCommunity resource reconciler - START
179+
# This is only used by the MongoDBCommunity resource reconciler - START
180180
versionUpgradeHook: quay.io/mongodb
181181
readinessProbe: quay.io/mongodb
182182
# This is only used by the MongoDBCommunity resource reconciler - END
@@ -215,8 +215,8 @@ community:
215215
certificateKeySecretRef: tls-certificate
216216
caCertificateSecretRef: tls-ca-key-pair
217217
certManager:
218-
certDuration: 8760h # 365 days
219-
renewCertBefore: 720h # 30 days
218+
certDuration: 8760h # 365 days
219+
renewCertBefore: 720h # 30 days
220220

221221
# MongoDBSearch settings
222222
search:

public/mongodb-kubernetes-multi-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ spec:
398398
- name: OPS_MANAGER_IMAGE_PULL_POLICY
399399
value: Always
400400
- name: AGENT_IMAGE
401-
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
401+
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
402402
- name: MDB_AGENT_IMAGE_REPOSITORY
403403
value: "quay.io/mongodb/mongodb-agent"
404404
- name: MONGODB_IMAGE

public/mongodb-kubernetes-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ spec:
393393
- name: OPS_MANAGER_IMAGE_PULL_POLICY
394394
value: Always
395395
- name: AGENT_IMAGE
396-
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
396+
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
397397
- name: MDB_AGENT_IMAGE_REPOSITORY
398398
value: "quay.io/mongodb/mongodb-agent"
399399
- name: MONGODB_IMAGE

public/mongodb-kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ spec:
394394
- name: OPS_MANAGER_IMAGE_PULL_POLICY
395395
value: Always
396396
- name: AGENT_IMAGE
397-
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
397+
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
398398
- name: MDB_AGENT_IMAGE_REPOSITORY
399399
value: "quay.io/mongodb/mongodb-agent"
400400
- name: MONGODB_IMAGE

release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"initOpsManagerVersion": "1.2.0",
88
"initAppDbVersion": "1.2.0",
99
"databaseImageVersion": "1.2.0",
10-
"agentVersion": "108.0.2.8729-1",
10+
"agentVersion": "108.0.12.8846-1",
1111
"openshift": {
1212
"minimumSupportedVersion": "4.6"
1313
},

0 commit comments

Comments
 (0)