File tree 11 files changed +28
-26
lines changed
kubernetes-clients/python/__pycache__
11 files changed +28
-26
lines changed Original file line number Diff line number Diff line change 1
- ---
1
+ # # ---
2
2
# Source: mongodb-enterprise-operator/templates/crds.yaml
3
3
4
4
---
33
33
type : date
34
34
description : The time since the MongoDB resource was created.
35
35
JSONPath : .metadata.creationTimestamp
36
- - name : Warnings
37
- type : string
38
- description : Warnings
39
- JSONPath : .status.warnings
40
36
41
37
validation :
42
38
openAPIV3Schema :
@@ -386,22 +382,26 @@ spec:
386
382
type : string
387
383
description : The version of MongoDBOpsManager.
388
384
JSONPath : .spec.version
389
- - name : Version (DB )
385
+ - name : Version (AppDB )
390
386
type : string
391
387
description : The version of Application Database .
392
388
JSONPath : .spec.applicationDatabase.version
393
389
- name : State
394
390
type : string
395
391
description : The current state of the MongoDBOpsManager.
396
392
JSONPath : .status.opsManager.phase
397
- - name : State (DB )
393
+ - name : State (AppDB )
398
394
type : string
399
395
description : The current state of the MongoDBOpsManager Application Database.
400
396
JSONPath : .status.applicationDatabase.phase
401
397
- name : Age
402
398
type : date
403
399
description : The time since the MongoDBOpsManager resource was created.
404
400
JSONPath : .metadata.creationTimestamp
401
+ - name : Warnings
402
+ type : string
403
+ description : Warnings
404
+ JSONPath : .status.warnings
405
405
validation :
406
406
openAPIV3Schema :
407
407
type : object
@@ -562,5 +562,6 @@ rules:
562
562
- get
563
563
- create
564
564
- update
565
+ - delete
565
566
566
567
Original file line number Diff line number Diff line change 1
1
name : mongodb-enterprise-operator
2
2
description : MongoDB Kubernetes Enterprise Operator
3
- version : 1.4.3
3
+ version : 1.4.4
4
4
kubeVersion : ' >=1.13'
5
5
keywords :
6
6
- mongodb
Original file line number Diff line number Diff line change 31
31
type : date
32
32
description : The time since the MongoDB resource was created.
33
33
JSONPath : .metadata.creationTimestamp
34
- - name : Warnings
35
- type : string
36
- description : Warnings
37
- JSONPath : .status.warnings
38
34
39
35
validation :
40
36
openAPIV3Schema :
@@ -384,22 +380,26 @@ spec:
384
380
type : string
385
381
description : The version of MongoDBOpsManager.
386
382
JSONPath : .spec.version
387
- - name : Version (DB )
383
+ - name : Version (AppDB )
388
384
type : string
389
385
description : The version of Application Database .
390
386
JSONPath : .spec.applicationDatabase.version
391
387
- name : State
392
388
type : string
393
389
description : The current state of the MongoDBOpsManager.
394
390
JSONPath : .status.opsManager.phase
395
- - name : State (DB )
391
+ - name : State (AppDB )
396
392
type : string
397
393
description : The current state of the MongoDBOpsManager Application Database.
398
394
JSONPath : .status.applicationDatabase.phase
399
395
- name : Age
400
396
type : date
401
397
description : The time since the MongoDBOpsManager resource was created.
402
398
JSONPath : .metadata.creationTimestamp
399
+ - name : Warnings
400
+ type : string
401
+ description : Warnings
402
+ JSONPath : .status.warnings
403
403
validation :
404
404
openAPIV3Schema :
405
405
type : object
@@ -560,5 +560,6 @@ rules:
560
560
- get
561
561
- create
562
562
- update
563
+ - delete
563
564
564
565
{{ end }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ operator:
15
15
name : enterprise-operator
16
16
17
17
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
18
- version : 1.4.3
18
+ version : 1.4.4
19
19
20
20
database :
21
21
name : enterprise-database
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ operator:
16
16
name : mongodb-enterprise-operator
17
17
18
18
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
19
- version : 1.4.3
19
+ version : 1.4.4
20
20
21
21
database :
22
22
name : mongodb-enterprise-database
Original file line number Diff line number Diff line change 1
- ---
1
+ # # ---
2
2
# Source: mongodb-enterprise-operator/templates/operator-roles.yaml
3
3
---
4
4
apiVersion : v1
@@ -122,7 +122,7 @@ subjects:
122
122
namespace : mongodb
123
123
124
124
125
- ---
125
+ # # ---
126
126
# Source: mongodb-enterprise-operator/templates/database-roles.yaml
127
127
---
128
128
apiVersion : v1
@@ -167,7 +167,7 @@ subjects:
167
167
name : mongodb-enterprise-appdb
168
168
namespace : mongodb
169
169
170
- ---
170
+ # # ---
171
171
# Source: mongodb-enterprise-operator/templates/operator.yaml
172
172
---
173
173
apiVersion : apps/v1
@@ -189,7 +189,7 @@ spec:
189
189
190
190
containers :
191
191
- name : enterprise-operator
192
- image : registry.connect.redhat.com/mongodb/enterprise-operator:1.4.3
192
+ image : registry.connect.redhat.com/mongodb/enterprise-operator:1.4.4
193
193
imagePullPolicy : Always
194
194
env :
195
195
- name : OPERATOR_ENV
@@ -205,7 +205,7 @@ spec:
205
205
- name : MANAGED_SECURITY_CONTEXT
206
206
value : ' true'
207
207
- name : MONGODB_ENTERPRISE_DATABASE_IMAGE
208
- value : registry.connect.redhat.com/mongodb/enterprise-database:1.4.3
208
+ value : registry.connect.redhat.com/mongodb/enterprise-database:1.4.4
209
209
- name : IMAGE_PULL_POLICY
210
210
value : Always
211
211
- name : OPS_MANAGER_IMAGE_REPOSITORY
Original file line number Diff line number Diff line change 1
- ---
1
+ # # ---
2
2
# Source: mongodb-enterprise-operator/templates/operator-roles.yaml
3
3
---
4
4
apiVersion : v1
@@ -122,7 +122,7 @@ subjects:
122
122
namespace : mongodb
123
123
124
124
125
- ---
125
+ # # ---
126
126
# Source: mongodb-enterprise-operator/templates/database-roles.yaml
127
127
---
128
128
apiVersion : v1
@@ -167,7 +167,7 @@ subjects:
167
167
name : mongodb-enterprise-appdb
168
168
namespace : mongodb
169
169
170
- ---
170
+ # # ---
171
171
# Source: mongodb-enterprise-operator/templates/operator.yaml
172
172
---
173
173
apiVersion : apps/v1
@@ -192,7 +192,7 @@ spec:
192
192
193
193
containers :
194
194
- name : mongodb-enterprise-operator
195
- image : quay.io/mongodb/mongodb-enterprise-operator:1.4.3
195
+ image : quay.io/mongodb/mongodb-enterprise-operator:1.4.4
196
196
imagePullPolicy : Always
197
197
env :
198
198
- name : OPERATOR_ENV
@@ -206,7 +206,7 @@ spec:
206
206
fieldRef :
207
207
fieldPath : metadata.namespace
208
208
- name : MONGODB_ENTERPRISE_DATABASE_IMAGE
209
- value : quay.io/mongodb/mongodb-enterprise-database:1.4.3
209
+ value : quay.io/mongodb/mongodb-enterprise-database:1.4.4
210
210
- name : IMAGE_PULL_POLICY
211
211
value : Always
212
212
- name : OPS_MANAGER_IMAGE_REPOSITORY
File renamed without changes.
You can’t perform that action at this time.
0 commit comments