/folio-helm

Helm charts modules repository

Primary LanguageMustache

folio-helm - Helm charts modules repository

Introduction

FOLIO Helm charts modules repository.

Contains Helm sources and Helm packages repository. Repository URL https://folio-org.github.io/folio-helm/ Master branch is configured as GitHub pages.

Creating Helm package from source

Build package with:

  helm package <MODULE_NAME> -d ./charts

Update repository index

  helm repo index . --url https://folio-org.github.io/folio-helm/

Commit and push changes to GitHub