mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/mongodb] fix extraDnsNames (#7717)
* fix extradns * Change location of comment * running the readme-generator * Update values.yaml Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
be4c7b13a6
commit
c76bc81c91
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.9.0
|
||||
digest: sha256:6d608d323ac01a7950ba64fa7caf4169a5d9d33e442c99e23e123caaf303b6b9
|
||||
generated: "2021-09-19T22:13:28.506841911Z"
|
||||
version: 1.10.0
|
||||
digest: sha256:d6f283322d34efda54721ddd67aec935f1bea501c7b45dfbe89814aed21ae5dc
|
||||
generated: "2021-10-06T09:26:23.94797516+02:00"
|
||||
|
||||
@@ -26,4 +26,4 @@ name: mongodb
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://mongodb.org
|
||||
version: 10.27.0
|
||||
version: 10.27.1
|
||||
|
||||
@@ -113,7 +113,7 @@ Refer to the [chart documentation for more information on each of these architec
|
||||
| `tls.image.repository` | Init container TLS certs setup image repository | `bitnami/nginx` |
|
||||
| `tls.image.tag` | Init container TLS certs setup image tag (immutable tags are recommended) | `1.21.3-debian-10-r11` |
|
||||
| `tls.image.pullPolicy` | Init container TLS certs setup image pull policy | `IfNotPresent` |
|
||||
| `tls.extraDnsNames` | Add extra dns names to the CA, can solve x509 auth issue for pod clients | `nil` |
|
||||
| `tls.extraDnsNames` | Add extra dns names to the CA, can solve x509 auth issue for pod clients | `[]` |
|
||||
| `hostAliases` | Add deployment host aliases | `[]` |
|
||||
| `replicaSetName` | Name of the replica set (only when `architecture=replicaset`) | `rs0` |
|
||||
| `replicaSetHostnames` | Enable DNS hostnames in the replicaset config (only when `architecture=replicaset`) | `true` |
|
||||
|
||||
@@ -178,18 +178,19 @@ tls:
|
||||
## @param tls.image.repository Init container TLS certs setup image repository
|
||||
## @param tls.image.tag Init container TLS certs setup image tag (immutable tags are recommended)
|
||||
## @param tls.image.pullPolicy Init container TLS certs setup image pull policy
|
||||
##
|
||||
extraDnsNames:
|
||||
## @param tls.extraDnsNames Add extra dns names to the CA, can solve x509 auth issue for pod clients
|
||||
##
|
||||
## example:
|
||||
## "DNS.6": "$my_host"
|
||||
## "DNS.7": "$test"
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.21.3-debian-10-r11
|
||||
pullPolicy: IfNotPresent
|
||||
## e.g:
|
||||
## extraDnsNames
|
||||
## - "DNS.6": "$my_host"
|
||||
## - "DNS.7": "$test"
|
||||
##
|
||||
extraDnsNames: []
|
||||
## @param hostAliases Add deployment host aliases
|
||||
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user