diff --git a/bitnami/mongodb-sharded/CHANGELOG.md b/bitnami/mongodb-sharded/CHANGELOG.md
index f5892a19d5..b6fd7cc834 100644
--- a/bitnami/mongodb-sharded/CHANGELOG.md
+++ b/bitnami/mongodb-sharded/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 8.2.6 (2024-06-17)
+## 8.2.7 (2024-06-17)
-* [bitnami/mongodb-sharded] Release 8.2.6 ([#27252](https://github.com/bitnami/charts/pull/27252))
+* [bitnami/mongodb-sharded] Release 8.2.7 ([#27316](https://github.com/bitnami/charts/pull/27316))
+
+## 8.2.6 (2024-06-17)
+
+* [bitnami/mongodb-sharded] Release 8.2.6 (#27252) ([cd07b41](https://github.com/bitnami/charts/commit/cd07b41777df273758467d3e3b8406d84650459e)), closes [#27252](https://github.com/bitnami/charts/issues/27252)
## 8.2.5 (2024-06-06)
diff --git a/bitnami/mongodb-sharded/Chart.lock b/bitnami/mongodb-sharded/Chart.lock
index 3762720374..d75bd79526 100644
--- a/bitnami/mongodb-sharded/Chart.lock
+++ b/bitnami/mongodb-sharded/Chart.lock
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.20.2
-digest: sha256:35d895f873f86ebff35e439bcf9da34c42a78c4db2e0e179bfb4014a2a0e2e10
-generated: "2024-06-17T12:39:26.672955122Z"
+ version: 2.20.3
+digest: sha256:569e1c9d81abdcad3891e065c0f23c83786527d2043f2bc68193c43d18886c19
+generated: "2024-06-17T18:06:25.543963502Z"
diff --git a/bitnami/mongodb-sharded/Chart.yaml b/bitnami/mongodb-sharded/Chart.yaml
index e2e6bcab59..a9540ee595 100644
--- a/bitnami/mongodb-sharded/Chart.yaml
+++ b/bitnami/mongodb-sharded/Chart.yaml
@@ -8,7 +8,7 @@ annotations:
- name: mongodb-exporter
image: docker.io/bitnami/mongodb-exporter:0.40.0-debian-12-r30
- name: mongodb-sharded
- image: docker.io/bitnami/mongodb-sharded:7.0.11-debian-12-r0
+ image: docker.io/bitnami/mongodb-sharded:7.0.11-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
@@ -35,4 +35,4 @@ maintainers:
name: mongodb-sharded
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mongodb-sharded
-version: 8.2.6
+version: 8.2.7
diff --git a/bitnami/mongodb-sharded/values.yaml b/bitnami/mongodb-sharded/values.yaml
index 4803c42cd6..7474ab9b84 100644
--- a/bitnami/mongodb-sharded/values.yaml
+++ b/bitnami/mongodb-sharded/values.yaml
@@ -85,7 +85,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mongodb-sharded
- tag: 7.0.11-debian-12-r0
+ tag: 7.0.11-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'