Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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:

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.

  • No labels