mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/mongodb-sharded] Release 4.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -17,7 +17,7 @@ $ helm install my-release bitnami/mongodb-sharded
|
||||
|
||||
## Introduction
|
||||
|
||||
This chart bootstraps a [MongoDB® 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(®) 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® 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® Sharded parameters
|
||||
### MongoDB(®) Sharded parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
|
||||
| `image.registry` | MongoDB® Sharded image registry | `docker.io` |
|
||||
| `image.repository` | MongoDB® Sharded Image name | `bitnami/mongodb-sharded` |
|
||||
| `image.tag` | MongoDB® Sharded image tag (immutable tags are recommended) | `4.4.11-debian-10-r6` |
|
||||
| `image.pullPolicy` | MongoDB® Sharded image pull policy | `IfNotPresent` |
|
||||
| `image.registry` | MongoDB(®) Sharded image registry | `docker.io` |
|
||||
| `image.repository` | MongoDB(®) Sharded Image name | `bitnami/mongodb-sharded` |
|
||||
| `image.tag` | MongoDB(®) Sharded image tag (immutable tags are recommended) | `4.4.11-debian-10-r6` |
|
||||
| `image.pullPolicy` | MongoDB(®) 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® root password | `""` |
|
||||
|
||||
@@ -49,22 +49,22 @@ diagnosticMode:
|
||||
args:
|
||||
- infinity
|
||||
|
||||
## @section MongoDB® Sharded parameters
|
||||
## @section MongoDB(®) Sharded parameters
|
||||
##
|
||||
|
||||
## Bitnami MongoDB® Sharded image version
|
||||
## Bitnami MongoDB(®) Sharded image version
|
||||
## ref: https://hub.docker.com/r/bitnami/mongodb-sharded/tags/
|
||||
## @param image.registry MongoDB® Sharded image registry
|
||||
## @param image.repository MongoDB® Sharded Image name
|
||||
## @param image.tag MongoDB® Sharded image tag (immutable tags are recommended)
|
||||
## @param image.pullPolicy MongoDB® Sharded image pull policy
|
||||
## @param image.registry MongoDB(®) Sharded image registry
|
||||
## @param image.repository MongoDB(®) Sharded Image name
|
||||
## @param image.tag MongoDB(®) Sharded image tag (immutable tags are recommended)
|
||||
## @param image.pullPolicy MongoDB(®) 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.
|
||||
|
||||
Reference in New Issue
Block a user