From 57286b2585b15306c63a07d9442460dbdfde26cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 17 Jul 2019 18:03:27 +0200 Subject: [PATCH] Revert "[stable/mongodb] Standardize 'fullname' and 'name' macros (#15441)" (#15610) This reverts commit eb209d4210998dcea147c54688cc42a83c0ea897. Signed-off-by: Carlos Rodriguez Hernandez --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/README.md | 2 -- stable/mongodb/values-production.yaml | 8 -------- stable/mongodb/values.yaml | 8 -------- 4 files changed, 1 insertion(+), 19 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 05d39a0c98..a420851387 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 6.1.3 +version: 6.1.4 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: diff --git a/stable/mongodb/README.md b/stable/mongodb/README.md index 61cedbd660..46332c3482 100644 --- a/stable/mongodb/README.md +++ b/stable/mongodb/README.md @@ -55,8 +55,6 @@ 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` | diff --git a/stable/mongodb/values-production.yaml b/stable/mongodb/values-production.yaml index 26bb1fb3b1..0a70ce225e 100644 --- a/stable/mongodb/values-production.yaml +++ b/stable/mongodb/values-production.yaml @@ -34,14 +34,6 @@ 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/ # diff --git a/stable/mongodb/values.yaml b/stable/mongodb/values.yaml index e30e1c65d6..cc8ab2f556 100644 --- a/stable/mongodb/values.yaml +++ b/stable/mongodb/values.yaml @@ -34,14 +34,6 @@ 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/ #