Prerequisites
Before starting the installation, make sure the following requirements are met:- Kubernetes cluster is ready and accessible
- Helm is installed in your environment
If Helm is not installed, you can review the Helm Installation Document page.
1) Adding Repository
2) Mongo Installation
You can perform MongoDB installation without any special settings by running the following command:Note: Version
mongo:8.0 is used in the current installation. If you want to prefer a more up-to-date version, you can use version mongo:8.0. You can review all Mongodb versions on Docker Hub.Optional Parameters
If you want to use a different MongoDB version, you can specify the version by adding the optional parameter as in the example below in your Helm installation command:

