From ebae378a301b99730a0c046d3d85fdec70042b8a Mon Sep 17 00:00:00 2001 From: Deepak Tiwari Date: Tue, 11 Jul 2023 11:34:18 +0530 Subject: [PATCH] Have updated the helm chart for mongodb-operator to 0.8.0 version --- .../mongodb-operator/Chart.yaml | 2 +- .../charts/community-operator/Chart.lock | 6 ++-- .../charts/community-operator/Chart.yaml | 18 +++++----- .../charts/community-operator-crds/Chart.yaml | 4 +-- ...ommunity.mongodb.com_mongodbcommunity.yaml | 33 +++++++++++-------- 5 files changed, 34 insertions(+), 29 deletions(-) diff --git a/argocd-helm-charts/mongodb-operator/Chart.yaml b/argocd-helm-charts/mongodb-operator/Chart.yaml index 5b917b8e6..1f9fbf05d 100644 --- a/argocd-helm-charts/mongodb-operator/Chart.yaml +++ b/argocd-helm-charts/mongodb-operator/Chart.yaml @@ -4,5 +4,5 @@ name: mongodb-operator version: 0.7.6 dependencies: - name: community-operator - version: 0.7.8 + version: "0.8.0" repository: https://mongodb.github.io/helm-charts diff --git a/argocd-helm-charts/mongodb-operator/charts/community-operator/Chart.lock b/argocd-helm-charts/mongodb-operator/charts/community-operator/Chart.lock index 08e8e21f5..d84b24fdb 100644 --- a/argocd-helm-charts/mongodb-operator/charts/community-operator/Chart.lock +++ b/argocd-helm-charts/mongodb-operator/charts/community-operator/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: community-operator-crds repository: https://mongodb.github.io/helm-charts - version: 0.7.8 -digest: sha256:8e7705672eefdf0c4d53629c122d643a5aad42c26c85171d089a268e5f140186 -generated: "2023-01-30T12:57:52.51061305Z" + version: 0.8.0 +digest: sha256:0269f3a1c42f288a4b21afb4ad5a0ad5044b87525bc9176891538785f9f8c9f4 +generated: "2023-07-11T11:26:25.743427997+05:30" diff --git a/argocd-helm-charts/mongodb-operator/charts/community-operator/Chart.yaml b/argocd-helm-charts/mongodb-operator/charts/community-operator/Chart.yaml index 88976f4d5..0ad3c5b96 100644 --- a/argocd-helm-charts/mongodb-operator/charts/community-operator/Chart.yaml +++ b/argocd-helm-charts/mongodb-operator/charts/community-operator/Chart.yaml @@ -1,21 +1,21 @@ apiVersion: v2 appVersion: 0.7.8 dependencies: -- condition: community-operator-crds.enabled - name: community-operator-crds - repository: https://mongodb.github.io/helm-charts - version: 0.7.8 + - condition: community-operator-crds.enabled + name: community-operator-crds + repository: https://mongodb.github.io/helm-charts + version: 0.8.0 description: MongoDB Kubernetes Community Operator home: https://github.com/mongodb/mongodb-kubernetes-operator icon: https://mongodb-images-new.s3.eu-west-1.amazonaws.com/leaf-green-dark.png keywords: -- mongodb -- database -- nosql + - mongodb + - database + - nosql kubeVersion: '>=1.16-0' maintainers: -- email: support@mongodb.com - name: MongoDB + - email: support@mongodb.com + name: MongoDB name: community-operator type: application version: 0.7.8 diff --git a/argocd-helm-charts/mongodb-operator/charts/community-operator/charts/community-operator-crds/Chart.yaml b/argocd-helm-charts/mongodb-operator/charts/community-operator/charts/community-operator-crds/Chart.yaml index bed14d1da..adfa1228e 100644 --- a/argocd-helm-charts/mongodb-operator/charts/community-operator/charts/community-operator-crds/Chart.yaml +++ b/argocd-helm-charts/mongodb-operator/charts/community-operator/charts/community-operator-crds/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.7.8 +appVersion: 0.8.0 description: MongoDB Kubernetes Community Operator - CRDs home: https://github.com/mongodb/mongodb-kubernetes-operator icon: https://mongodb-images-new.s3.eu-west-1.amazonaws.com/leaf-green-dark.png @@ -13,4 +13,4 @@ maintainers: name: MongoDB name: community-operator-crds type: application -version: 0.7.8 +version: 0.8.0 diff --git a/argocd-helm-charts/mongodb-operator/charts/community-operator/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml b/argocd-helm-charts/mongodb-operator/charts/community-operator/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml index a31267507..5114f2823 100644 --- a/argocd-helm-charts/mongodb-operator/charts/community-operator/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml +++ b/argocd-helm-charts/mongodb-operator/charts/community-operator/charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml @@ -1,16 +1,15 @@ - --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.4.1 - service.binding/type: 'mongodb' - service.binding/provider: 'community' - service.binding: 'path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret' - service.binding/connectionString: 'path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=connectionString.standardSrv' - service.binding/username: 'path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=username' - service.binding/password: 'path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=password' + controller-gen.kubebuilder.io/version: v0.11.3 + service.binding: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret + service.binding/connectionString: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=connectionString.standardSrv + service.binding/password: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=password + service.binding/provider: community + service.binding/type: mongodb + service.binding/username: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=username creationTimestamp: null name: mongodbcommunity.mongodbcommunity.mongodb.com spec: @@ -60,6 +59,15 @@ spec: nullable: true type: object x-kubernetes-preserve-unknown-fields: true + agent: + description: AgentConfiguration sets options for the MongoDB automation + agent + properties: + logLevel: + type: string + maxLogFileDurationHours: + type: integer + type: object arbiters: description: 'Arbiters is the number of arbiters to add to the Replica Set. It is not recommended to have more than one arbiter per Replica @@ -277,6 +285,7 @@ spec: TODO: Add other useful fields. apiVersion, kind, uid?' type: string type: object + x-kubernetes-map-type: atomic caConfigMapRef: description: CaConfigMap is a reference to a ConfigMap containing the certificate for the CA which signed the server certificates @@ -289,6 +298,7 @@ spec: TODO: Add other useful fields. apiVersion, kind, uid?' type: string type: object + x-kubernetes-map-type: atomic certificateKeySecretRef: description: CertificateKeySecret is a reference to a Secret containing a private key and certificate to use for TLS. @@ -306,6 +316,7 @@ spec: TODO: Add other useful fields. apiVersion, kind, uid?' type: string type: object + x-kubernetes-map-type: atomic enabled: type: boolean optional: @@ -434,9 +445,3 @@ spec: storage: true subresources: status: {} -status: - acceptedNames: - kind: "" - plural: "" - conditions: [] - storedVersions: []