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: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
- name: OPS_MANAGER_IMAGE_PULL_POLICY
value: Always
- name: AGENT_IMAGE
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
- name: MDB_AGENT_IMAGE_REPOSITORY
value: "quay.io/mongodb/mongodb-agent"
- name: MONGODB_IMAGE
Expand Down
8 changes: 4 additions & 4 deletions helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ initAppDb:

agent:
name: mongodb-agent
version: 108.0.2.8729-1
version: 108.0.12.8846-1

# This is only used by the MongoDBCommunity resource reconciler - START
versionUpgradeHook:
Expand Down Expand Up @@ -176,7 +176,7 @@ registry:
appDb: quay.io/mongodb
agent: quay.io/mongodb

# This is only used by the MongoDBCommunity resource reconciler - START
# This is only used by the MongoDBCommunity resource reconciler - START
versionUpgradeHook: quay.io/mongodb
readinessProbe: quay.io/mongodb
# This is only used by the MongoDBCommunity resource reconciler - END
Expand Down Expand Up @@ -215,8 +215,8 @@ community:
certificateKeySecretRef: tls-certificate
caCertificateSecretRef: tls-ca-key-pair
certManager:
certDuration: 8760h # 365 days
renewCertBefore: 720h # 30 days
certDuration: 8760h # 365 days
renewCertBefore: 720h # 30 days

# MongoDBSearch settings
search:
Expand Down
2 changes: 1 addition & 1 deletion public/mongodb-kubernetes-multi-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
- name: OPS_MANAGER_IMAGE_PULL_POLICY
value: Always
- name: AGENT_IMAGE
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
- name: MDB_AGENT_IMAGE_REPOSITORY
value: "quay.io/mongodb/mongodb-agent"
- name: MONGODB_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion public/mongodb-kubernetes-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ spec:
- name: OPS_MANAGER_IMAGE_PULL_POLICY
value: Always
- name: AGENT_IMAGE
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
- name: MDB_AGENT_IMAGE_REPOSITORY
value: "quay.io/mongodb/mongodb-agent"
- name: MONGODB_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion public/mongodb-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ spec:
- name: OPS_MANAGER_IMAGE_PULL_POLICY
value: Always
- name: AGENT_IMAGE
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
- name: MDB_AGENT_IMAGE_REPOSITORY
value: "quay.io/mongodb/mongodb-agent"
- name: MONGODB_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"initOpsManagerVersion": "1.2.0",
"initAppDbVersion": "1.2.0",
"databaseImageVersion": "1.2.0",
"agentVersion": "108.0.2.8729-1",
"agentVersion": "108.0.12.8846-1",
"openshift": {
"minimumSupportedVersion": "4.6"
},
Expand Down