diff --git a/bitnami/mongodb/Chart.yaml b/bitnami/mongodb/Chart.yaml index f0e5d9b313..5d0f6d2892 100644 --- a/bitnami/mongodb/Chart.yaml +++ b/bitnami/mongodb/Chart.yaml @@ -26,4 +26,4 @@ name: mongodb sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://mongodb.org -version: 10.20.2 +version: 10.20.3 diff --git a/bitnami/mongodb/values.yaml b/bitnami/mongodb/values.yaml index bd46b62fe0..4b7379a5dc 100644 --- a/bitnami/mongodb/values.yaml +++ b/bitnami/mongodb/values.yaml @@ -49,6 +49,7 @@ image: clusterDomain: cluster.local ## Extra objects to deploy (value evaluated as a template) +## extraDeploy: ## This needs to be uncommented and added to 'extraDeploy' in order to use the replicaset 'mongo-labeler' sidecar ## for dynamically discovering the mongodb primary pod ## suggestion is to use a hard-coded and predictable TCP port for the primary mongodb pod (here is 30001, choose your own) @@ -63,7 +64,7 @@ clusterDomain: cluster.local ## app.kubernetes.io/managed-by: Helm ## app.kubernetes.io/name: mongodb ## spec: -## type: NodePort +## type: NodePort ## externalTrafficPolicy: Cluster ## ports: ## - name: mongodb