Hi all is there a way i can deploy different veri...
# all-things-deployment
a
Hi all is there a way i can deploy different verison datahub i.e
helm install datahub datahub/datahub --version 0.8.38
b
yes ..you can search different chart version for the app version you are looking to install using helm search repo datahub/datahub --versions and then install it using that chart-version helm install datahub datahub/datahub --version 0.2.50
e
@able-rain-74449 Navin’s suggestion should work!