From 06ffb6ec8ddbaecaf782dcf5e5ca22c5e9936266 Mon Sep 17 00:00:00 2001 From: Jakub Trochim <57753436+jtrochim2@users.noreply.github.com> Date: Tue, 28 Jul 2020 09:26:10 +0200 Subject: [PATCH] [bitnami/mongodb-sharded] Fix default image and tag in README.md. (#3184) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Javier J. Salmerón-García --- bitnami/mongodb-sharded/Chart.yaml | 2 +- bitnami/mongodb-sharded/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/mongodb-sharded/Chart.yaml b/bitnami/mongodb-sharded/Chart.yaml index 84c1422a9..09bf297f3 100644 --- a/bitnami/mongodb-sharded/Chart.yaml +++ b/bitnami/mongodb-sharded/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb-sharded -version: 1.6.0 +version: 1.6.1 appVersion: 4.2.8 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. Sharded topology. keywords: diff --git a/bitnami/mongodb-sharded/README.md b/bitnami/mongodb-sharded/README.md index f91c82b8c..42993dacb 100644 --- a/bitnami/mongodb-sharded/README.md +++ b/bitnami/mongodb-sharded/README.md @@ -58,7 +58,7 @@ The following table lists the configurable parameters of the MongoDB chart and t | `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `global.storageClass` | Global storage class for dynamic provisioning | `nil` | | `image.registry` | MongoDB image registry | `docker.io` | -| `image.repository` | MongoDB Image name | `bitnami/mongodb` | +| `image.repository` | MongoDB Image name | `bitnami/mongodb-sharded` | | `image.tag` | MongoDB Image tag | `{TAG_NAME}` | | `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) |