How to install a specific Chart version

Below worked for me with Helm-3:

Step-1 : helm search repo mongo -l

( Assuming you have already done helm repo add bitnami https://charts.bitnami.com/bitnami)

Step-2 : Check the mongo version you want to install and note the corresponding latest chart version

Step-3 : Use the chart version from above to install the specific version of mongoDB using –version.

helm install my-mongodb bitnami/mongodb --version 8.3.1

Note : 8.3.1 is the chart version not mongoDB version

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)