bitnami/mongodb - Fix for custom clusterDomain not joining the secondary nodes (#6938)

* Fix for https://github.com/bitnami/charts/issues/6748

* Bumping Chart Version for the change

Co-authored-by: ppathard <ppathard@netapp.com>
Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com>
This commit is contained in:
Pavan
2021-07-15 11:21:36 +02:00
committed by GitHub
co-authored by ppathard Rafael Ríos Saavedra
parent 87c43a2aa6
commit b33b435b60
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ name: mongodb
sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://mongodb.org
version: 10.22.1
version: 10.23.0
@@ -145,7 +145,7 @@ spec:
[alt_names]
DNS.1 = $svc
DNS.2 = $my_hostname
DNS.3 = $my_hostname.$svc.$MY_POD_NAMESPACE.svc.cluster.local
DNS.3 = $my_hostname.$svc.$MY_POD_NAMESPACE.svc.{{ .Values.clusterDomain }}
DNS.4 = localhost
DNS.5 = 127.0.0.1
{{- if .Values.externalAccess.service.loadBalancerIPs }}