Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
helm repo add moc http://helmcharts.modelop.center --username=<providedbymodelop> --password=<providedbymodelop>
helm repo update
helm pull moc/moc --version= [version] --untar

These commands will pull the latest distribution branch in of the ModelOp Center Helm Charts. They can then be tailored as per other installation articles dictate.

...