Skip to content

Commit

Permalink
Have updated the helm chart for mongodb-operator to 0.8.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Tiwari committed Jul 11, 2023
1 parent 19b3ca1 commit ebae378
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 29 deletions.
2 changes: 1 addition & 1 deletion argocd-helm-charts/mongodb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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"
Original file line number Diff line number Diff line change
@@ -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: [email protected]
name: MongoDB
- email: [email protected]
name: MongoDB
name: community-operator
type: application
version: 0.7.8
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,4 +13,4 @@ maintainers:
name: MongoDB
name: community-operator-crds
type: application
version: 0.7.8
version: 0.8.0
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -434,9 +445,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []

0 comments on commit ebae378

Please sign in to comment.