[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:
Bitnami Bot
2023-03-21 06:28:28 +01:00
committed by GitHub
parent 4b3257186c
commit ff8731fb71
3 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -87,7 +87,7 @@ The command removes all the Kubernetes components associated with the chart and
| ---------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| `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) | `6.0.5-debian-11-r0` |
| `image.tag` | MongoDB(&reg;) Sharded image tag (immutable tags are recommended) | `6.0.5-debian-11-r1` |
| `image.digest` | MongoDB(&reg;) Sharded image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | MongoDB(&reg;) 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&reg; exporter image registry | `docker.io` |
| `metrics.image.repository` | MongoDB&reg; exporter image name | `bitnami/mongodb-exporter` |
| `metrics.image.tag` | MongoDB&reg; exporter image tag | `0.37.0-debian-11-r9` |
| `metrics.image.tag` | MongoDB&reg; exporter image tag | `0.37.0-debian-11-r11` |
| `metrics.image.digest` | MongoDB&reg; exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | MongoDB&reg; exporter image pull policy | `Always` |
| `metrics.image.pullSecrets` | MongoDB&reg; exporter image pull secrets | `[]` |

View File

@@ -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.