Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,53 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
prometheus:
description: Prometheus configurations.
properties:
metricsPath:
description: Indicates path to the metrics endpoint.
pattern: ^\/[a-z0-9]+$
type: string
passwordSecretRef:
description: Name of a Secret containing a HTTP Basic Auth Password.
properties:
key:
description: Key is the key in the secret storing this password.
Defaults to "password"
type: string
name:
description: Name is the name of the secret storing this user's
password
type: string
required:
- name
type: object
port:
description: Port where metrics endpoint will bind to. Defaults
to 9216.
type: integer
tlsSecretKeyRef:
description: Name of a Secret (type kubernetes.io/tls) holding
the certificates to use in the Prometheus endpoint.
properties:
key:
description: Key is the key in the secret storing this password.
Defaults to "password"
type: string
name:
description: Name is the name of the secret storing this user's
password
type: string
required:
- name
type: object
username:
description: HTTP Basic Auth Username for metrics endpoint.
type: string
required:
- passwordSecretRef
- username
type: object
security:
properties:
authentication:
Expand Down Expand Up @@ -2089,6 +2136,10 @@ spec:
store configs used for backup.
items:
properties:
customCertificate:
description: Set this to "true" when you have custom certificates
for your S3 buckets
type: boolean
irsaEnabled:
description: 'This is only set to "true" when user is running
in EKS and is using AWS IRSA to configure S3 snapshot
Expand Down Expand Up @@ -2136,6 +2187,10 @@ spec:
s3Stores:
items:
properties:
customCertificate:
description: Set this to "true" when you have custom certificates
for your S3 buckets
type: boolean
irsaEnabled:
description: 'This is only set to "true" when user is running
in EKS and is using AWS IRSA to configure S3 snapshot
Expand Down
4 changes: 2 additions & 2 deletions mongodb-enterprise-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ spec:
serviceAccountName: mongodb-enterprise-operator
containers:
- name: mongodb-enterprise-operator
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.15.1
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.15.2
imagePullPolicy: Always
args:
- -watch-resource=mongodb
Expand Down Expand Up @@ -225,7 +225,7 @@ spec:
- name: INIT_DATABASE_IMAGE_REPOSITORY
value: registry.connect.redhat.com/mongodb/mongodb-enterprise-init-database
- name: INIT_DATABASE_VERSION
value: 1.0.8
value: 1.0.9
- name: DATABASE_VERSION
value: 2.0.2
# Ops Manager
Expand Down
4 changes: 2 additions & 2 deletions mongodb-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
runAsUser: 2000
containers:
- name: mongodb-enterprise-operator
image: quay.io/mongodb/mongodb-enterprise-operator:1.15.1
image: quay.io/mongodb/mongodb-enterprise-operator:1.15.2
imagePullPolicy: Always
args:
- -watch-resource=mongodb
Expand Down Expand Up @@ -226,7 +226,7 @@ spec:
- name: INIT_DATABASE_IMAGE_REPOSITORY
value: quay.io/mongodb/mongodb-enterprise-init-database
- name: INIT_DATABASE_VERSION
value: 1.0.8
value: 1.0.9
- name: DATABASE_VERSION
value: 2.0.2
# Ops Manager
Expand Down