Skip to content

Commit 7bfba07

Browse files
author
Rodrigo Valin
committed
54d03e26fd4105b0c096c13a2e608af23e863011: update public repo contents
1 parent 41b0c4f commit 7bfba07

11 files changed

+28
-26
lines changed

crds.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
##---
22
# Source: mongodb-enterprise-operator/templates/crds.yaml
33

44
---
@@ -33,10 +33,6 @@ spec:
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

helm_chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mongodb-enterprise-operator
22
description: MongoDB Kubernetes Enterprise Operator
3-
version: 1.4.3
3+
version: 1.4.4
44
kubeVersion: '>=1.13'
55
keywords:
66
- mongodb

helm_chart/templates/crds.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ spec:
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 }}

helm_chart/values-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2020
database:
2121
name: enterprise-database

helm_chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2121
database:
2222
name: mongodb-enterprise-database

mongodb-enterprise-openshift.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
##---
22
# Source: mongodb-enterprise-operator/templates/operator-roles.yaml
33
---
44
apiVersion: v1
@@ -122,7 +122,7 @@ subjects:
122122
namespace: mongodb
123123

124124

125-
---
125+
##---
126126
# Source: mongodb-enterprise-operator/templates/database-roles.yaml
127127
---
128128
apiVersion: 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
---
173173
apiVersion: 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

mongodb-enterprise.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
##---
22
# Source: mongodb-enterprise-operator/templates/operator-roles.yaml
33
---
44
apiVersion: v1
@@ -122,7 +122,7 @@ subjects:
122122
namespace: mongodb
123123

124124

125-
---
125+
##---
126126
# Source: mongodb-enterprise-operator/templates/database-roles.yaml
127127
---
128128
apiVersion: 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
---
173173
apiVersion: 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
Binary file not shown.

0 commit comments

Comments
 (0)