Skip to content

Commit abbb32f

Browse files
committed
Update default agent version (used for AppDB)
1 parent 9102033 commit abbb32f

File tree

6 files changed

+56
-56
lines changed

6 files changed

+56
-56
lines changed

config/manager/manager.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
fieldRef:
5555
fieldPath: metadata.namespace
5656
- name: MANAGED_SECURITY_CONTEXT
57-
value: 'true'
57+
value: "true"
5858
- name: MDB_OPERATOR_TELEMETRY_COLLECTION_FREQUENCY
5959
value: "1h"
6060
- name: MDB_OPERATOR_TELEMETRY_SEND_FREQUENCY
@@ -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
@@ -97,7 +97,7 @@ spec:
9797
- name: MDB_IMAGE_TYPE
9898
value: ubi8
9999
- name: PERFORM_FAILOVER
100-
value: 'true'
100+
value: "true"
101101
- name: MDB_WEBHOOK_REGISTER_CONFIGURATION
102102
value: "false"
103103
- name: MDB_MAX_CONCURRENT_RECONCILES
@@ -196,7 +196,7 @@ spec:
196196
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.11"
197197
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_12
198198
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12"
199-
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
199+
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
200200
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
201201
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"
202202
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_1_ubi8

helm_chart/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ operator:
2626

2727
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
2828
watchedResources:
29-
- mongodb
30-
- opsmanagers
31-
- mongodbusers
32-
- mongodbcommunity
33-
- mongodbsearch
29+
- mongodb
30+
- opsmanagers
31+
- mongodbusers
32+
- mongodbcommunity
33+
- mongodbsearch
3434

3535
nodeSelector: {}
3636

@@ -77,7 +77,7 @@ operator:
7777
vaultSecretBackend:
7878
# set to true if you want the operator to store secrets in Vault
7979
enabled: false
80-
tlsSecretRef: ''
80+
tlsSecretRef: ""
8181

8282
# 0 or 1 is supported only
8383
replicas: 1
@@ -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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
namespace: mongodb
88
rules:
99
- apiGroups:
10-
- ''
10+
- ""
1111
resources:
1212
- services
1313
verbs:
@@ -18,7 +18,7 @@ rules:
1818
- update
1919
- delete
2020
- apiGroups:
21-
- ''
21+
- ""
2222
resources:
2323
- secrets
2424
- configmaps
@@ -41,7 +41,7 @@ rules:
4141
- delete
4242
- update
4343
- apiGroups:
44-
- ''
44+
- ""
4545
resources:
4646
- pods
4747
verbs:
@@ -58,11 +58,11 @@ rules:
5858
- mongodbcommunity/spec
5959
- mongodbcommunity/finalizers
6060
verbs:
61-
- '*'
61+
- "*"
6262
- apiGroups:
6363
- mongodb.com
6464
verbs:
65-
- '*'
65+
- "*"
6666
resources:
6767
- mongodb
6868
- mongodb/finalizers
@@ -104,7 +104,7 @@ rules:
104104
- apiGroups:
105105
- mongodb.com
106106
verbs:
107-
- '*'
107+
- "*"
108108
resources:
109109
- clustermongodbroles
110110
---
@@ -130,7 +130,7 @@ metadata:
130130
namespace: mongodb
131131
rules:
132132
- apiGroups:
133-
- ''
133+
- ""
134134
resources:
135135
- persistentvolumeclaims
136136
verbs:
@@ -170,15 +170,15 @@ rules:
170170
- get
171171
# Cluster-scoped resource permissions
172172
- apiGroups:
173-
- ''
173+
- ""
174174
resources:
175175
- namespaces
176176
resourceNames:
177177
- kube-system
178178
verbs:
179179
- get
180180
- apiGroups:
181-
- ''
181+
- ""
182182
resources:
183183
- nodes
184184
verbs:
@@ -269,13 +269,13 @@ metadata:
269269
namespace: mongodb
270270
rules:
271271
- apiGroups:
272-
- ''
272+
- ""
273273
resources:
274274
- secrets
275275
verbs:
276276
- get
277277
- apiGroups:
278-
- ''
278+
- ""
279279
resources:
280280
- pods
281281
verbs:
@@ -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
@@ -408,7 +408,7 @@ spec:
408408
- name: MDB_IMAGE_TYPE
409409
value: ubi8
410410
- name: PERFORM_FAILOVER
411-
value: 'true'
411+
value: "true"
412412
- name: MDB_MAX_CONCURRENT_RECONCILES
413413
value: "1"
414414
- name: POD_NAME

public/mongodb-kubernetes-openshift.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
namespace: mongodb
88
rules:
99
- apiGroups:
10-
- ''
10+
- ""
1111
resources:
1212
- services
1313
verbs:
@@ -18,7 +18,7 @@ rules:
1818
- update
1919
- delete
2020
- apiGroups:
21-
- ''
21+
- ""
2222
resources:
2323
- secrets
2424
- configmaps
@@ -41,7 +41,7 @@ rules:
4141
- delete
4242
- update
4343
- apiGroups:
44-
- ''
44+
- ""
4545
resources:
4646
- pods
4747
verbs:
@@ -58,11 +58,11 @@ rules:
5858
- mongodbcommunity/spec
5959
- mongodbcommunity/finalizers
6060
verbs:
61-
- '*'
61+
- "*"
6262
- apiGroups:
6363
- mongodb.com
6464
verbs:
65-
- '*'
65+
- "*"
6666
resources:
6767
- mongodb
6868
- mongodb/finalizers
@@ -104,7 +104,7 @@ rules:
104104
- apiGroups:
105105
- mongodb.com
106106
verbs:
107-
- '*'
107+
- "*"
108108
resources:
109109
- clustermongodbroles
110110
---
@@ -130,7 +130,7 @@ metadata:
130130
namespace: mongodb
131131
rules:
132132
- apiGroups:
133-
- ''
133+
- ""
134134
resources:
135135
- persistentvolumeclaims
136136
verbs:
@@ -170,15 +170,15 @@ rules:
170170
- get
171171
# Cluster-scoped resource permissions
172172
- apiGroups:
173-
- ''
173+
- ""
174174
resources:
175175
- namespaces
176176
resourceNames:
177177
- kube-system
178178
verbs:
179179
- get
180180
- apiGroups:
181-
- ''
181+
- ""
182182
resources:
183183
- nodes
184184
verbs:
@@ -269,13 +269,13 @@ metadata:
269269
namespace: mongodb
270270
rules:
271271
- apiGroups:
272-
- ''
272+
- ""
273273
resources:
274274
- secrets
275275
verbs:
276276
- get
277277
- apiGroups:
278-
- ''
278+
- ""
279279
resources:
280280
- pods
281281
verbs:
@@ -360,7 +360,7 @@ spec:
360360
fieldRef:
361361
fieldPath: metadata.namespace
362362
- name: MANAGED_SECURITY_CONTEXT
363-
value: 'true'
363+
value: "true"
364364
- name: MDB_OPERATOR_TELEMETRY_COLLECTION_FREQUENCY
365365
value: "1h"
366366
- name: MDB_OPERATOR_TELEMETRY_SEND_FREQUENCY
@@ -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
@@ -403,7 +403,7 @@ spec:
403403
- name: MDB_IMAGE_TYPE
404404
value: ubi8
405405
- name: PERFORM_FAILOVER
406-
value: 'true'
406+
value: "true"
407407
- name: MDB_MAX_CONCURRENT_RECONCILES
408408
value: "1"
409409
- name: POD_NAME
@@ -500,7 +500,7 @@ spec:
500500
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.11"
501501
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_12
502502
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12"
503-
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
503+
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
504504
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
505505
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"
506506
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_1_ubi8

0 commit comments

Comments
 (0)