[bitnami/mongodb] Release 16.5.3 (#33211)

* [bitnami/mongodb] Release 16.5.3 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-04-28 11:22:20 +02:00
committed by GitHub
parent 1ead8af0f7
commit 8ec095186a
3 changed files with 16 additions and 12 deletions

View File

@@ -1,8 +1,12 @@
# Changelog # Changelog
## 16.5.2 (2025-04-24) ## 16.5.3 (2025-04-28)
* [bitnami/mongodb] Fix authentication in mongodump job ([#33143](https://github.com/bitnami/charts/pull/33143)) * [bitnami/mongodb] Release 16.5.3 ([#33211](https://github.com/bitnami/charts/pull/33211))
## <small>16.5.2 (2025-04-25)</small>
* [bitnami/mongodb] Fix authentication in mongodump job (#33143) ([3b50d1b](https://github.com/bitnami/charts/commit/3b50d1b1199d31408b26a7b2c71320087a2fd77f)), closes [#33143](https://github.com/bitnami/charts/issues/33143) [#33121](https://github.com/bitnami/charts/issues/33121) [#33140](https://github.com/bitnami/charts/issues/33140)
## <small>16.5.1 (2025-04-14)</small> ## <small>16.5.1 (2025-04-14)</small>

View File

@@ -7,15 +7,15 @@ annotations:
licenses: Apache-2.0 licenses: Apache-2.0
images: | images: |
- name: kubectl - name: kubectl
image: docker.io/bitnami/kubectl:1.32.3-debian-12-r4 image: docker.io/bitnami/kubectl:1.33.0-debian-12-r0
- name: mongodb - name: mongodb
image: docker.io/bitnami/mongodb:8.0.8-debian-12-r0 image: docker.io/bitnami/mongodb:8.0.8-debian-12-r0
- name: mongodb-exporter - name: mongodb-exporter
image: docker.io/bitnami/mongodb-exporter:0.44.0-debian-12-r3 image: docker.io/bitnami/mongodb-exporter:0.44.0-debian-12-r4
- name: nginx - name: nginx
image: docker.io/bitnami/nginx:1.27.4-debian-12-r9 image: docker.io/bitnami/nginx:1.28.0-debian-12-r0
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r42 image: docker.io/bitnami/os-shell:12-debian-12-r43
apiVersion: v2 apiVersion: v2
appVersion: 8.0.8 appVersion: 8.0.8
dependencies: dependencies:
@@ -40,4 +40,4 @@ maintainers:
name: mongodb name: mongodb
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mongodb - https://github.com/bitnami/charts/tree/main/bitnami/mongodb
version: 16.5.2 version: 16.5.3

View File

@@ -265,7 +265,7 @@ tls:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/nginx repository: bitnami/nginx
tag: 1.27.4-debian-12-r9 tag: 1.28.0-debian-12-r0
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
@@ -857,7 +857,7 @@ externalAccess:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/kubectl repository: bitnami/kubectl
tag: 1.32.3-debian-12-r4 tag: 1.33.0-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -906,7 +906,7 @@ externalAccess:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/os-shell repository: bitnami/os-shell
tag: 12-debian-12-r42 tag: 12-debian-12-r43
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -1632,7 +1632,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/os-shell repository: bitnami/os-shell
tag: 12-debian-12-r42 tag: 12-debian-12-r43
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -2432,7 +2432,7 @@ metrics:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/mongodb-exporter repository: bitnami/mongodb-exporter
tag: 0.44.0-debian-12-r3 tag: 0.44.0-debian-12-r4
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.