[stable/mongodb] Implement again "Standardize 'fullname' and 'name' macros" (#15656)

* [stable/mongodb] Implement again "Standardize 'fullname' and 'name' macros"

This reverts commit 57286b2585.
Implement #15441 bumping a major version after #15610
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Bump patch version

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2019-07-18 04:14:11 -07:00
committed by Kubernetes Prow Robot
parent 3bc6e63734
commit 7188bbee1d
4 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: mongodb
version: 6.1.4
version: 6.1.5
appVersion: 4.0.10
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
keywords:
+2
View File
@@ -55,6 +55,8 @@ The following table lists the configurable parameters of the MongoDB chart and t
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `image.debug` | Specify if debug logs should be enabled | `false` |
| `nameOverride` | String to partially override mongodb.fullname template with a string (will prepend the release name) | `nil` |
| `fullnameOverride` | String to fully override mongodb.fullname template with a string | `nil` |
| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` |
| `usePassword` | Enable password authentication | `true` |
| `existingSecret` | Existing secret with MongoDB credentials | `nil` |
+8
View File
@@ -34,6 +34,14 @@ image:
## ref: https://github.com/bitnami/minideb-extras-base
debug: false
## String to partially override mongodb.fullname template (will maintain the release name)
##
# nameOverride:
## String to fully override mongodb.fullname template
##
# fullnameOverride:
## Enable authentication
## ref: https://docs.mongodb.com/manual/tutorial/enable-authentication/
#
+8
View File
@@ -34,6 +34,14 @@ image:
## ref: https://github.com/bitnami/minideb-extras-base
debug: false
## String to partially override mongodb.fullname template (will maintain the release name)
##
# nameOverride:
## String to fully override mongodb.fullname template
##
# fullnameOverride:
## Enable authentication
## ref: https://docs.mongodb.com/manual/tutorial/enable-authentication/
#