...
There are two methods for fetching the Helm Charts from ModelOp, either by requesting a tar.gz compressed file of the content of the Git repository where the Helm Charts reside from your ModelOp Account Executive or Sales Engineer, which will be delivered via bucket link.
Via Chart Museum:
helm repo add moc http://charts.modelop.center --username=modelop --password=opendatagroup
helm repo update
helm pull moc/moc --version=0.0.0-dev-distribution
Bring the ModelOp Center Helm Charts onto the workstation or the operating system with both the kubectl
and helm
utilities installed, as per the previous section.
...