Skip to content

Commit f12ab98

Browse files
Release 2.2.0 (#1461)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4e68b7f commit f12ab98

10 files changed

+100
-121
lines changed

bundle/manifests/atlas.mongodb.com_atlasbackuppolicies.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ spec:
8989
- daily
9090
- weekly
9191
- monthly
92+
- yearly
9293
type: string
9394
retentionUnit:
9495
description: 'Scope of the backup policy item: days, weeks,
@@ -97,6 +98,7 @@ spec:
9798
- days
9899
- weeks
99100
- months
101+
- years
100102
type: string
101103
retentionValue:
102104
description: Value to associate with RetentionUnit

bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 84 additions & 117 deletions
Large diffs are not rendered by default.

deploy/all-in-one.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ spec:
9898
- daily
9999
- weekly
100100
- monthly
101+
- yearly
101102
type: string
102103
retentionUnit:
103104
description: 'Scope of the backup policy item: days, weeks,
@@ -106,6 +107,7 @@ spec:
106107
- days
107108
- weeks
108109
- months
110+
- years
109111
type: string
110112
retentionValue:
111113
description: Value to associate with RetentionUnit
@@ -3864,7 +3866,7 @@ spec:
38643866
valueFrom:
38653867
fieldRef:
38663868
fieldPath: metadata.namespace
3867-
image: mongodb/mongodb-atlas-kubernetes-operator:2.1.0
3869+
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.0
38683870
imagePullPolicy: Always
38693871
livenessProbe:
38703872
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ spec:
326326
valueFrom:
327327
fieldRef:
328328
fieldPath: metadata.namespace
329-
image: mongodb/mongodb-atlas-kubernetes-operator:2.1.0
329+
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.0
330330
imagePullPolicy: Always
331331
livenessProbe:
332332
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ spec:
8585
- daily
8686
- weekly
8787
- monthly
88+
- yearly
8889
type: string
8990
retentionUnit:
9091
description: 'Scope of the backup policy item: days, weeks,
@@ -93,6 +94,7 @@ spec:
9394
- days
9495
- weeks
9596
- months
97+
- years
9698
type: string
9799
retentionValue:
98100
description: Value to associate with RetentionUnit

deploy/crds/atlas.mongodb.com_atlasbackuppolicies.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ spec:
8686
- daily
8787
- weekly
8888
- monthly
89+
- yearly
8990
type: string
9091
retentionUnit:
9192
description: 'Scope of the backup policy item: days, weeks,
@@ -94,6 +95,7 @@ spec:
9495
- days
9596
- weeks
9697
- months
98+
- years
9799
type: string
98100
retentionValue:
99101
description: Value to associate with RetentionUnit

deploy/namespaced/crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ spec:
8585
- daily
8686
- weekly
8787
- monthly
88+
- yearly
8889
type: string
8990
retentionUnit:
9091
description: 'Scope of the backup policy item: days, weeks,
@@ -93,6 +94,7 @@ spec:
9394
- days
9495
- weeks
9596
- months
97+
- years
9698
type: string
9799
retentionValue:
98100
description: Value to associate with RetentionUnit

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ spec:
332332
valueFrom:
333333
fieldRef:
334334
fieldPath: metadata.namespace
335-
image: mongodb/mongodb-atlas-kubernetes-operator:2.1.0
335+
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.0
336336
imagePullPolicy: Always
337337
livenessProbe:
338338
httpGet:

deploy/openshift/crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ spec:
8585
- daily
8686
- weekly
8787
- monthly
88+
- yearly
8889
type: string
8990
retentionUnit:
9091
description: 'Scope of the backup policy item: days, weeks,
@@ -93,6 +94,7 @@ spec:
9394
- days
9495
- weeks
9596
- months
97+
- years
9698
type: string
9799
retentionValue:
98100
description: Value to associate with RetentionUnit

deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ spec:
331331
valueFrom:
332332
fieldRef:
333333
fieldPath: metadata.namespace
334-
image: mongodb/mongodb-atlas-kubernetes-operator:2.1.0
334+
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.0
335335
imagePullPolicy: Always
336336
livenessProbe:
337337
httpGet:

0 commit comments

Comments
 (0)