[bitnami/mongodb-sharded] Release 4.0.2 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2022-01-30 13:18:34 +00:00
parent 9548e24789
commit 58fb31b0a0
3 changed files with 16 additions and 16 deletions

View File

@@ -26,4 +26,4 @@ name: mongodb-sharded
sources:
- https://github.com/bitnami/bitnami-docker-mongodb-sharded
- https://mongodb.org
version: 4.0.1
version: 4.0.2

View File

@@ -17,7 +17,7 @@ $ helm install my-release bitnami/mongodb-sharded
## Introduction
This chart bootstraps a [MongoDB&reg; Sharded](https://github.com/bitnami/bitnami-docker-mongodb-sharded) deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
This chart bootstraps a [MongoDB(&reg;) Sharded](https://github.com/bitnami/bitnami-docker-mongodb-sharded) deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
Classified as a NoSQL database, MongoDB&reg; eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas, making the integration of data in certain types of applications easier and faster.
@@ -78,14 +78,14 @@ The command removes all the Kubernetes components associated with the chart and
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
### MongoDB&reg; Sharded parameters
### MongoDB(&reg;) Sharded parameters
| Name | Description | Value |
| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| `image.registry` | MongoDB&reg; Sharded image registry | `docker.io` |
| `image.repository` | MongoDB&reg; Sharded Image name | `bitnami/mongodb-sharded` |
| `image.tag` | MongoDB&reg; Sharded image tag (immutable tags are recommended) | `4.4.11-debian-10-r6` |
| `image.pullPolicy` | MongoDB&reg; Sharded image pull policy | `IfNotPresent` |
| `image.registry` | MongoDB(&reg;) Sharded image registry | `docker.io` |
| `image.repository` | MongoDB(&reg;) Sharded Image name | `bitnami/mongodb-sharded` |
| `image.tag` | MongoDB(&reg;) Sharded image tag (immutable tags are recommended) | `4.4.11-debian-10-r6` |
| `image.pullPolicy` | MongoDB(&reg;) Sharded image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Specify if debug logs should be enabled | `false` |
| `mongodbRootPassword` | MongoDB&reg; root password | `""` |

View File

@@ -49,22 +49,22 @@ diagnosticMode:
args:
- infinity
## @section MongoDB&reg; Sharded parameters
## @section MongoDB(&reg;) Sharded parameters
##
## Bitnami MongoDB&reg; Sharded image version
## Bitnami MongoDB(&reg;) Sharded image version
## ref: https://hub.docker.com/r/bitnami/mongodb-sharded/tags/
## @param image.registry MongoDB&reg; Sharded image registry
## @param image.repository MongoDB&reg; Sharded Image name
## @param image.tag MongoDB&reg; Sharded image tag (immutable tags are recommended)
## @param image.pullPolicy MongoDB&reg; Sharded image pull policy
## @param image.registry MongoDB(&reg;) Sharded image registry
## @param image.repository MongoDB(&reg;) Sharded Image name
## @param image.tag MongoDB(&reg;) Sharded image tag (immutable tags are recommended)
## @param image.pullPolicy MongoDB(&reg;) Sharded image pull policy
## @param image.pullSecrets Specify docker-registry secret names as an array
## @param image.debug Specify if debug logs should be enabled
##
image:
registry: docker.io
repository: bitnami/mongodb-sharded
tag: 4.4.12-debian-10-r8
tag: 4.4.12-debian-10-r11
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -219,7 +219,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r321
tag: 10-debian-10-r323
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -1132,7 +1132,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mongodb-exporter
tag: 0.30.0-debian-10-r54
tag: 0.30.0-debian-10-r56
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.