From ed2271d53c13d6cddde28c4e966bc19328ba952e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Cabrera=20Mi=C3=B1agorri?= Date: Fri, 11 Sep 2020 16:38:51 +0200 Subject: [PATCH] [bitnami/mongodb] Fix values descriptions (#3656) --- bitnami/mongodb/Chart.yaml | 2 +- bitnami/mongodb/values-production.yaml | 12 ++++++------ bitnami/mongodb/values.yaml | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bitnami/mongodb/Chart.yaml b/bitnami/mongodb/Chart.yaml index 61633c6f1b..9654af6652 100644 --- a/bitnami/mongodb/Chart.yaml +++ b/bitnami/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 9.1.1 +version: 9.1.2 appVersion: 4.4.1 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/bitnami/mongodb/values-production.yaml b/bitnami/mongodb/values-production.yaml index 2dbf2b069a..fd5545571f 100644 --- a/bitnami/mongodb/values-production.yaml +++ b/bitnami/mongodb/values-production.yaml @@ -487,7 +487,7 @@ externalAccess: requests: {} # cpu: 100m # memory: 128Mi - ## Parameters to configure K8s service(s) used to externally access Kafka brokers + ## Parameters to configure K8s service(s) used to externally access MongoDB ## A new service per broker will be created ## service: @@ -497,7 +497,7 @@ externalAccess: ## Port used when service type is LoadBalancer ## port: 27017 - ## Array of load balancer IPs for each Kafka broker. Length must be the same as replicaCount + ## Array of load balancer IPs for each MongoDB node. Length must be the same as replicaCount ## Example: ## loadBalancerIPs: ## - X.X.X.X @@ -511,14 +511,14 @@ externalAccess: ## - 10.10.10.0/24 ## loadBalancerSourceRanges: [] - ## Array of node ports used for each Kafka broker. Length must be the same as replicaCount + ## Array of node ports used for each MongoDB node. Length must be the same as replicaCount ## Example: ## nodePorts: ## - 30001 ## - 30002 ## nodePorts: [] - ## When service type is NodePort, you can specify the domain used for Kafka advertised listeners. + ## When service type is NodePort, you can specify the domain used for MongoDB advertised hostnames. ## If not specified, the container will try to get the kubernetes node external IP ## # domain: mydomain.com @@ -737,8 +737,8 @@ serviceAccount: ## rbac: ## Specifies whether RBAC rules should be created - ## binding Kafka ServiceAccount to a role - ## that allows Kafka pods querying the K8s API + ## binding MongoDB ServiceAccount to a role + ## that allows MongoDB pods querying the K8s API ## create: false diff --git a/bitnami/mongodb/values.yaml b/bitnami/mongodb/values.yaml index c82a49a597..9481f110b4 100644 --- a/bitnami/mongodb/values.yaml +++ b/bitnami/mongodb/values.yaml @@ -487,7 +487,7 @@ externalAccess: requests: {} # cpu: 100m # memory: 128Mi - ## Parameters to configure K8s service(s) used to externally access Kafka brokers + ## Parameters to configure K8s service(s) used to externally access MongoDB ## A new service per broker will be created ## service: @@ -497,7 +497,7 @@ externalAccess: ## Port used when service type is LoadBalancer ## port: 27017 - ## Array of load balancer IPs for each Kafka broker. Length must be the same as replicaCount + ## Array of load balancer IPs for each MongoDB node. Length must be the same as replicaCount ## Example: ## loadBalancerIPs: ## - X.X.X.X @@ -511,14 +511,14 @@ externalAccess: ## - 10.10.10.0/24 ## loadBalancerSourceRanges: [] - ## Array of node ports used for each Kafka broker. Length must be the same as replicaCount + ## Array of node ports used for each MongoDB nodes. Length must be the same as replicaCount ## Example: ## nodePorts: ## - 30001 ## - 30002 ## nodePorts: [] - ## When service type is NodePort, you can specify the domain used for Kafka advertised listeners. + ## When service type is NodePort, you can specify the domain used for MongoDB advertised hostnames. ## If not specified, the container will try to get the kubernetes node external IP ## # domain: mydomain.com @@ -737,8 +737,8 @@ serviceAccount: ## rbac: ## Specifies whether RBAC rules should be created - ## binding Kafka ServiceAccount to a role - ## that allows Kafka pods querying the K8s API + ## binding MongoDB ServiceAccount to a role + ## that allows MongoDB pods querying the K8s API ## create: false