[bitnami/mongodb] remove nodePort: null (#6221)

* remove nodePort: null

* bump version

Co-authored-by: release-it <release-it@tawenda.com>
This commit is contained in:
dcharbonnier
2021-04-27 15:20:36 +02:00
committed by GitHub
parent ecb194637e
commit ca19612428
2 changed files with 1 additions and 3 deletions

View File

@@ -26,4 +26,4 @@ name: mongodb
sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://mongodb.org
version: 10.12.5
version: 10.12.6

View File

@@ -34,8 +34,6 @@ spec:
port: {{ $root.Values.externalAccess.service.port }}
{{- if not (empty $root.Values.externalAccess.service.nodePorts) }}
nodePort: {{ index $root.Values.externalAccess.service.nodePorts $i }}
{{- else }}
nodePort: null
{{- end }}
targetPort: mongodb
selector: {{- include "common.labels.matchLabels" $ | nindent 4 }}