[bitnami/mongodb-sharded] Bump major version not bumped at #19575 (#19591)

* [bitnami/mongodb-sharded] Bump major version not bumped at #19575

This PR bumps the chart version in a major since the application has a new major version (6.x.x -> 7.x.x).
The major version bump should have been done at https://github.com/bitnami/charts/pull/19575 but it was released as a patch version by mistake

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Add readme note

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Update bitnami/mongodb-sharded/README.md

Co-authored-by: David Gomez <dgomezleon@vmware.com>
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

---------

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2023-09-28 10:11:56 +00:00
committed by GitHub
co-authored by David Gomez
parent 4d98e41c51
commit d838a7fa6f
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ maintainers:
name: mongodb-sharded name: mongodb-sharded
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mongodb-sharded - https://github.com/bitnami/charts/tree/main/bitnami/mongodb-sharded
version: 6.6.8 version: 7.0.0
+7 -1
View File
@@ -636,6 +636,12 @@ helm upgrade my-release oci://registry-1.docker.io/bitnamicharts/mongodb-sharded
> Note: you need to substitute the placeholders [PASSWORD] and [auth.replicaSetKey] with the values obtained in the installation notes. > Note: you need to substitute the placeholders [PASSWORD] and [auth.replicaSetKey] with the values obtained in the installation notes.
### To 7.0.0
This major version updates the MongoDB&reg; container image version used from 6.0 to 7.0, the new stable version. There are no major changes in the chart, but we recommend checking the [MongoDB&reg; 7.0 release notes](https://www.mongodb.com/docs/manual/release-notes/7.0/) before upgrading.
> Note: Due to an error in our release process, the latest version in the previous major branch (6.6.8) already uses 7.0 by default, see [PR#19575](https://github.com/bitnami/charts/pull/19575)
### To 5.0.0 ### To 5.0.0
This major release renames several values in this chart and adds missing features, in order to be inline with the rest of assets in the Bitnami charts repository. This major release renames several values in this chart and adds missing features, in order to be inline with the rest of assets in the Bitnami charts repository.
@@ -707,4 +713,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.