Skip to content

Commit

Permalink
54d03e26fd4105b0c096c13a2e608af23e863011: update public repo contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Valin committed Mar 11, 2020
1 parent 41b0c4f commit 7bfba07
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 26 deletions.
15 changes: 8 additions & 7 deletions crds.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
##---
# Source: mongodb-enterprise-operator/templates/crds.yaml

---
Expand Down Expand Up @@ -33,10 +33,6 @@ spec:
type: date
description: The time since the MongoDB resource was created.
JSONPath: .metadata.creationTimestamp
- name: Warnings
type: string
description: Warnings
JSONPath: .status.warnings

validation:
openAPIV3Schema:
Expand Down Expand Up @@ -386,22 +382,26 @@ spec:
type: string
description: The version of MongoDBOpsManager.
JSONPath: .spec.version
- name: Version (DB)
- name: Version (AppDB)
type: string
description: The version of Application Database .
JSONPath: .spec.applicationDatabase.version
- name: State
type: string
description: The current state of the MongoDBOpsManager.
JSONPath: .status.opsManager.phase
- name: State (DB)
- name: State (AppDB)
type: string
description: The current state of the MongoDBOpsManager Application Database.
JSONPath: .status.applicationDatabase.phase
- name: Age
type: date
description: The time since the MongoDBOpsManager resource was created.
JSONPath: .metadata.creationTimestamp
- name: Warnings
type: string
description: Warnings
JSONPath: .status.warnings
validation:
openAPIV3Schema:
type: object
Expand Down Expand Up @@ -562,5 +562,6 @@ rules:
- get
- create
- update
- delete


2 changes: 1 addition & 1 deletion helm_chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mongodb-enterprise-operator
description: MongoDB Kubernetes Enterprise Operator
version: 1.4.3
version: 1.4.4
kubeVersion: '>=1.13'
keywords:
- mongodb
Expand Down
13 changes: 7 additions & 6 deletions helm_chart/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ spec:
type: date
description: The time since the MongoDB resource was created.
JSONPath: .metadata.creationTimestamp
- name: Warnings
type: string
description: Warnings
JSONPath: .status.warnings

validation:
openAPIV3Schema:
Expand Down Expand Up @@ -384,22 +380,26 @@ spec:
type: string
description: The version of MongoDBOpsManager.
JSONPath: .spec.version
- name: Version (DB)
- name: Version (AppDB)
type: string
description: The version of Application Database .
JSONPath: .spec.applicationDatabase.version
- name: State
type: string
description: The current state of the MongoDBOpsManager.
JSONPath: .status.opsManager.phase
- name: State (DB)
- name: State (AppDB)
type: string
description: The current state of the MongoDBOpsManager Application Database.
JSONPath: .status.applicationDatabase.phase
- name: Age
type: date
description: The time since the MongoDBOpsManager resource was created.
JSONPath: .metadata.creationTimestamp
- name: Warnings
type: string
description: Warnings
JSONPath: .status.warnings
validation:
openAPIV3Schema:
type: object
Expand Down Expand Up @@ -560,5 +560,6 @@ rules:
- get
- create
- update
- delete

{{ end }}
2 changes: 1 addition & 1 deletion helm_chart/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ operator:
name: enterprise-operator

# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
version: 1.4.3
version: 1.4.4

database:
name: enterprise-database
Expand Down
2 changes: 1 addition & 1 deletion helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ operator:
name: mongodb-enterprise-operator

# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
version: 1.4.3
version: 1.4.4

database:
name: mongodb-enterprise-database
Expand Down
10 changes: 5 additions & 5 deletions mongodb-enterprise-openshift.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
##---
# Source: mongodb-enterprise-operator/templates/operator-roles.yaml
---
apiVersion: v1
Expand Down Expand Up @@ -122,7 +122,7 @@ subjects:
namespace: mongodb


---
##---
# Source: mongodb-enterprise-operator/templates/database-roles.yaml
---
apiVersion: v1
Expand Down Expand Up @@ -167,7 +167,7 @@ subjects:
name: mongodb-enterprise-appdb
namespace: mongodb

---
##---
# Source: mongodb-enterprise-operator/templates/operator.yaml
---
apiVersion: apps/v1
Expand All @@ -189,7 +189,7 @@ spec:

containers:
- name: enterprise-operator
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.4.3
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.4.4
imagePullPolicy: Always
env:
- name: OPERATOR_ENV
Expand All @@ -205,7 +205,7 @@ spec:
- name: MANAGED_SECURITY_CONTEXT
value: 'true'
- name: MONGODB_ENTERPRISE_DATABASE_IMAGE
value: registry.connect.redhat.com/mongodb/enterprise-database:1.4.3
value: registry.connect.redhat.com/mongodb/enterprise-database:1.4.4
- name: IMAGE_PULL_POLICY
value: Always
- name: OPS_MANAGER_IMAGE_REPOSITORY
Expand Down
10 changes: 5 additions & 5 deletions mongodb-enterprise.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
##---
# Source: mongodb-enterprise-operator/templates/operator-roles.yaml
---
apiVersion: v1
Expand Down Expand Up @@ -122,7 +122,7 @@ subjects:
namespace: mongodb


---
##---
# Source: mongodb-enterprise-operator/templates/database-roles.yaml
---
apiVersion: v1
Expand Down Expand Up @@ -167,7 +167,7 @@ subjects:
name: mongodb-enterprise-appdb
namespace: mongodb

---
##---
# Source: mongodb-enterprise-operator/templates/operator.yaml
---
apiVersion: apps/v1
Expand All @@ -192,7 +192,7 @@ spec:

containers:
- name: mongodb-enterprise-operator
image: quay.io/mongodb/mongodb-enterprise-operator:1.4.3
image: quay.io/mongodb/mongodb-enterprise-operator:1.4.4
imagePullPolicy: Always
env:
- name: OPERATOR_ENV
Expand All @@ -206,7 +206,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: MONGODB_ENTERPRISE_DATABASE_IMAGE
value: quay.io/mongodb/mongodb-enterprise-database:1.4.3
value: quay.io/mongodb/mongodb-enterprise-database:1.4.4
- name: IMAGE_PULL_POLICY
value: Always
- name: OPS_MANAGER_IMAGE_REPOSITORY
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7bfba07

Please sign in to comment.