File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 40
40
description : AtlasBackupScheduleSpec defines the desired state of AtlasBackupSchedule
41
41
properties :
42
42
autoExportEnabled :
43
- default : true
43
+ default : false
44
44
description : Specify true to enable automatic export of cloud backup
45
45
snapshots to the AWS bucket. You must also define the export policy
46
46
using export. If omitted, defaults to false.
Original file line number Diff line number Diff line change @@ -124,12 +124,12 @@ metadata:
124
124
description : The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
125
125
operators.operatorframework.io/builder : operator-sdk-v1.15.0+git
126
126
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
127
- containerImage : mongodb/mongodb-atlas-kubernetes-operator:1.6.0
127
+ containerImage : mongodb/mongodb-atlas-kubernetes-operator:1.6.1
128
128
labels :
129
129
operatorframework.io/arch.amd64 : supported
130
130
operatorframework.io/arch.arm64 : supported
131
131
operatorframework.io/os.linux : supported
132
- name : mongodb-atlas-kubernetes.v1.6.0
132
+ name : mongodb-atlas-kubernetes.v1.6.1
133
133
namespace : placeholder
134
134
spec :
135
135
apiservicedefinitions : {}
@@ -462,7 +462,7 @@ spec:
462
462
valueFrom :
463
463
fieldRef :
464
464
fieldPath : metadata.annotations['olm.targetNamespaces']
465
- image : mongodb/mongodb-atlas-kubernetes-operator:1.6.0
465
+ image : mongodb/mongodb-atlas-kubernetes-operator:1.6.1
466
466
imagePullPolicy : Always
467
467
livenessProbe :
468
468
httpGet :
@@ -537,5 +537,5 @@ spec:
537
537
maturity : beta
538
538
provider :
539
539
name : MongoDB, Inc
540
- version : 1.6.0
541
- replaces : mongodb-atlas-kubernetes.v1.5.1
540
+ version : 1.6.1
541
+ replaces : mongodb-atlas-kubernetes.v1.6.0
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ spec:
215
215
description : AtlasBackupScheduleSpec defines the desired state of AtlasBackupSchedule
216
216
properties :
217
217
autoExportEnabled :
218
- default : true
218
+ default : false
219
219
description : Specify true to enable automatic export of cloud backup
220
220
snapshots to the AWS bucket. You must also define the export policy
221
221
using export. If omitted, defaults to false.
@@ -3335,7 +3335,7 @@ spec:
3335
3335
valueFrom :
3336
3336
fieldRef :
3337
3337
fieldPath : metadata.namespace
3338
- image : mongodb/mongodb-atlas-kubernetes-operator:1.6.0
3338
+ image : mongodb/mongodb-atlas-kubernetes-operator:1.6.1
3339
3339
imagePullPolicy : Always
3340
3340
livenessProbe :
3341
3341
httpGet :
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ spec:
276
276
valueFrom :
277
277
fieldRef :
278
278
fieldPath : metadata.namespace
279
- image : mongodb/mongodb-atlas-kubernetes-operator:1.6.0
279
+ image : mongodb/mongodb-atlas-kubernetes-operator:1.6.1
280
280
imagePullPolicy : Always
281
281
livenessProbe :
282
282
httpGet :
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ spec:
198
198
description : AtlasBackupScheduleSpec defines the desired state of AtlasBackupSchedule
199
199
properties :
200
200
autoExportEnabled :
201
- default : true
201
+ default : false
202
202
description : Specify true to enable automatic export of cloud backup
203
203
snapshots to the AWS bucket. You must also define the export policy
204
204
using export. If omitted, defaults to false.
Original file line number Diff line number Diff line change 37
37
description : AtlasBackupScheduleSpec defines the desired state of AtlasBackupSchedule
38
38
properties :
39
39
autoExportEnabled :
40
- default : true
40
+ default : false
41
41
description : Specify true to enable automatic export of cloud backup
42
42
snapshots to the AWS bucket. You must also define the export policy
43
43
using export. If omitted, defaults to false.
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ spec:
198
198
description : AtlasBackupScheduleSpec defines the desired state of AtlasBackupSchedule
199
199
properties :
200
200
autoExportEnabled :
201
- default : true
201
+ default : false
202
202
description : Specify true to enable automatic export of cloud backup
203
203
snapshots to the AWS bucket. You must also define the export policy
204
204
using export. If omitted, defaults to false.
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ spec:
282
282
valueFrom :
283
283
fieldRef :
284
284
fieldPath : metadata.namespace
285
- image : mongodb/mongodb-atlas-kubernetes-operator:1.6.0
285
+ image : mongodb/mongodb-atlas-kubernetes-operator:1.6.1
286
286
imagePullPolicy : Always
287
287
livenessProbe :
288
288
httpGet :
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ spec:
198
198
description : AtlasBackupScheduleSpec defines the desired state of AtlasBackupSchedule
199
199
properties :
200
200
autoExportEnabled :
201
- default : true
201
+ default : false
202
202
description : Specify true to enable automatic export of cloud backup
203
203
snapshots to the AWS bucket. You must also define the export policy
204
204
using export. If omitted, defaults to false.
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ spec:
281
281
valueFrom :
282
282
fieldRef :
283
283
fieldPath : metadata.namespace
284
- image : mongodb/mongodb-atlas-kubernetes-operator:1.6.0
284
+ image : mongodb/mongodb-atlas-kubernetes-operator:1.6.1
285
285
imagePullPolicy : Always
286
286
livenessProbe :
287
287
httpGet :
You can’t perform that action at this time.
0 commit comments