From 063664e9a335acc4257cdc9d5303988e33eea5b5 Mon Sep 17 00:00:00 2001 From: mms-build-account Date: Wed, 23 Mar 2022 14:11:19 +0000 Subject: [PATCH 1/3] Updated: mongodb-enterprise.yaml --- mongodb-enterprise.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mongodb-enterprise.yaml b/mongodb-enterprise.yaml index 2f2e618..d0cb8ab 100644 --- a/mongodb-enterprise.yaml +++ b/mongodb-enterprise.yaml @@ -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 @@ -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 From f30df99d506d1cefe1529600210370aee1fa7323 Mon Sep 17 00:00:00 2001 From: mms-build-account Date: Wed, 23 Mar 2022 14:11:20 +0000 Subject: [PATCH 2/3] Updated: mongodb-enterprise-openshift.yaml --- mongodb-enterprise-openshift.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mongodb-enterprise-openshift.yaml b/mongodb-enterprise-openshift.yaml index 7a61ad3..7c0919b 100644 --- a/mongodb-enterprise-openshift.yaml +++ b/mongodb-enterprise-openshift.yaml @@ -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 @@ -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 From bb7cb1bc2a209c8293a5fb0e76e615865873b39e Mon Sep 17 00:00:00 2001 From: mms-build-account Date: Wed, 23 Mar 2022 14:11:22 +0000 Subject: [PATCH 3/3] Updated: crds.yaml --- crds.yaml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/crds.yaml b/crds.yaml index 630de20..1ce9b24 100644 --- a/crds.yaml +++ b/crds.yaml @@ -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: @@ -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 @@ -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