Skip to content

Commit 8093b7d

Browse files
author
Rodrigo Valin
authored
Updates yaml files for release 1.14.0. (#211)
1 parent 1f6925b commit 8093b7d

18 files changed

+63
-3223
lines changed

crds.yaml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ spec:
7171
description: Backup contains configuration options for configuring
7272
backup for this MongoDB resource
7373
properties:
74+
autoTerminateOnDeletion:
75+
description: AutoTerminateOnDeletion indicates if the Operator
76+
should stop and terminate the Backup before the cleanup, when
77+
the MongoDB CR is deleted
78+
type: boolean
7479
mode:
7580
enum:
7681
- enabled
@@ -850,6 +855,11 @@ spec:
850855
description: Backup contains configuration options for configuring
851856
backup for this MongoDB resource
852857
properties:
858+
autoTerminateOnDeletion:
859+
description: AutoTerminateOnDeletion indicates if the Operator
860+
should stop and terminate the Backup before the cleanup, when
861+
the MongoDB CR is deleted
862+
type: boolean
853863
mode:
854864
enum:
855865
- enabled
@@ -2028,6 +2038,55 @@ spec:
20282038
- name
20292039
type: object
20302040
type: array
2041+
s3OpLogStores:
2042+
description: S3OplogStoreConfigs describes the list of s3 oplog
2043+
store configs used for backup.
2044+
items:
2045+
properties:
2046+
irsaEnabled:
2047+
description: 'This is only set to "true" when user is running
2048+
in EKS and is using AWS IRSA to configure S3 snapshot
2049+
store. For more details refer this: https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/'
2050+
type: boolean
2051+
mongodbResourceRef:
2052+
properties:
2053+
name:
2054+
type: string
2055+
namespace:
2056+
type: string
2057+
required:
2058+
- name
2059+
type: object
2060+
mongodbUserRef:
2061+
properties:
2062+
name:
2063+
type: string
2064+
required:
2065+
- name
2066+
type: object
2067+
name:
2068+
type: string
2069+
pathStyleAccessEnabled:
2070+
type: boolean
2071+
s3BucketEndpoint:
2072+
type: string
2073+
s3BucketName:
2074+
type: string
2075+
s3SecretRef:
2076+
properties:
2077+
name:
2078+
type: string
2079+
required:
2080+
- name
2081+
type: object
2082+
required:
2083+
- name
2084+
- pathStyleAccessEnabled
2085+
- s3BucketEndpoint
2086+
- s3BucketName
2087+
- s3SecretRef
2088+
type: object
2089+
type: array
20312090
s3Stores:
20322091
items:
20332092
properties:

dockerfiles/mongodb-enterprise-ops-manager/4.2.24/ubi/Dockerfile

Lines changed: 0 additions & 66 deletions
This file was deleted.

dockerfiles/mongodb-enterprise-ops-manager/4.2.24/ubuntu/Dockerfile

Lines changed: 0 additions & 73 deletions
This file was deleted.

dockerfiles/mongodb-enterprise-ops-manager/4.2.25/ubi/Dockerfile

Lines changed: 0 additions & 66 deletions
This file was deleted.

dockerfiles/mongodb-enterprise-ops-manager/4.2.25/ubuntu/Dockerfile

Lines changed: 0 additions & 73 deletions
This file was deleted.

helm_chart/Chart.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)