Versions Compared

Key

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

Introduction

ModelOp provides Helm Charts via “Chart Museum”, a centralized method for delivering Helm Charts to deployment locations. Helm supports the use of museums simply by reaching out and adding the museum endpoint as a repository for the Helm Charts themselves.

Gaining access to the Charts

In order to access the Charts, please execute the following in sequence on the operating system where Helm is available:

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.