File tree Expand file tree Collapse file tree 11 files changed +28
-26
lines changed
kubernetes-clients/python/__pycache__ Expand file tree Collapse file tree 11 files changed +28
-26
lines changed Original file line number Diff line number Diff line change 1- ---
1+ # # ---
22# Source: mongodb-enterprise-operator/templates/crds.yaml
33
44---
3333 type : date
3434 description : The time since the MongoDB resource was created.
3535 JSONPath : .metadata.creationTimestamp
36- - name : Warnings
37- type : string
38- description : Warnings
39- JSONPath : .status.warnings
4036
4137 validation :
4238 openAPIV3Schema :
@@ -386,22 +382,26 @@ spec:
386382 type : string
387383 description : The version of MongoDBOpsManager.
388384 JSONPath : .spec.version
389- - name : Version (DB )
385+ - name : Version (AppDB )
390386 type : string
391387 description : The version of Application Database .
392388 JSONPath : .spec.applicationDatabase.version
393389 - name : State
394390 type : string
395391 description : The current state of the MongoDBOpsManager.
396392 JSONPath : .status.opsManager.phase
397- - name : State (DB )
393+ - name : State (AppDB )
398394 type : string
399395 description : The current state of the MongoDBOpsManager Application Database.
400396 JSONPath : .status.applicationDatabase.phase
401397 - name : Age
402398 type : date
403399 description : The time since the MongoDBOpsManager resource was created.
404400 JSONPath : .metadata.creationTimestamp
401+ - name : Warnings
402+ type : string
403+ description : Warnings
404+ JSONPath : .status.warnings
405405 validation :
406406 openAPIV3Schema :
407407 type : object
@@ -562,5 +562,6 @@ rules:
562562 - get
563563 - create
564564 - update
565+ - delete
565566
566567
Original file line number Diff line number Diff line change 11name : mongodb-enterprise-operator
22description : MongoDB Kubernetes Enterprise Operator
3- version : 1.4.3
3+ version : 1.4.4
44kubeVersion : ' >=1.13'
55keywords :
66- mongodb
Original file line number Diff line number Diff line change 3131 type : date
3232 description : The time since the MongoDB resource was created.
3333 JSONPath : .metadata.creationTimestamp
34- - name : Warnings
35- type : string
36- description : Warnings
37- JSONPath : .status.warnings
3834
3935 validation :
4036 openAPIV3Schema :
@@ -384,22 +380,26 @@ spec:
384380 type : string
385381 description : The version of MongoDBOpsManager.
386382 JSONPath : .spec.version
387- - name : Version (DB )
383+ - name : Version (AppDB )
388384 type : string
389385 description : The version of Application Database .
390386 JSONPath : .spec.applicationDatabase.version
391387 - name : State
392388 type : string
393389 description : The current state of the MongoDBOpsManager.
394390 JSONPath : .status.opsManager.phase
395- - name : State (DB )
391+ - name : State (AppDB )
396392 type : string
397393 description : The current state of the MongoDBOpsManager Application Database.
398394 JSONPath : .status.applicationDatabase.phase
399395 - name : Age
400396 type : date
401397 description : The time since the MongoDBOpsManager resource was created.
402398 JSONPath : .metadata.creationTimestamp
399+ - name : Warnings
400+ type : string
401+ description : Warnings
402+ JSONPath : .status.warnings
403403 validation :
404404 openAPIV3Schema :
405405 type : object
@@ -560,5 +560,6 @@ rules:
560560 - get
561561 - create
562562 - update
563+ - delete
563564
564565{{ end }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ operator:
1515 name : enterprise-operator
1616
1717 # Version of mongodb-enterprise-operator and mongodb-enterprise-database images
18- version : 1.4.3
18+ version : 1.4.4
1919
2020database :
2121 name : enterprise-database
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ operator:
1616 name : mongodb-enterprise-operator
1717
1818 # Version of mongodb-enterprise-operator and mongodb-enterprise-database images
19- version : 1.4.3
19+ version : 1.4.4
2020
2121database :
2222 name : mongodb-enterprise-database
Original file line number Diff line number Diff line change 1- ---
1+ # # ---
22# Source: mongodb-enterprise-operator/templates/operator-roles.yaml
33---
44apiVersion : v1
@@ -122,7 +122,7 @@ subjects:
122122 namespace : mongodb
123123
124124
125- ---
125+ # # ---
126126# Source: mongodb-enterprise-operator/templates/database-roles.yaml
127127---
128128apiVersion : v1
@@ -167,7 +167,7 @@ subjects:
167167 name : mongodb-enterprise-appdb
168168 namespace : mongodb
169169
170- ---
170+ # # ---
171171# Source: mongodb-enterprise-operator/templates/operator.yaml
172172---
173173apiVersion : apps/v1
@@ -189,7 +189,7 @@ spec:
189189
190190 containers :
191191 - 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
193193 imagePullPolicy : Always
194194 env :
195195 - name : OPERATOR_ENV
@@ -205,7 +205,7 @@ spec:
205205 - name : MANAGED_SECURITY_CONTEXT
206206 value : ' true'
207207 - 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
209209 - name : IMAGE_PULL_POLICY
210210 value : Always
211211 - name : OPS_MANAGER_IMAGE_REPOSITORY
Original file line number Diff line number Diff line change 1- ---
1+ # # ---
22# Source: mongodb-enterprise-operator/templates/operator-roles.yaml
33---
44apiVersion : v1
@@ -122,7 +122,7 @@ subjects:
122122 namespace : mongodb
123123
124124
125- ---
125+ # # ---
126126# Source: mongodb-enterprise-operator/templates/database-roles.yaml
127127---
128128apiVersion : v1
@@ -167,7 +167,7 @@ subjects:
167167 name : mongodb-enterprise-appdb
168168 namespace : mongodb
169169
170- ---
170+ # # ---
171171# Source: mongodb-enterprise-operator/templates/operator.yaml
172172---
173173apiVersion : apps/v1
@@ -192,7 +192,7 @@ spec:
192192
193193 containers :
194194 - 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
196196 imagePullPolicy : Always
197197 env :
198198 - name : OPERATOR_ENV
@@ -206,7 +206,7 @@ spec:
206206 fieldRef :
207207 fieldPath : metadata.namespace
208208 - 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
210210 - name : IMAGE_PULL_POLICY
211211 value : Always
212212 - name : OPS_MANAGER_IMAGE_REPOSITORY
You can’t perform that action at this time.
0 commit comments