diff --git a/bitnami/mongodb-sharded/Chart.yaml b/bitnami/mongodb-sharded/Chart.yaml index 59af0e9948aeec..b73b7d617d5070 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.41.1-debian-12-r1 - name: mongodb-sharded - image: docker.io/bitnami/mongodb-sharded:8.0.0-debian-12-r1 + image: docker.io/bitnami/mongodb-sharded:8.0.0-debian-12-r2 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r31 apiVersion: v2 @@ -35,4 +35,4 @@ maintainers: name: mongodb-sharded sources: - https://github.com/bitnami/charts/tree/main/bitnami/mongodb-sharded -version: 9.0.0 +version: 9.0.1 diff --git a/bitnami/mongodb-sharded/README.md b/bitnami/mongodb-sharded/README.md index fadaf4c77c2b8a..b8a065c3027e2c 100644 --- a/bitnami/mongodb-sharded/README.md +++ b/bitnami/mongodb-sharded/README.md @@ -793,4 +793,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/mongodb-sharded/values.yaml b/bitnami/mongodb-sharded/values.yaml index 1f00afbd31d9df..9262636719c3fd 100644 --- a/bitnami/mongodb-sharded/values.yaml +++ b/bitnami/mongodb-sharded/values.yaml @@ -87,7 +87,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mongodb-sharded - tag: 8.0.0-debian-12-r1 + tag: 8.0.0-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'