Add the charts repository by running the below command
helm repo add yugabytedb https://charts.yugabyte.com
Search YugabyteDB chart version
helm search repo yugabytedb/yugabyte -l
To install YugabyteDB
helm install yugabytedb/yugabyte --version (version)
To download YugabyteDB chart locally
helm fetch yugabytedb/yugabyte --version (version)
Search YugaWare chart version
helm search repo yugabytedb/yugaware -l
To install YugaWare chart
helm install yugabytedb/yugaware --version (version)
To download YugaWare chart locally
helm fetch yugabytedb/yugaware --version (version)