mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 06:48:01 +08:00
[bitnami/mongodb-sharded] Release 6.3.2 (#15651)
* [bitnami/mongodb-sharded] Release 6.3.2 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -26,4 +26,4 @@ name: mongodb-sharded
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mongodb-sharded
|
||||
- https://mongodb.org
|
||||
version: 6.3.1
|
||||
version: 6.3.2
|
||||
|
||||
@@ -87,7 +87,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| ---------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
|
||||
| `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) | `6.0.5-debian-11-r0` |
|
||||
| `image.tag` | MongoDB(®) Sharded image tag (immutable tags are recommended) | `6.0.5-debian-11-r1` |
|
||||
| `image.digest` | MongoDB(®) Sharded image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | MongoDB(®) Sharded image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -125,7 +125,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
|
||||
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r96` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r98` |
|
||||
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |
|
||||
@@ -472,7 +472,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
|
||||
| `metrics.image.registry` | MongoDB® exporter image registry | `docker.io` |
|
||||
| `metrics.image.repository` | MongoDB® exporter image name | `bitnami/mongodb-exporter` |
|
||||
| `metrics.image.tag` | MongoDB® exporter image tag | `0.37.0-debian-11-r9` |
|
||||
| `metrics.image.tag` | MongoDB® exporter image tag | `0.37.0-debian-11-r11` |
|
||||
| `metrics.image.digest` | MongoDB® exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `metrics.image.pullPolicy` | MongoDB® exporter image pull policy | `Always` |
|
||||
| `metrics.image.pullSecrets` | MongoDB® exporter image pull secrets | `[]` |
|
||||
|
||||
@@ -76,7 +76,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mongodb-sharded
|
||||
tag: 6.0.5-debian-11-r0
|
||||
tag: 6.0.5-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -245,7 +245,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r96
|
||||
tag: 11-debian-11-r98
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -1547,7 +1547,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mongodb-exporter
|
||||
tag: 0.37.0-debian-11-r9
|
||||
tag: 0.37.0-debian-11-r11
|
||||
digest: ""
|
||||
pullPolicy: Always
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user