Skip to content

Commit

Permalink
Release 2.2.0 (#1461)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent 4e68b7f commit f12ab98
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 121 deletions.
2 changes: 2 additions & 0 deletions bundle/manifests/atlas.mongodb.com_atlasbackuppolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ spec:
- daily
- weekly
- monthly
- yearly
type: string
retentionUnit:
description: 'Scope of the backup policy item: days, weeks,
Expand All @@ -97,6 +98,7 @@ spec:
- days
- weeks
- months
- years
type: string
retentionValue:
description: Value to associate with RetentionUnit
Expand Down
201 changes: 84 additions & 117 deletions bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ spec:
- daily
- weekly
- monthly
- yearly
type: string
retentionUnit:
description: 'Scope of the backup policy item: days, weeks,
Expand All @@ -106,6 +107,7 @@ spec:
- days
- weeks
- months
- years
type: string
retentionValue:
description: Value to associate with RetentionUnit
Expand Down Expand Up @@ -3864,7 +3866,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.1.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/clusterwide/clusterwide-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.1.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 2 additions & 0 deletions deploy/clusterwide/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spec:
- daily
- weekly
- monthly
- yearly
type: string
retentionUnit:
description: 'Scope of the backup policy item: days, weeks,
Expand All @@ -93,6 +94,7 @@ spec:
- days
- weeks
- months
- years
type: string
retentionValue:
description: Value to associate with RetentionUnit
Expand Down
2 changes: 2 additions & 0 deletions deploy/crds/atlas.mongodb.com_atlasbackuppolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ spec:
- daily
- weekly
- monthly
- yearly
type: string
retentionUnit:
description: 'Scope of the backup policy item: days, weeks,
Expand All @@ -94,6 +95,7 @@ spec:
- days
- weeks
- months
- years
type: string
retentionValue:
description: Value to associate with RetentionUnit
Expand Down
2 changes: 2 additions & 0 deletions deploy/namespaced/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spec:
- daily
- weekly
- monthly
- yearly
type: string
retentionUnit:
description: 'Scope of the backup policy item: days, weeks,
Expand All @@ -93,6 +94,7 @@ spec:
- days
- weeks
- months
- years
type: string
retentionValue:
description: Value to associate with RetentionUnit
Expand Down
2 changes: 1 addition & 1 deletion deploy/namespaced/namespaced-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.1.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 2 additions & 0 deletions deploy/openshift/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spec:
- daily
- weekly
- monthly
- yearly
type: string
retentionUnit:
description: 'Scope of the backup policy item: days, weeks,
Expand All @@ -93,6 +94,7 @@ spec:
- days
- weeks
- months
- years
type: string
retentionValue:
description: Value to associate with RetentionUnit
Expand Down
2 changes: 1 addition & 1 deletion deploy/openshift/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.1.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.2.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit f12ab98

Please sign in to comment.